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 TypeMethodDescriptionstring 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"];
com.google.protobuf.Struct
.google.protobuf.Struct 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 resource_name = 2 [json_name = "resourceName"];
com.google.protobuf.ByteString
string resource_name = 2 [json_name = "resourceName"];
string resource_subtype = 3 [json_name = "resourceSubtype"];
com.google.protobuf.ByteString
string resource_subtype = 3 [json_name = "resourceSubtype"];
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 method_parameters = 11 [json_name = "methodParameters"];
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.
-
getResourceName
String getResourceName()string resource_name = 2 [json_name = "resourceName"];
- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()string resource_name = 2 [json_name = "resourceName"];
- Returns:
- The bytes for resourceName.
-
getResourceSubtype
String getResourceSubtype()string resource_subtype = 3 [json_name = "resourceSubtype"];
- Returns:
- The resourceSubtype.
-
getResourceSubtypeBytes
com.google.protobuf.ByteString getResourceSubtypeBytes()string resource_subtype = 3 [json_name = "resourceSubtype"];
- Returns:
- The bytes for resourceSubtype.
-
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.
-
hasMethodParameters
boolean hasMethodParameters().google.protobuf.Struct method_parameters = 11 [json_name = "methodParameters"];
- Returns:
- Whether the methodParameters field is set.
-
getMethodParameters
com.google.protobuf.Struct getMethodParameters().google.protobuf.Struct method_parameters = 11 [json_name = "methodParameters"];
- Returns:
- The 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.
-