Package org.yamcs.protobuf
Interface ListQueuedCommandsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListQueuedCommandsResponse
,ListQueuedCommandsResponse.Builder
public interface ListQueuedCommandsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCommands
(int index) repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
int
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
getCommandsOrBuilder
(int index) repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
List<? extends Commanding.CommandQueueEntryOrBuilder>
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCommandsList
List<Commanding.CommandQueueEntry> getCommandsList()repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
-
getCommands
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
-
getCommandsCount
int getCommandsCount()repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
-
getCommandsOrBuilderList
List<? extends Commanding.CommandQueueEntryOrBuilder> getCommandsOrBuilderList()repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
-
getCommandsOrBuilder
repeated .yamcs.protobuf.commanding.CommandQueueEntry commands = 1;
-