Package com.viam.component.arm.v1
Class Arm.MoveThroughJointPositionsStreamedRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<Arm.MoveThroughJointPositionsStreamedRequest,Arm.MoveThroughJointPositionsStreamedRequest.Builder>
com.google.protobuf.GeneratedMessageLite<Arm.MoveThroughJointPositionsStreamedRequest,Arm.MoveThroughJointPositionsStreamedRequest.Builder>
com.viam.component.arm.v1.Arm.MoveThroughJointPositionsStreamedRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Arm.MoveThroughJointPositionsStreamedRequestOrBuilder
- Enclosing class:
Arm
public static final class Arm.MoveThroughJointPositionsStreamedRequest
extends com.google.protobuf.GeneratedMessageLite<Arm.MoveThroughJointPositionsStreamedRequest,Arm.MoveThroughJointPositionsStreamedRequest.Builder>
implements Arm.MoveThroughJointPositionsStreamedRequestOrBuilder
Protobuf type
viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.component.arm.v1.MoveThroughJointPositionsStreamedRequeststatic final classProtobuf typeviam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.Initstatic interfacestatic enumstatic final classProtobuf typeviam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatchstatic interfaceNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) 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.parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Arm.MoveThroughJointPositionsStreamedRequest> parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER- See Also:
-
INIT_FIELD_NUMBER
public static final int INIT_FIELD_NUMBER- See Also:
-
BATCH_FIELD_NUMBER
public static final int BATCH_FIELD_NUMBER- See Also:
-
-
Method Details
-
getMessageCase
- Specified by:
getMessageCasein interfaceArm.MoveThroughJointPositionsStreamedRequestOrBuilder
-
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.
-
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.
-
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.
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Arm.MoveThroughJointPositionsStreamedRequest.Builder newBuilder(Arm.MoveThroughJointPositionsStreamedRequest prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Arm.MoveThroughJointPositionsStreamedRequest,Arm.MoveThroughJointPositionsStreamedRequest.Builder>
-
getDefaultInstance
-
parser
-