Package org.yamcs.protobuf
Interface ListQueuesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListQueuesResponse
,ListQueuesResponse.Builder
public interface ListQueuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetQueues
(int index) repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
int
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
getQueuesOrBuilder
(int index) repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
List<? extends Commanding.CommandQueueInfoOrBuilder>
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 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
-
getQueuesList
List<Commanding.CommandQueueInfo> getQueuesList()repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
-
getQueues
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
-
getQueuesCount
int getQueuesCount()repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
-
getQueuesOrBuilderList
List<? extends Commanding.CommandQueueInfoOrBuilder> getQueuesOrBuilderList()repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
-
getQueuesOrBuilder
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
-