Package org.yamcs.protobuf
Interface ListQueueEntriesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListQueueEntriesResponse,ListQueueEntriesResponse.Builder
public interface ListQueueEntriesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commanding.CommandQueueEntrygetEntries(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;intgetEntriesCount()repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;List<Commanding.CommandQueueEntry>getEntriesList()repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;Commanding.CommandQueueEntryOrBuildergetEntriesOrBuilder(int index)repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;List<? extends Commanding.CommandQueueEntryOrBuilder>getEntriesOrBuilderList()repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntriesList
List<Commanding.CommandQueueEntry> getEntriesList()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;
-
getEntries
Commanding.CommandQueueEntry getEntries(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;
-
getEntriesCount
int getEntriesCount()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;
-
getEntriesOrBuilderList
List<? extends Commanding.CommandQueueEntryOrBuilder> getEntriesOrBuilderList()
repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;
-
getEntriesOrBuilder
Commanding.CommandQueueEntryOrBuilder getEntriesOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandQueueEntry entries = 1;
-
-