Package com.viam.component.arm.v1
Class Arm.MoveThroughJointPositionsStreamedRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Arm.MoveThroughJointPositionsStreamedRequest,Arm.MoveThroughJointPositionsStreamedRequest.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Arm.MoveThroughJointPositionsStreamedRequest,Arm.MoveThroughJointPositionsStreamedRequest.Builder>
com.viam.component.arm.v1.Arm.MoveThroughJointPositionsStreamedRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Arm.MoveThroughJointPositionsStreamedRequestOrBuilder,Cloneable
- Enclosing class:
Arm.MoveThroughJointPositionsStreamedRequest
public static final class Arm.MoveThroughJointPositionsStreamedRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Arm.MoveThroughJointPositionsStreamedRequest,Arm.MoveThroughJointPositionsStreamedRequest.Builder>
implements Arm.MoveThroughJointPositionsStreamedRequestOrBuilder
Protobuf type
viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionA batch of trajectory points to append to the running motion.Stream initiation.Name of the arm to control.getBatch()A batch of trajectory points to append to the running motion.getInit()Stream initiation.getName()Name of the arm to control.com.google.protobuf.ByteStringName of the arm to control.booleanhasBatch()A batch of trajectory points to append to the running motion.booleanhasInit()Stream initiation.A batch of trajectory points to append to the running motion.Stream initiation.A batch of trajectory points to append to the running motion.A batch of trajectory points to append to the running motion.Stream initiation.setInit(Arm.MoveThroughJointPositionsStreamedRequest.Init.Builder builderForValue) Stream initiation.Name of the arm to control.setNameBytes(com.google.protobuf.ByteString value) Name of the arm to control.Methods 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
-
getMessageCase
- Specified by:
getMessageCasein interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder
-
clearMessage
-
getName
Name of the arm to control.
string name = 1 [json_name = "name"];- Specified by:
getNamein interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()Name of the arm to control.
string name = 1 [json_name = "name"];- Specified by:
getNameBytesin interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder- Returns:
- The bytes for name.
-
setName
Name of the arm to control.
string name = 1 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
Name of the arm to control.
string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
public Arm.MoveThroughJointPositionsStreamedRequest.Builder setNameBytes(com.google.protobuf.ByteString value) Name of the arm to control.
string name = 1 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasInit
public boolean hasInit()Stream initiation. Sent exactly once and must be the first message on the stream.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.Init init = 2 [json_name = "init"];- Specified by:
hasInitin interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder- Returns:
- Whether the init field is set.
-
getInit
Stream initiation. Sent exactly once and must be the first message on the stream.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.Init init = 2 [json_name = "init"];- Specified by:
getInitin interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder- Returns:
- The init.
-
setInit
public Arm.MoveThroughJointPositionsStreamedRequest.Builder setInit(Arm.MoveThroughJointPositionsStreamedRequest.Init value) Stream initiation. Sent exactly once and must be the first message on the stream.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.Init init = 2 [json_name = "init"]; -
setInit
public Arm.MoveThroughJointPositionsStreamedRequest.Builder setInit(Arm.MoveThroughJointPositionsStreamedRequest.Init.Builder builderForValue) Stream initiation. Sent exactly once and must be the first message on the stream.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.Init init = 2 [json_name = "init"]; -
mergeInit
public Arm.MoveThroughJointPositionsStreamedRequest.Builder mergeInit(Arm.MoveThroughJointPositionsStreamedRequest.Init value) Stream initiation. Sent exactly once and must be the first message on the stream.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.Init init = 2 [json_name = "init"]; -
clearInit
Stream initiation. Sent exactly once and must be the first message on the stream.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.Init init = 2 [json_name = "init"]; -
hasBatch
public boolean hasBatch()A batch of trajectory points to append to the running motion. Sent N times after init.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch batch = 3 [json_name = "batch"];- Specified by:
hasBatchin interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder- Returns:
- Whether the batch field is set.
-
getBatch
A batch of trajectory points to append to the running motion. Sent N times after init.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch batch = 3 [json_name = "batch"];- Specified by:
getBatchin interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder- Returns:
- The batch.
-
setBatch
public Arm.MoveThroughJointPositionsStreamedRequest.Builder setBatch(Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch value) A batch of trajectory points to append to the running motion. Sent N times after init.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch batch = 3 [json_name = "batch"]; -
setBatch
public Arm.MoveThroughJointPositionsStreamedRequest.Builder setBatch(Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch.Builder builderForValue) A batch of trajectory points to append to the running motion. Sent N times after init.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch batch = 3 [json_name = "batch"]; -
mergeBatch
public Arm.MoveThroughJointPositionsStreamedRequest.Builder mergeBatch(Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch value) A batch of trajectory points to append to the running motion. Sent N times after init.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch batch = 3 [json_name = "batch"]; -
clearBatch
A batch of trajectory points to append to the running motion. Sent N times after init.
.viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch batch = 3 [json_name = "batch"];
-