Package api
Interface Job.ActiveQueuesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Job.ActiveQueues,Job.ActiveQueues.Builder
- Enclosing class:
- Job
public static interface Job.ActiveQueuesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetQueues(int index)repeated string queues = 1;com.google.protobuf.ByteStringgetQueuesBytes(int index)repeated string queues = 1;intgetQueuesCount()repeated string queues = 1;List<String>getQueuesList()repeated string 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<String> getQueuesList()
repeated string queues = 1;- Returns:
- A list containing the queues.
-
getQueuesCount
int getQueuesCount()
repeated string queues = 1;- Returns:
- The count of queues.
-
getQueues
String getQueues(int index)
repeated string queues = 1;- Parameters:
index- The index of the element to return.- Returns:
- The queues at the given index.
-
getQueuesBytes
com.google.protobuf.ByteString getQueuesBytes(int index)
repeated string queues = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the queues at the given index.
-
-