Package viam.app.v1

Class App.RoverRentalRobot.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.RoverRentalRobot,App.RoverRentalRobot.Builder>
viam.app.v1.App.RoverRentalRobot.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, App.RoverRentalRobotOrBuilder
Enclosing class:
App.RoverRentalRobot

public static final class App.RoverRentalRobot.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.RoverRentalRobot,App.RoverRentalRobot.Builder> implements App.RoverRentalRobotOrBuilder
Protobuf type viam.app.v1.RoverRentalRobot
  • Method Details

    • getRobotId

      public String getRobotId()
      string robot_id = 1 [json_name = "robotId"];
      Specified by:
      getRobotId in interface App.RoverRentalRobotOrBuilder
      Returns:
      The robotId.
    • getRobotIdBytes

      public com.google.protobuf.ByteString getRobotIdBytes()
      string robot_id = 1 [json_name = "robotId"];
      Specified by:
      getRobotIdBytes in interface App.RoverRentalRobotOrBuilder
      Returns:
      The bytes for robotId.
    • setRobotId

      public App.RoverRentalRobot.Builder setRobotId(String value)
      string robot_id = 1 [json_name = "robotId"];
      Parameters:
      value - The robotId to set.
      Returns:
      This builder for chaining.
    • clearRobotId

      public App.RoverRentalRobot.Builder clearRobotId()
      string robot_id = 1 [json_name = "robotId"];
      Returns:
      This builder for chaining.
    • setRobotIdBytes

      public App.RoverRentalRobot.Builder setRobotIdBytes(com.google.protobuf.ByteString value)
      string robot_id = 1 [json_name = "robotId"];
      Parameters:
      value - The bytes for robotId to set.
      Returns:
      This builder for chaining.
    • getLocationId

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

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

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

      public App.RoverRentalRobot.Builder clearLocationId()
      string location_id = 2 [json_name = "locationId"];
      Returns:
      This builder for chaining.
    • setLocationIdBytes

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

      public String getRobotName()
      string robot_name = 3 [json_name = "robotName"];
      Specified by:
      getRobotName in interface App.RoverRentalRobotOrBuilder
      Returns:
      The robotName.
    • getRobotNameBytes

      public com.google.protobuf.ByteString getRobotNameBytes()
      string robot_name = 3 [json_name = "robotName"];
      Specified by:
      getRobotNameBytes in interface App.RoverRentalRobotOrBuilder
      Returns:
      The bytes for robotName.
    • setRobotName

      public App.RoverRentalRobot.Builder setRobotName(String value)
      string robot_name = 3 [json_name = "robotName"];
      Parameters:
      value - The robotName to set.
      Returns:
      This builder for chaining.
    • clearRobotName

      public App.RoverRentalRobot.Builder clearRobotName()
      string robot_name = 3 [json_name = "robotName"];
      Returns:
      This builder for chaining.
    • setRobotNameBytes

      public App.RoverRentalRobot.Builder setRobotNameBytes(com.google.protobuf.ByteString value)
      string robot_name = 3 [json_name = "robotName"];
      Parameters:
      value - The bytes for robotName to set.
      Returns:
      This builder for chaining.
    • getRobotMainPartId

      public String getRobotMainPartId()
      string robot_main_part_id = 4 [json_name = "robotMainPartId"];
      Specified by:
      getRobotMainPartId in interface App.RoverRentalRobotOrBuilder
      Returns:
      The robotMainPartId.
    • getRobotMainPartIdBytes

      public com.google.protobuf.ByteString getRobotMainPartIdBytes()
      string robot_main_part_id = 4 [json_name = "robotMainPartId"];
      Specified by:
      getRobotMainPartIdBytes in interface App.RoverRentalRobotOrBuilder
      Returns:
      The bytes for robotMainPartId.
    • setRobotMainPartId

      public App.RoverRentalRobot.Builder setRobotMainPartId(String value)
      string robot_main_part_id = 4 [json_name = "robotMainPartId"];
      Parameters:
      value - The robotMainPartId to set.
      Returns:
      This builder for chaining.
    • clearRobotMainPartId

      public App.RoverRentalRobot.Builder clearRobotMainPartId()
      string robot_main_part_id = 4 [json_name = "robotMainPartId"];
      Returns:
      This builder for chaining.
    • setRobotMainPartIdBytes

      public App.RoverRentalRobot.Builder setRobotMainPartIdBytes(com.google.protobuf.ByteString value)
      string robot_main_part_id = 4 [json_name = "robotMainPartId"];
      Parameters:
      value - The bytes for robotMainPartId to set.
      Returns:
      This builder for chaining.