Package viam.app.data.v1
Interface Data.CaptureMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.CaptureMetadata
,Data.CaptureMetadata.Builder
- Enclosing class:
- Data
public static interface Data.CaptureMetadataOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
string component_name = 9 [json_name = "componentName"];
com.google.protobuf.ByteString
string component_name = 9 [json_name = "componentName"];
string component_type = 7 [json_name = "componentType"];
com.google.protobuf.ByteString
string component_type = 7 [json_name = "componentType"];
string location_id = 2 [json_name = "locationId"];
com.google.protobuf.ByteString
string location_id = 2 [json_name = "locationId"];
string method_name = 10 [json_name = "methodName"];
com.google.protobuf.ByteString
string method_name = 10 [json_name = "methodName"];
Deprecated.int
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
com.google.protobuf.Any
getMethodParametersOrDefault
(String key, com.google.protobuf.Any defaultValue) map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
com.google.protobuf.Any
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
string mime_type = 13 [json_name = "mimeType"];
com.google.protobuf.ByteString
string mime_type = 13 [json_name = "mimeType"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
string part_id = 6 [json_name = "partId"];
com.google.protobuf.ByteString
string part_id = 6 [json_name = "partId"];
string part_name = 5 [json_name = "partName"];
com.google.protobuf.ByteString
string part_name = 5 [json_name = "partName"];
string robot_id = 4 [json_name = "robotId"];
com.google.protobuf.ByteString
string robot_id = 4 [json_name = "robotId"];
string robot_name = 3 [json_name = "robotName"];
com.google.protobuf.ByteString
string robot_name = 3 [json_name = "robotName"];
getTags
(int index) repeated string tags = 12 [json_name = "tags"];
com.google.protobuf.ByteString
getTagsBytes
(int index) repeated string tags = 12 [json_name = "tags"];
int
repeated string tags = 12 [json_name = "tags"];
repeated string tags = 12 [json_name = "tags"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
getLocationId
String getLocationId()string location_id = 2 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()string location_id = 2 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-
getRobotName
String getRobotName()string robot_name = 3 [json_name = "robotName"];
- Returns:
- The robotName.
-
getRobotNameBytes
com.google.protobuf.ByteString getRobotNameBytes()string robot_name = 3 [json_name = "robotName"];
- Returns:
- The bytes for robotName.
-
getRobotId
String getRobotId()string robot_id = 4 [json_name = "robotId"];
- Returns:
- The robotId.
-
getRobotIdBytes
com.google.protobuf.ByteString getRobotIdBytes()string robot_id = 4 [json_name = "robotId"];
- Returns:
- The bytes for robotId.
-
getPartName
String getPartName()string part_name = 5 [json_name = "partName"];
- Returns:
- The partName.
-
getPartNameBytes
com.google.protobuf.ByteString getPartNameBytes()string part_name = 5 [json_name = "partName"];
- Returns:
- The bytes for partName.
-
getPartId
String getPartId()string part_id = 6 [json_name = "partId"];
- Returns:
- The partId.
-
getPartIdBytes
com.google.protobuf.ByteString getPartIdBytes()string part_id = 6 [json_name = "partId"];
- Returns:
- The bytes for partId.
-
getComponentType
String getComponentType()string component_type = 7 [json_name = "componentType"];
- Returns:
- The componentType.
-
getComponentTypeBytes
com.google.protobuf.ByteString getComponentTypeBytes()string component_type = 7 [json_name = "componentType"];
- Returns:
- The bytes for componentType.
-
getComponentName
String getComponentName()string component_name = 9 [json_name = "componentName"];
- Returns:
- The componentName.
-
getComponentNameBytes
com.google.protobuf.ByteString getComponentNameBytes()string component_name = 9 [json_name = "componentName"];
- Returns:
- The bytes for componentName.
-
getMethodName
String getMethodName()string method_name = 10 [json_name = "methodName"];
- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()string method_name = 10 [json_name = "methodName"];
- Returns:
- The bytes for methodName.
-
getMethodParametersCount
int getMethodParametersCount()map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
-
containsMethodParameters
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
-
getMethodParameters
Deprecated.UsegetMethodParametersMap()
instead. -
getMethodParametersMap
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
-
getMethodParametersOrDefault
com.google.protobuf.Any getMethodParametersOrDefault(String key, com.google.protobuf.Any defaultValue) map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
-
getMethodParametersOrThrow
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
-
getTagsList
repeated string tags = 12 [json_name = "tags"];
- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()repeated string tags = 12 [json_name = "tags"];
- Returns:
- The count of tags.
-
getTags
repeated string tags = 12 [json_name = "tags"];
- Parameters:
index
- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index) repeated string tags = 12 [json_name = "tags"];
- Parameters:
index
- The index of the element to return.- Returns:
- The tags at the given index.
-
getMimeType
String getMimeType()string mime_type = 13 [json_name = "mimeType"];
- Returns:
- The mimeType.
-
getMimeTypeBytes
com.google.protobuf.ByteString getMimeTypeBytes()string mime_type = 13 [json_name = "mimeType"];
- Returns:
- The bytes for mimeType.
-