Package viam.app.v1
Class Robot.ConfigRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Robot.ConfigRequest,Robot.ConfigRequest.Builder>
viam.app.v1.Robot.ConfigRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Robot.ConfigRequestOrBuilder
- Enclosing class:
- Robot.ConfigRequest
public static final class Robot.ConfigRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Robot.ConfigRequest,Robot.ConfigRequest.Builder>
implements Robot.ConfigRequestOrBuilder
Protobuf type
viam.app.v1.ConfigRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionDetails about the RDK (os, version) are updated during this request.clearId()
Robot part id.Details about the RDK (os, version) are updated during this request.getId()
Robot part id.com.google.protobuf.ByteString
Robot part id.boolean
Details about the RDK (os, version) are updated during this request.mergeAgentInfo
(Robot.AgentInfo value) Details about the RDK (os, version) are updated during this request.setAgentInfo
(Robot.AgentInfo value) Details about the RDK (os, version) are updated during this request.setAgentInfo
(Robot.AgentInfo.Builder builderForValue) Details about the RDK (os, version) are updated during this request.Robot part id.setIdBytes
(com.google.protobuf.ByteString value) Robot part id.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
Robot part id.
string id = 1 [json_name = "id"];
- Specified by:
getId
in interfaceRobot.ConfigRequestOrBuilder
- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()Robot part id.
string id = 1 [json_name = "id"];
- Specified by:
getIdBytes
in interfaceRobot.ConfigRequestOrBuilder
- Returns:
- The bytes for id.
-
setId
Robot part id.
string id = 1 [json_name = "id"];
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
Robot part id.
string id = 1 [json_name = "id"];
- Returns:
- This builder for chaining.
-
setIdBytes
Robot part id.
string id = 1 [json_name = "id"];
- Parameters:
value
- The bytes for id to set.- Returns:
- This builder for chaining.
-
hasAgentInfo
public boolean hasAgentInfo()Details about the RDK (os, version) are updated during this request.
optional .viam.app.v1.AgentInfo agent_info = 2 [json_name = "agentInfo"];
- Specified by:
hasAgentInfo
in interfaceRobot.ConfigRequestOrBuilder
- Returns:
- Whether the agentInfo field is set.
-
getAgentInfo
Details about the RDK (os, version) are updated during this request.
optional .viam.app.v1.AgentInfo agent_info = 2 [json_name = "agentInfo"];
- Specified by:
getAgentInfo
in interfaceRobot.ConfigRequestOrBuilder
- Returns:
- The agentInfo.
-
setAgentInfo
Details about the RDK (os, version) are updated during this request.
optional .viam.app.v1.AgentInfo agent_info = 2 [json_name = "agentInfo"];
-
setAgentInfo
Details about the RDK (os, version) are updated during this request.
optional .viam.app.v1.AgentInfo agent_info = 2 [json_name = "agentInfo"];
-
mergeAgentInfo
Details about the RDK (os, version) are updated during this request.
optional .viam.app.v1.AgentInfo agent_info = 2 [json_name = "agentInfo"];
-
clearAgentInfo
Details about the RDK (os, version) are updated during this request.
optional .viam.app.v1.AgentInfo agent_info = 2 [json_name = "agentInfo"];
-