Package viam.app.v1

Class App.UpdateRobotRequest.Builder

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

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

    • getId

      public String getId()
      string id = 1 [json_name = "id"];
      Specified by:
      getId in interface App.UpdateRobotRequestOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Specified by:
      getIdBytes in interface App.UpdateRobotRequestOrBuilder
      Returns:
      The bytes for id.
    • setId

      public App.UpdateRobotRequest.Builder setId(String value)
      string id = 1 [json_name = "id"];
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      string id = 1 [json_name = "id"];
      Returns:
      This builder for chaining.
    • setIdBytes

      public App.UpdateRobotRequest.Builder setIdBytes(com.google.protobuf.ByteString value)
      string id = 1 [json_name = "id"];
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getName

      public String getName()
      string name = 2 [json_name = "name"];
      Specified by:
      getName in interface App.UpdateRobotRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      Specified by:
      getNameBytes in interface App.UpdateRobotRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public App.UpdateRobotRequest.Builder setName(String value)
      string name = 2 [json_name = "name"];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public App.UpdateRobotRequest.Builder clearName()
      string name = 2 [json_name = "name"];
      Returns:
      This builder for chaining.
    • setNameBytes

      public App.UpdateRobotRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
      string name = 2 [json_name = "name"];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getLocation

      public String getLocation()
      string location = 3 [json_name = "location"];
      Specified by:
      getLocation in interface App.UpdateRobotRequestOrBuilder
      Returns:
      The location.
    • getLocationBytes

      public com.google.protobuf.ByteString getLocationBytes()
      string location = 3 [json_name = "location"];
      Specified by:
      getLocationBytes in interface App.UpdateRobotRequestOrBuilder
      Returns:
      The bytes for location.
    • setLocation

      public App.UpdateRobotRequest.Builder setLocation(String value)
      string location = 3 [json_name = "location"];
      Parameters:
      value - The location to set.
      Returns:
      This builder for chaining.
    • clearLocation

      public App.UpdateRobotRequest.Builder clearLocation()
      string location = 3 [json_name = "location"];
      Returns:
      This builder for chaining.
    • setLocationBytes

      public App.UpdateRobotRequest.Builder setLocationBytes(com.google.protobuf.ByteString value)
      string location = 3 [json_name = "location"];
      Parameters:
      value - The bytes for location to set.
      Returns:
      This builder for chaining.