Package viam.app.data.v1
Interface Data.ExportTabularDataResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.ExportTabularDataResponse
,Data.ExportTabularDataResponse.Builder
- Enclosing class:
- Data
public static interface Data.ExportTabularDataResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, .google.protobuf.Any> method_parameters = 11 [json_name = "methodParameters"];
string component_name = 2 [json_name = "componentName"];
com.google.protobuf.ByteString
string component_name = 2 [json_name = "componentName"];
string component_type = 3 [json_name = "componentType"];
com.google.protobuf.ByteString
string component_type = 3 [json_name = "componentType"];
string location_id = 7 [json_name = "locationId"];
com.google.protobuf.ByteString
string location_id = 7 [json_name = "locationId"];
string method_name = 4 [json_name = "methodName"];
com.google.protobuf.ByteString
string method_name = 4 [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 organization_id = 6 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 6 [json_name = "organizationId"];
string part_id = 1 [json_name = "partId"];
com.google.protobuf.ByteString
string part_id = 1 [json_name = "partId"];
string part_name = 10 [json_name = "partName"];
com.google.protobuf.ByteString
string part_name = 10 [json_name = "partName"];
com.google.protobuf.Struct
.google.protobuf.Struct payload = 13 [json_name = "payload"];
string robot_id = 9 [json_name = "robotId"];
com.google.protobuf.ByteString
string robot_id = 9 [json_name = "robotId"];
string robot_name = 8 [json_name = "robotName"];
com.google.protobuf.ByteString
string robot_name = 8 [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"];
com.google.protobuf.Timestamp
.google.protobuf.Timestamp time_captured = 5 [json_name = "timeCaptured"];
boolean
.google.protobuf.Struct payload = 13 [json_name = "payload"];
boolean
.google.protobuf.Timestamp time_captured = 5 [json_name = "timeCaptured"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPartId
String getPartId()string part_id = 1 [json_name = "partId"];
- Returns:
- The partId.
-
getPartIdBytes
com.google.protobuf.ByteString getPartIdBytes()string part_id = 1 [json_name = "partId"];
- Returns:
- The bytes for partId.
-
getComponentName
String getComponentName()string component_name = 2 [json_name = "componentName"];
- Returns:
- The componentName.
-
getComponentNameBytes
com.google.protobuf.ByteString getComponentNameBytes()string component_name = 2 [json_name = "componentName"];
- Returns:
- The bytes for componentName.
-
getComponentType
String getComponentType()string component_type = 3 [json_name = "componentType"];
- Returns:
- The componentType.
-
getComponentTypeBytes
com.google.protobuf.ByteString getComponentTypeBytes()string component_type = 3 [json_name = "componentType"];
- Returns:
- The bytes for componentType.
-
getMethodName
String getMethodName()string method_name = 4 [json_name = "methodName"];
- Returns:
- The methodName.
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()string method_name = 4 [json_name = "methodName"];
- Returns:
- The bytes for methodName.
-
hasTimeCaptured
boolean hasTimeCaptured().google.protobuf.Timestamp time_captured = 5 [json_name = "timeCaptured"];
- Returns:
- Whether the timeCaptured field is set.
-
getTimeCaptured
com.google.protobuf.Timestamp getTimeCaptured().google.protobuf.Timestamp time_captured = 5 [json_name = "timeCaptured"];
- Returns:
- The timeCaptured.
-
getOrganizationId
String getOrganizationId()string organization_id = 6 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 6 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
getLocationId
String getLocationId()string location_id = 7 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()string location_id = 7 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-
getRobotName
String getRobotName()string robot_name = 8 [json_name = "robotName"];
- Returns:
- The robotName.
-
getRobotNameBytes
com.google.protobuf.ByteString getRobotNameBytes()string robot_name = 8 [json_name = "robotName"];
- Returns:
- The bytes for robotName.
-
getRobotId
String getRobotId()string robot_id = 9 [json_name = "robotId"];
- Returns:
- The robotId.
-
getRobotIdBytes
com.google.protobuf.ByteString getRobotIdBytes()string robot_id = 9 [json_name = "robotId"];
- Returns:
- The bytes for robotId.
-
getPartName
String getPartName()string part_name = 10 [json_name = "partName"];
- Returns:
- The partName.
-
getPartNameBytes
com.google.protobuf.ByteString getPartNameBytes()string part_name = 10 [json_name = "partName"];
- Returns:
- The bytes for partName.
-
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.
-
hasPayload
boolean hasPayload().google.protobuf.Struct payload = 13 [json_name = "payload"];
- Returns:
- Whether the payload field is set.
-
getPayload
com.google.protobuf.Struct getPayload().google.protobuf.Struct payload = 13 [json_name = "payload"];
- Returns:
- The payload.
-