Package com.viam.component.arm.v1
Class Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch
java.lang.Object
com.google.protobuf.AbstractMessageLite<Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch,Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch.Builder>
com.google.protobuf.GeneratedMessageLite<Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch,Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch.Builder>
com.viam.component.arm.v1.Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatchOrBuilder
- Enclosing class:
Arm.MoveThroughJointPositionsStreamedRequest
public static final class Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch
extends com.google.protobuf.GeneratedMessageLite<Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch,Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch.Builder>
implements Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatchOrBuilder
Protobuf type
viam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.component.arm.v1.MoveThroughJointPositionsStreamedRequest.TrajectoryBatchNested 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
FieldsFields 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) getPoints(int index) Trajectory points to append to the motion, in order.intTrajectory points to append to the motion, in order.Trajectory points to append to the motion, in order.getPointsOrBuilder(int index) Trajectory points to append to the motion, in order.List<? extends Arm.TrajectoryPointOrBuilder> Trajectory points to append to the motion, in order.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.TrajectoryBatch> 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
-
POINTS_FIELD_NUMBER
public static final int POINTS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getPointsList
Trajectory points to append to the motion, in order. Append-only; points cannot be replaced or revoked.
repeated .viam.component.arm.v1.TrajectoryPoint points = 1 [json_name = "points"];- Specified by:
getPointsListin interfaceArm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatchOrBuilder
-
getPointsOrBuilderList
Trajectory points to append to the motion, in order. Append-only; points cannot be replaced or revoked.
repeated .viam.component.arm.v1.TrajectoryPoint points = 1 [json_name = "points"]; -
getPointsCount
public int getPointsCount()Trajectory points to append to the motion, in order. Append-only; points cannot be replaced or revoked.
repeated .viam.component.arm.v1.TrajectoryPoint points = 1 [json_name = "points"];- Specified by:
getPointsCountin interfaceArm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatchOrBuilder
-
getPoints
Trajectory points to append to the motion, in order. Append-only; points cannot be replaced or revoked.
repeated .viam.component.arm.v1.TrajectoryPoint points = 1 [json_name = "points"];- Specified by:
getPointsin interfaceArm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatchOrBuilder
-
getPointsOrBuilder
Trajectory points to append to the motion, in order. Append-only; points cannot be replaced or revoked.
repeated .viam.component.arm.v1.TrajectoryPoint points = 1 [json_name = "points"]; -
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch 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.TrajectoryBatch parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch.Builder newBuilder(Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch 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.TrajectoryBatch,Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch.Builder>
-
getDefaultInstance
-
parser
public static com.google.protobuf.Parser<Arm.MoveThroughJointPositionsStreamedRequest.TrajectoryBatch> parser()
-