Package com.viam.component.arm.v1
Interface Arm.MoveToPositionRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- Arm.MoveToPositionRequest,- Arm.MoveToPositionRequest.Builder
- Enclosing class:
- Arm
public static interface Arm.MoveToPositionRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.protobuf.StructgetExtra()Additional arguments to the methodgetName()Name of an armcom.google.protobuf.ByteStringName of an armgetTo()The destination to move the arm to; this is from the reference frame of the arm.booleanhasExtra()Additional arguments to the methodbooleanhasTo()The destination to move the arm to; this is from the reference frame of the arm.Methods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getNameString getName()Name of an arm string name = 1 [json_name = "name"];- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()Name of an arm string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
 
- 
hasToboolean hasTo()The destination to move the arm to; this is from the reference frame of the arm. .viam.common.v1.Pose to = 2 [json_name = "to"];- Returns:
- Whether the to field is set.
 
- 
getToCommon.Pose getTo()The destination to move the arm to; this is from the reference frame of the arm. .viam.common.v1.Pose to = 2 [json_name = "to"];- Returns:
- The to.
 
- 
hasExtraboolean hasExtra()Additional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- Whether the extra field is set.
 
- 
getExtracom.google.protobuf.Struct getExtra()Additional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- The extra.
 
 
-