Package com.viam.service.slam.v1
Class Slam.GetPositionResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Slam.GetPositionResponse,Slam.GetPositionResponse.Builder>
com.viam.service.slam.v1.Slam.GetPositionResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Slam.GetPositionResponseOrBuilder
,Cloneable
- Enclosing class:
- Slam.GetPositionResponse
public static final class Slam.GetPositionResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Slam.GetPositionResponse,Slam.GetPositionResponse.Builder>
implements Slam.GetPositionResponseOrBuilder
Protobuf type
viam.service.slam.v1.GetPositionResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionCurrent position of the specified component in the SLAM MapgetPose()
Current position of the specified component in the SLAM Mapboolean
hasPose()
Current position of the specified component in the SLAM MapmergePose
(Common.Pose value) Current position of the specified component in the SLAM MapsetPose
(Common.Pose value) Current position of the specified component in the SLAM MapsetPose
(Common.Pose.Builder builderForValue) Current position of the specified component in the SLAM MapMethods 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
-
hasPose
public boolean hasPose()Current position of the specified component in the SLAM Map
.viam.common.v1.Pose pose = 1 [json_name = "pose"];
- Specified by:
hasPose
in interfaceSlam.GetPositionResponseOrBuilder
- Returns:
- Whether the pose field is set.
-
getPose
Current position of the specified component in the SLAM Map
.viam.common.v1.Pose pose = 1 [json_name = "pose"];
- Specified by:
getPose
in interfaceSlam.GetPositionResponseOrBuilder
- Returns:
- The pose.
-
setPose
Current position of the specified component in the SLAM Map
.viam.common.v1.Pose pose = 1 [json_name = "pose"];
-
setPose
Current position of the specified component in the SLAM Map
.viam.common.v1.Pose pose = 1 [json_name = "pose"];
-
mergePose
Current position of the specified component in the SLAM Map
.viam.common.v1.Pose pose = 1 [json_name = "pose"];
-
clearPose
Current position of the specified component in the SLAM Map
.viam.common.v1.Pose pose = 1 [json_name = "pose"];
-