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"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
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.
-