Interface EditQueueRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EditQueueRequest, EditQueueRequest.Builder

    public interface EditQueueRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      QueueConfiguration getConfiguration()
      Configuration to apply to the queue.
      QueueConfigurationOrBuilder getConfigurationOrBuilder()
      Configuration to apply to the queue.
      String getQueue()
      Name of the queue to be updated This includes all prefixes and suffixes
      com.google.protobuf.ByteString getQueueBytes()
      Name of the queue to be updated This includes all prefixes and suffixes
      boolean hasConfiguration()
      Configuration to apply to the queue.
      • 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 Detail

      • getQueue

        String getQueue()
         Name of the queue to be updated
         This includes all prefixes and suffixes
         
        string queue = 1;
        Returns:
        The queue.
      • getQueueBytes

        com.google.protobuf.ByteString getQueueBytes()
         Name of the queue to be updated
         This includes all prefixes and suffixes
         
        string queue = 1;
        Returns:
        The bytes for queue.
      • hasConfiguration

        boolean hasConfiguration()
         Configuration to apply to the queue. It will always update the queue with the newer configuration.
         Only available fields will be updated, meaning that previously configured fields will not be change unless you explicit set it.
         If you want to change a configuration to its default value, manually set it to its default value following each field documentation.
         
        .blipai.deckard.QueueConfiguration configuration = 2;
        Returns:
        Whether the configuration field is set.
      • getConfiguration

        QueueConfiguration getConfiguration()
         Configuration to apply to the queue. It will always update the queue with the newer configuration.
         Only available fields will be updated, meaning that previously configured fields will not be change unless you explicit set it.
         If you want to change a configuration to its default value, manually set it to its default value following each field documentation.
         
        .blipai.deckard.QueueConfiguration configuration = 2;
        Returns:
        The configuration.
      • getConfigurationOrBuilder

        QueueConfigurationOrBuilder getConfigurationOrBuilder()
         Configuration to apply to the queue. It will always update the queue with the newer configuration.
         Only available fields will be updated, meaning that previously configured fields will not be change unless you explicit set it.
         If you want to change a configuration to its default value, manually set it to its default value following each field documentation.
         
        .blipai.deckard.QueueConfiguration configuration = 2;