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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commanding.CommandQueueInfogetQueues(int index)repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;intgetQueuesCount()repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;List<Commanding.CommandQueueInfo>getQueuesList()repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;Commanding.CommandQueueInfoOrBuildergetQueuesOrBuilder(int index)repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;List<? extends Commanding.CommandQueueInfoOrBuilder>getQueuesOrBuilderList()repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueuesList
List<Commanding.CommandQueueInfo> getQueuesList()
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
-
getQueues
Commanding.CommandQueueInfo getQueues(int index)
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
Commanding.CommandQueueInfoOrBuilder getQueuesOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandQueueInfo queues = 1;
-
-