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
-
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.ByteString
string id = 1 [json_name = "id"];
string location = 3 [json_name = "location"];
com.google.protobuf.ByteString
string location = 3 [json_name = "location"];
getName()
string name = 2 [json_name = "name"];
com.google.protobuf.ByteString
string 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, 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
-
getId
string id = 1 [json_name = "id"];
- Specified by:
getId
in interfaceApp.UpdateRobotRequestOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];
- Specified by:
getIdBytes
in interfaceApp.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:
getName
in interfaceApp.UpdateRobotRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceApp.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:
getLocation
in interfaceApp.UpdateRobotRequestOrBuilder
- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()string location = 3 [json_name = "location"];
- Specified by:
getLocationBytes
in interfaceApp.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
string location = 3 [json_name = "location"];
- Parameters:
value
- The bytes for location to set.- Returns:
- This builder for chaining.
-