Class EditQueueRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • clear

        public EditQueueRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • getDefaultInstanceForType

        public EditQueueRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public EditQueueRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public EditQueueRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public EditQueueRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • setField

        public EditQueueRequest.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • clearField

        public EditQueueRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • clearOneof

        public EditQueueRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • setRepeatedField

        public EditQueueRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         int index,
                                                         Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • addRepeatedField

        public EditQueueRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                         Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • mergeFrom

        public EditQueueRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EditQueueRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • mergeFrom

        public EditQueueRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EditQueueRequest.Builder>
        Throws:
        IOException
      • getQueue

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

        public com.google.protobuf.ByteString getQueueBytes()
         Name of the queue to be updated
         This includes all prefixes and suffixes
         
        string queue = 1;
        Specified by:
        getQueueBytes in interface EditQueueRequestOrBuilder
        Returns:
        The bytes for queue.
      • setQueue

        public EditQueueRequest.Builder setQueue​(String value)
         Name of the queue to be updated
         This includes all prefixes and suffixes
         
        string queue = 1;
        Parameters:
        value - The queue to set.
        Returns:
        This builder for chaining.
      • clearQueue

        public EditQueueRequest.Builder clearQueue()
         Name of the queue to be updated
         This includes all prefixes and suffixes
         
        string queue = 1;
        Returns:
        This builder for chaining.
      • setQueueBytes

        public EditQueueRequest.Builder setQueueBytes​(com.google.protobuf.ByteString value)
         Name of the queue to be updated
         This includes all prefixes and suffixes
         
        string queue = 1;
        Parameters:
        value - The bytes for queue to set.
        Returns:
        This builder for chaining.
      • hasConfiguration

        public 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;
        Specified by:
        hasConfiguration in interface EditQueueRequestOrBuilder
        Returns:
        Whether the configuration field is set.
      • getConfiguration

        public 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;
        Specified by:
        getConfiguration in interface EditQueueRequestOrBuilder
        Returns:
        The configuration.
      • setConfiguration

        public EditQueueRequest.Builder setConfiguration​(QueueConfiguration value)
         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;
      • setConfiguration

        public EditQueueRequest.Builder setConfiguration​(QueueConfiguration.Builder builderForValue)
         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;
      • mergeConfiguration

        public EditQueueRequest.Builder mergeConfiguration​(QueueConfiguration value)
         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;
      • clearConfiguration

        public EditQueueRequest.Builder clearConfiguration()
         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;
      • getConfigurationBuilder

        public QueueConfiguration.Builder getConfigurationBuilder()
         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;
      • getConfigurationOrBuilder

        public 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;
        Specified by:
        getConfigurationOrBuilder in interface EditQueueRequestOrBuilder
      • setUnknownFields

        public final EditQueueRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>
      • mergeUnknownFields

        public final EditQueueRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EditQueueRequest.Builder>