Class Robot.GetCloudMetadataResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Robot.GetCloudMetadataResponse,Robot.GetCloudMetadataResponse.Builder>
com.viam.robot.v1.Robot.GetCloudMetadataResponse.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Robot.GetCloudMetadataResponseOrBuilder, Cloneable
Enclosing class:
Robot.GetCloudMetadataResponse

public static final class Robot.GetCloudMetadataResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Robot.GetCloudMetadataResponse,Robot.GetCloudMetadataResponse.Builder> implements Robot.GetCloudMetadataResponseOrBuilder
Protobuf type viam.robot.v1.GetCloudMetadataResponse
  • Method Details

    • getRobotPartId

      @Deprecated public String getRobotPartId()
      Deprecated.
      viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated. See robot/v1/robot.proto;l=315
       Deprecated: use machine_part_id field.
       
      string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
      Specified by:
      getRobotPartId in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The robotPartId.
    • getRobotPartIdBytes

      @Deprecated public com.google.protobuf.ByteString getRobotPartIdBytes()
      Deprecated.
      viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated. See robot/v1/robot.proto;l=315
       Deprecated: use machine_part_id field.
       
      string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
      Specified by:
      getRobotPartIdBytes in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The bytes for robotPartId.
    • setRobotPartId

      Deprecated.
      viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated. See robot/v1/robot.proto;l=315
       Deprecated: use machine_part_id field.
       
      string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
      Parameters:
      value - The robotPartId to set.
      Returns:
      This builder for chaining.
    • clearRobotPartId

      Deprecated.
      viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated. See robot/v1/robot.proto;l=315
       Deprecated: use machine_part_id field.
       
      string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
      Returns:
      This builder for chaining.
    • setRobotPartIdBytes

      @Deprecated public Robot.GetCloudMetadataResponse.Builder setRobotPartIdBytes(com.google.protobuf.ByteString value)
      Deprecated.
      viam.robot.v1.GetCloudMetadataResponse.robot_part_id is deprecated. See robot/v1/robot.proto;l=315
       Deprecated: use machine_part_id field.
       
      string robot_part_id = 1 [json_name = "robotPartId", deprecated = true];
      Parameters:
      value - The bytes for robotPartId to set.
      Returns:
      This builder for chaining.
    • getPrimaryOrgId

      public String getPrimaryOrgId()
      string primary_org_id = 2 [json_name = "primaryOrgId"];
      Specified by:
      getPrimaryOrgId in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The primaryOrgId.
    • getPrimaryOrgIdBytes

      public com.google.protobuf.ByteString getPrimaryOrgIdBytes()
      string primary_org_id = 2 [json_name = "primaryOrgId"];
      Specified by:
      getPrimaryOrgIdBytes in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The bytes for primaryOrgId.
    • setPrimaryOrgId

      public Robot.GetCloudMetadataResponse.Builder setPrimaryOrgId(String value)
      string primary_org_id = 2 [json_name = "primaryOrgId"];
      Parameters:
      value - The primaryOrgId to set.
      Returns:
      This builder for chaining.
    • clearPrimaryOrgId

      public Robot.GetCloudMetadataResponse.Builder clearPrimaryOrgId()
      string primary_org_id = 2 [json_name = "primaryOrgId"];
      Returns:
      This builder for chaining.
    • setPrimaryOrgIdBytes

      public Robot.GetCloudMetadataResponse.Builder setPrimaryOrgIdBytes(com.google.protobuf.ByteString value)
      string primary_org_id = 2 [json_name = "primaryOrgId"];
      Parameters:
      value - The bytes for primaryOrgId to set.
      Returns:
      This builder for chaining.
    • getLocationId

      public String getLocationId()
      string location_id = 3 [json_name = "locationId"];
      Specified by:
      getLocationId in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The locationId.
    • getLocationIdBytes

      public com.google.protobuf.ByteString getLocationIdBytes()
      string location_id = 3 [json_name = "locationId"];
      Specified by:
      getLocationIdBytes in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The bytes for locationId.
    • setLocationId

      public Robot.GetCloudMetadataResponse.Builder setLocationId(String value)
      string location_id = 3 [json_name = "locationId"];
      Parameters:
      value - The locationId to set.
      Returns:
      This builder for chaining.
    • clearLocationId

      public Robot.GetCloudMetadataResponse.Builder clearLocationId()
      string location_id = 3 [json_name = "locationId"];
      Returns:
      This builder for chaining.
    • setLocationIdBytes

      public Robot.GetCloudMetadataResponse.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
      string location_id = 3 [json_name = "locationId"];
      Parameters:
      value - The bytes for locationId to set.
      Returns:
      This builder for chaining.
    • getMachineId

      public String getMachineId()
      string machine_id = 4 [json_name = "machineId"];
      Specified by:
      getMachineId in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The machineId.
    • getMachineIdBytes

      public com.google.protobuf.ByteString getMachineIdBytes()
      string machine_id = 4 [json_name = "machineId"];
      Specified by:
      getMachineIdBytes in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The bytes for machineId.
    • setMachineId

      public Robot.GetCloudMetadataResponse.Builder setMachineId(String value)
      string machine_id = 4 [json_name = "machineId"];
      Parameters:
      value - The machineId to set.
      Returns:
      This builder for chaining.
    • clearMachineId

      public Robot.GetCloudMetadataResponse.Builder clearMachineId()
      string machine_id = 4 [json_name = "machineId"];
      Returns:
      This builder for chaining.
    • setMachineIdBytes

      public Robot.GetCloudMetadataResponse.Builder setMachineIdBytes(com.google.protobuf.ByteString value)
      string machine_id = 4 [json_name = "machineId"];
      Parameters:
      value - The bytes for machineId to set.
      Returns:
      This builder for chaining.
    • getMachinePartId

      public String getMachinePartId()
      string machine_part_id = 5 [json_name = "machinePartId"];
      Specified by:
      getMachinePartId in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The machinePartId.
    • getMachinePartIdBytes

      public com.google.protobuf.ByteString getMachinePartIdBytes()
      string machine_part_id = 5 [json_name = "machinePartId"];
      Specified by:
      getMachinePartIdBytes in interface Robot.GetCloudMetadataResponseOrBuilder
      Returns:
      The bytes for machinePartId.
    • setMachinePartId

      public Robot.GetCloudMetadataResponse.Builder setMachinePartId(String value)
      string machine_part_id = 5 [json_name = "machinePartId"];
      Parameters:
      value - The machinePartId to set.
      Returns:
      This builder for chaining.
    • clearMachinePartId

      public Robot.GetCloudMetadataResponse.Builder clearMachinePartId()
      string machine_part_id = 5 [json_name = "machinePartId"];
      Returns:
      This builder for chaining.
    • setMachinePartIdBytes

      public Robot.GetCloudMetadataResponse.Builder setMachinePartIdBytes(com.google.protobuf.ByteString value)
      string machine_part_id = 5 [json_name = "machinePartId"];
      Parameters:
      value - The bytes for machinePartId to set.
      Returns:
      This builder for chaining.