Package viam.app.v1
Class AppOuterClass.UpdateRobotRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateRobotRequest,AppOuterClass.UpdateRobotRequest.Builder>
viam.app.v1.AppOuterClass.UpdateRobotRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.UpdateRobotRequestOrBuilder
- Enclosing class:
- AppOuterClass.UpdateRobotRequest
public static final class AppOuterClass.UpdateRobotRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateRobotRequest,AppOuterClass.UpdateRobotRequest.Builder>
implements AppOuterClass.UpdateRobotRequestOrBuilder
Protobuf type
viam.app.v1.UpdateRobotRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionclearId()string id = 1 [json_name = "id"];string location = 3 [json_name = "location"];string name = 2 [json_name = "name"];getId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];string location = 3 [json_name = "location"];com.google.protobuf.ByteStringstring location = 3 [json_name = "location"];getName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringstring name = 2 [json_name = "name"];string id = 1 [json_name = "id"];setIdBytes(com.google.protobuf.ByteString value) string id = 1 [json_name = "id"];setLocation(String value) string location = 3 [json_name = "location"];setLocationBytes(com.google.protobuf.ByteString value) string location = 3 [json_name = "location"];string name = 2 [json_name = "name"];setNameBytes(com.google.protobuf.ByteString value) string name = 2 [json_name = "name"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceAppOuterClass.UpdateRobotRequestOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceAppOuterClass.UpdateRobotRequestOrBuilder- Returns:
- The bytes for id.
-
setId
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
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getName
string name = 2 [json_name = "name"];- Specified by:
getNamein interfaceAppOuterClass.UpdateRobotRequestOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];- Specified by:
getNameBytesin interfaceAppOuterClass.UpdateRobotRequestOrBuilder- Returns:
- The bytes for name.
-
setName
string name = 2 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 2 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
string name = 2 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getLocation
string location = 3 [json_name = "location"];- Specified by:
getLocationin interfaceAppOuterClass.UpdateRobotRequestOrBuilder- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()string location = 3 [json_name = "location"];- Specified by:
getLocationBytesin interfaceAppOuterClass.UpdateRobotRequestOrBuilder- Returns:
- The bytes for location.
-
setLocation
string location = 3 [json_name = "location"];- Parameters:
value- The location to set.- Returns:
- This builder for chaining.
-
clearLocation
string location = 3 [json_name = "location"];- Returns:
- This builder for chaining.
-
setLocationBytes
public AppOuterClass.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.
-