Package viam.app.cloudslam.v1
Class CloudSlam.GetActiveMappingSessionsForRobotRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<CloudSlam.GetActiveMappingSessionsForRobotRequest,CloudSlam.GetActiveMappingSessionsForRobotRequest.Builder>
viam.app.cloudslam.v1.CloudSlam.GetActiveMappingSessionsForRobotRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,CloudSlam.GetActiveMappingSessionsForRobotRequestOrBuilder
- Enclosing class:
- CloudSlam.GetActiveMappingSessionsForRobotRequest
public static final class CloudSlam.GetActiveMappingSessionsForRobotRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<CloudSlam.GetActiveMappingSessionsForRobotRequest,CloudSlam.GetActiveMappingSessionsForRobotRequest.Builder>
implements CloudSlam.GetActiveMappingSessionsForRobotRequestOrBuilder
Protobuf type
viam.app.cloudslam.v1.GetActiveMappingSessionsForRobotRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionassumes only one active mapping session on a robotassumes only one active mapping session on a robotcom.google.protobuf.ByteStringassumes only one active mapping session on a robotsetRobotId(String value) assumes only one active mapping session on a robotsetRobotIdBytes(com.google.protobuf.ByteString value) assumes only one active mapping session on a robotMethods 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
-
getRobotId
assumes only one active mapping session on a robot
string robot_id = 1 [json_name = "robotId"];- Specified by:
getRobotIdin interfaceCloudSlam.GetActiveMappingSessionsForRobotRequestOrBuilder- Returns:
- The robotId.
-
getRobotIdBytes
public com.google.protobuf.ByteString getRobotIdBytes()assumes only one active mapping session on a robot
string robot_id = 1 [json_name = "robotId"];- Specified by:
getRobotIdBytesin interfaceCloudSlam.GetActiveMappingSessionsForRobotRequestOrBuilder- Returns:
- The bytes for robotId.
-
setRobotId
assumes only one active mapping session on a robot
string robot_id = 1 [json_name = "robotId"];- Parameters:
value- The robotId to set.- Returns:
- This builder for chaining.
-
clearRobotId
assumes only one active mapping session on a robot
string robot_id = 1 [json_name = "robotId"];- Returns:
- This builder for chaining.
-
setRobotIdBytes
public CloudSlam.GetActiveMappingSessionsForRobotRequest.Builder setRobotIdBytes(com.google.protobuf.ByteString value) assumes only one active mapping session on a robot
string robot_id = 1 [json_name = "robotId"];- Parameters:
value- The bytes for robotId to set.- Returns:
- This builder for chaining.
-