Package com.viam.robot.v1
Class Robot.FrameSystemConfigRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Robot.FrameSystemConfigRequest,Robot.FrameSystemConfigRequest.Builder>
com.viam.robot.v1.Robot.FrameSystemConfigRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Robot.FrameSystemConfigRequestOrBuilder
,Cloneable
- Enclosing class:
- Robot.FrameSystemConfigRequest
public static final class Robot.FrameSystemConfigRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Robot.FrameSystemConfigRequest,Robot.FrameSystemConfigRequest.Builder>
implements Robot.FrameSystemConfigRequestOrBuilder
Protobuf type
viam.robot.v1.FrameSystemConfigRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllSupplementalTransforms
(Iterable<? extends Common.Transform> values) pose information on any additional reference frames that are needed to supplement the robot's frame systemaddSupplementalTransforms
(int index, Common.Transform value) pose information on any additional reference frames that are needed to supplement the robot's frame systemaddSupplementalTransforms
(int index, Common.Transform.Builder builderForValue) pose information on any additional reference frames that are needed to supplement the robot's frame systempose information on any additional reference frames that are needed to supplement the robot's frame systemaddSupplementalTransforms
(Common.Transform.Builder builderForValue) pose information on any additional reference frames that are needed to supplement the robot's frame systempose information on any additional reference frames that are needed to supplement the robot's frame systemgetSupplementalTransforms
(int index) pose information on any additional reference frames that are needed to supplement the robot's frame systemint
pose information on any additional reference frames that are needed to supplement the robot's frame systempose information on any additional reference frames that are needed to supplement the robot's frame systemremoveSupplementalTransforms
(int index) pose information on any additional reference frames that are needed to supplement the robot's frame systemsetSupplementalTransforms
(int index, Common.Transform value) pose information on any additional reference frames that are needed to supplement the robot's frame systemsetSupplementalTransforms
(int index, Common.Transform.Builder builderForValue) pose information on any additional reference frames that are needed to supplement the robot's frame systemMethods 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
-
getSupplementalTransformsList
pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
- Specified by:
getSupplementalTransformsList
in interfaceRobot.FrameSystemConfigRequestOrBuilder
-
getSupplementalTransformsCount
public int getSupplementalTransformsCount()pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
- Specified by:
getSupplementalTransformsCount
in interfaceRobot.FrameSystemConfigRequestOrBuilder
-
getSupplementalTransforms
pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
- Specified by:
getSupplementalTransforms
in interfaceRobot.FrameSystemConfigRequestOrBuilder
-
setSupplementalTransforms
public Robot.FrameSystemConfigRequest.Builder setSupplementalTransforms(int index, Common.Transform value) pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
setSupplementalTransforms
public Robot.FrameSystemConfigRequest.Builder setSupplementalTransforms(int index, Common.Transform.Builder builderForValue) pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
addSupplementalTransforms
pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
addSupplementalTransforms
public Robot.FrameSystemConfigRequest.Builder addSupplementalTransforms(int index, Common.Transform value) pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
addSupplementalTransforms
public Robot.FrameSystemConfigRequest.Builder addSupplementalTransforms(Common.Transform.Builder builderForValue) pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
addSupplementalTransforms
public Robot.FrameSystemConfigRequest.Builder addSupplementalTransforms(int index, Common.Transform.Builder builderForValue) pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
addAllSupplementalTransforms
public Robot.FrameSystemConfigRequest.Builder addAllSupplementalTransforms(Iterable<? extends Common.Transform> values) pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
clearSupplementalTransforms
pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-
removeSupplementalTransforms
pose information on any additional reference frames that are needed to supplement the robot's frame system
repeated .viam.common.v1.Transform supplemental_transforms = 1 [json_name = "supplementalTransforms"];
-