// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PMotion.proto package messages; public interface ScriptedMoveOrBuilder extends com.google.protobuf.MessageOrBuilder { // repeated .messages.BodyJointCommand command = 1; /** * <code>repeated .messages.BodyJointCommand command = 1;</code> */ java.util.List<messages.BodyJointCommand> getCommandList(); /** * <code>repeated .messages.BodyJointCommand command = 1;</code> */ messages.BodyJointCommand getCommand(int index); /** * <code>repeated .messages.BodyJointCommand command = 1;</code> */ int getCommandCount(); /** * <code>repeated .messages.BodyJointCommand command = 1;</code> */ java.util.List<? extends messages.BodyJointCommandOrBuilder> getCommandOrBuilderList(); /** * <code>repeated .messages.BodyJointCommand command = 1;</code> */ messages.BodyJointCommandOrBuilder getCommandOrBuilder( int index); }