Package viam.app.v1

Class App.NewRobotRequest.Builder

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

public static final class App.NewRobotRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.NewRobotRequest,App.NewRobotRequest.Builder> implements App.NewRobotRequestOrBuilder
Protobuf type viam.app.v1.NewRobotRequest
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    string location = 2 [json_name = "location"];
    string name = 1 [json_name = "name"];
    string location = 2 [json_name = "location"];
    com.google.protobuf.ByteString
    string location = 2 [json_name = "location"];
    string name = 1 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 1 [json_name = "name"];
    string location = 2 [json_name = "location"];
    setLocationBytes(com.google.protobuf.ByteString value)
    string location = 2 [json_name = "location"];
    setName(String value)
    string name = 1 [json_name = "name"];
    setNameBytes(com.google.protobuf.ByteString value)
    string name = 1 [json_name = "name"];

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

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

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

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

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

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

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

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

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

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

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