Package viam.app.v1
Class AppOuterClass.UpdateRobotPartRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateRobotPartRequest,AppOuterClass.UpdateRobotPartRequest.Builder>
viam.app.v1.AppOuterClass.UpdateRobotPartRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.UpdateRobotPartRequestOrBuilder
- Enclosing class:
- AppOuterClass.UpdateRobotPartRequest
public static final class AppOuterClass.UpdateRobotPartRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateRobotPartRequest,AppOuterClass.UpdateRobotPartRequest.Builder>
implements AppOuterClass.UpdateRobotPartRequestOrBuilder
Protobuf type
viam.app.v1.UpdateRobotPartRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionclearId()
string id = 1 [json_name = "id"];
optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
string name = 2 [json_name = "name"];
.google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
getId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
getName()
string name = 2 [json_name = "name"];
com.google.protobuf.ByteString
string name = 2 [json_name = "name"];
com.google.protobuf.Struct
.google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
boolean
optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
boolean
.google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
mergeLastKnownUpdate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
mergeRobotConfig
(com.google.protobuf.Struct value) .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
string id = 1 [json_name = "id"];
setIdBytes
(com.google.protobuf.ByteString value) string id = 1 [json_name = "id"];
setLastKnownUpdate
(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
setLastKnownUpdate
(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
string name = 2 [json_name = "name"];
setNameBytes
(com.google.protobuf.ByteString value) string name = 2 [json_name = "name"];
setRobotConfig
(com.google.protobuf.Struct value) .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
setRobotConfig
(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
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 interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];
- Specified by:
getIdBytes
in interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- 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
public AppOuterClass.UpdateRobotPartRequest.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
string name = 2 [json_name = "name"];
- Specified by:
getName
in interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- 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
public AppOuterClass.UpdateRobotPartRequest.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.
-
hasRobotConfig
public boolean hasRobotConfig().google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
- Specified by:
hasRobotConfig
in interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- Returns:
- Whether the robotConfig field is set.
-
getRobotConfig
public com.google.protobuf.Struct getRobotConfig().google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
- Specified by:
getRobotConfig
in interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- Returns:
- The robotConfig.
-
setRobotConfig
public AppOuterClass.UpdateRobotPartRequest.Builder setRobotConfig(com.google.protobuf.Struct value) .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
-
setRobotConfig
public AppOuterClass.UpdateRobotPartRequest.Builder setRobotConfig(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
-
mergeRobotConfig
public AppOuterClass.UpdateRobotPartRequest.Builder mergeRobotConfig(com.google.protobuf.Struct value) .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
-
clearRobotConfig
.google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
-
hasLastKnownUpdate
public boolean hasLastKnownUpdate()optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
- Specified by:
hasLastKnownUpdate
in interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- Returns:
- Whether the lastKnownUpdate field is set.
-
getLastKnownUpdate
public com.google.protobuf.Timestamp getLastKnownUpdate()optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
- Specified by:
getLastKnownUpdate
in interfaceAppOuterClass.UpdateRobotPartRequestOrBuilder
- Returns:
- The lastKnownUpdate.
-
setLastKnownUpdate
public AppOuterClass.UpdateRobotPartRequest.Builder setLastKnownUpdate(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
-
setLastKnownUpdate
public AppOuterClass.UpdateRobotPartRequest.Builder setLastKnownUpdate(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
-
mergeLastKnownUpdate
public AppOuterClass.UpdateRobotPartRequest.Builder mergeLastKnownUpdate(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
-
clearLastKnownUpdate
optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];
-