Package com.viam.robot.v1
Interface Robot.GetCloudMetadataResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.GetCloudMetadataResponse,Robot.GetCloudMetadataResponse.Builder
- Enclosing class:
- Robot
public static interface Robot.GetCloudMetadataResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 3 [json_name = "locationId"];com.google.protobuf.ByteStringstring location_id = 3 [json_name = "locationId"];string machine_id = 4 [json_name = "machineId"];com.google.protobuf.ByteStringstring machine_id = 4 [json_name = "machineId"];string machine_part_id = 5 [json_name = "machinePartId"];com.google.protobuf.ByteStringstring machine_part_id = 5 [json_name = "machinePartId"];string primary_org_id = 2 [json_name = "primaryOrgId"];com.google.protobuf.ByteStringstring primary_org_id = 2 [json_name = "primaryOrgId"];Deprecated.viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.com.google.protobuf.ByteStringDeprecated.viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRobotPartId
Deprecated.viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated. See robot/v1/robot.proto;l=344Deprecated: use machine_part_id field.
string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];- Returns:
- The robotPartId.
-
getRobotPartIdBytes
Deprecated.viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated. See robot/v1/robot.proto;l=344Deprecated: use machine_part_id field.
string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];- Returns:
- The bytes for robotPartId.
-
getPrimaryOrgId
String getPrimaryOrgId()string primary_org_id = 2 [json_name = "primaryOrgId"];- Returns:
- The primaryOrgId.
-
getPrimaryOrgIdBytes
com.google.protobuf.ByteString getPrimaryOrgIdBytes()string primary_org_id = 2 [json_name = "primaryOrgId"];- Returns:
- The bytes for primaryOrgId.
-
getLocationId
String getLocationId()string location_id = 3 [json_name = "locationId"];- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()string location_id = 3 [json_name = "locationId"];- Returns:
- The bytes for locationId.
-
getMachineId
String getMachineId()string machine_id = 4 [json_name = "machineId"];- Returns:
- The machineId.
-
getMachineIdBytes
com.google.protobuf.ByteString getMachineIdBytes()string machine_id = 4 [json_name = "machineId"];- Returns:
- The bytes for machineId.
-
getMachinePartId
String getMachinePartId()string machine_part_id = 5 [json_name = "machinePartId"];- Returns:
- The machinePartId.
-
getMachinePartIdBytes
com.google.protobuf.ByteString getMachinePartIdBytes()string machine_part_id = 5 [json_name = "machinePartId"];- Returns:
- The bytes for machinePartId.
-