Package ai.blip.deckard
Interface GetQueueResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetQueueResponse,GetQueueResponse.Builder
public interface GetQueueResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueueConfigurationgetConfiguration()Configuration of the queueQueueConfigurationOrBuildergetConfigurationOrBuilder()Configuration of the queueStringgetQueue()Name of the queuecom.google.protobuf.ByteStringgetQueueBytes()Name of the queuebooleanhasConfiguration()Configuration of the queue-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueue
String getQueue()
Name of the queue
string queue = 1;- Returns:
- The queue.
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()
Name of the queue
string queue = 1;- Returns:
- The bytes for queue.
-
hasConfiguration
boolean hasConfiguration()
Configuration of the queue
.blipai.deckard.QueueConfiguration configuration = 2;- Returns:
- Whether the configuration field is set.
-
getConfiguration
QueueConfiguration getConfiguration()
Configuration of the queue
.blipai.deckard.QueueConfiguration configuration = 2;- Returns:
- The configuration.
-
getConfigurationOrBuilder
QueueConfigurationOrBuilder getConfigurationOrBuilder()
Configuration of the queue
.blipai.deckard.QueueConfiguration configuration = 2;
-
-