Class DescribeTaskQueueRequest.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DescribeTaskQueueRequestOrBuilder, java.lang.Cloneable
    Enclosing class:
    DescribeTaskQueueRequest

    public static final class DescribeTaskQueueRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<DescribeTaskQueueRequest.Builder>
    implements DescribeTaskQueueRequestOrBuilder
     (-- api-linter: core::0203::optional=disabled
         aip.dev/not-precedent: field_behavior annotation not available in our gogo fork --)
     
    Protobuf type temporal.api.workflowservice.v1.DescribeTaskQueueRequest
    • 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<DescribeTaskQueueRequest.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<DescribeTaskQueueRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

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

        public DescribeTaskQueueRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.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<DescribeTaskQueueRequest.Builder>
        Throws:
        java.io.IOException
      • setNamespace

        public DescribeTaskQueueRequest.Builder setNamespace​(java.lang.String value)
        string namespace = 1;
        Parameters:
        value - The namespace to set.
        Returns:
        This builder for chaining.
      • setNamespaceBytes

        public DescribeTaskQueueRequest.Builder setNamespaceBytes​(com.google.protobuf.ByteString value)
        string namespace = 1;
        Parameters:
        value - The bytes for namespace to set.
        Returns:
        This builder for chaining.
      • hasTaskQueue

        public boolean hasTaskQueue()
         Sticky queues are not supported in deprecated ENHANCED mode.
         
        .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
        Specified by:
        hasTaskQueue in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        Whether the taskQueue field is set.
      • mergeTaskQueue

        public DescribeTaskQueueRequest.Builder mergeTaskQueue​(TaskQueue value)
         Sticky queues are not supported in deprecated ENHANCED mode.
         
        .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      • clearTaskQueue

        public DescribeTaskQueueRequest.Builder clearTaskQueue()
         Sticky queues are not supported in deprecated ENHANCED mode.
         
        .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      • getTaskQueueBuilder

        public TaskQueue.Builder getTaskQueueBuilder()
         Sticky queues are not supported in deprecated ENHANCED mode.
         
        .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      • getTaskQueueTypeValue

        public int getTaskQueueTypeValue()
         If unspecified (TASK_QUEUE_TYPE_UNSPECIFIED), then default value (TASK_QUEUE_TYPE_WORKFLOW) will be used.
         Only supported in default mode (use `task_queue_types` in ENHANCED mode instead).
         
        .temporal.api.enums.v1.TaskQueueType task_queue_type = 3;
        Specified by:
        getTaskQueueTypeValue in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The enum numeric value on the wire for taskQueueType.
      • setTaskQueueTypeValue

        public DescribeTaskQueueRequest.Builder setTaskQueueTypeValue​(int value)
         If unspecified (TASK_QUEUE_TYPE_UNSPECIFIED), then default value (TASK_QUEUE_TYPE_WORKFLOW) will be used.
         Only supported in default mode (use `task_queue_types` in ENHANCED mode instead).
         
        .temporal.api.enums.v1.TaskQueueType task_queue_type = 3;
        Parameters:
        value - The enum numeric value on the wire for taskQueueType to set.
        Returns:
        This builder for chaining.
      • getTaskQueueType

        public TaskQueueType getTaskQueueType()
         If unspecified (TASK_QUEUE_TYPE_UNSPECIFIED), then default value (TASK_QUEUE_TYPE_WORKFLOW) will be used.
         Only supported in default mode (use `task_queue_types` in ENHANCED mode instead).
         
        .temporal.api.enums.v1.TaskQueueType task_queue_type = 3;
        Specified by:
        getTaskQueueType in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The taskQueueType.
      • setTaskQueueType

        public DescribeTaskQueueRequest.Builder setTaskQueueType​(TaskQueueType value)
         If unspecified (TASK_QUEUE_TYPE_UNSPECIFIED), then default value (TASK_QUEUE_TYPE_WORKFLOW) will be used.
         Only supported in default mode (use `task_queue_types` in ENHANCED mode instead).
         
        .temporal.api.enums.v1.TaskQueueType task_queue_type = 3;
        Parameters:
        value - The taskQueueType to set.
        Returns:
        This builder for chaining.
      • clearTaskQueueType

        public DescribeTaskQueueRequest.Builder clearTaskQueueType()
         If unspecified (TASK_QUEUE_TYPE_UNSPECIFIED), then default value (TASK_QUEUE_TYPE_WORKFLOW) will be used.
         Only supported in default mode (use `task_queue_types` in ENHANCED mode instead).
         
        .temporal.api.enums.v1.TaskQueueType task_queue_type = 3;
        Returns:
        This builder for chaining.
      • setReportStats

        public DescribeTaskQueueRequest.Builder setReportStats​(boolean value)
         Report stats for the requested task queue type(s).
         
        bool report_stats = 8;
        Parameters:
        value - The reportStats to set.
        Returns:
        This builder for chaining.
      • clearReportStats

        public DescribeTaskQueueRequest.Builder clearReportStats()
         Report stats for the requested task queue type(s).
         
        bool report_stats = 8;
        Returns:
        This builder for chaining.
      • setReportConfig

        public DescribeTaskQueueRequest.Builder setReportConfig​(boolean value)
         Report Task Queue Config
         
        bool report_config = 11;
        Parameters:
        value - The reportConfig to set.
        Returns:
        This builder for chaining.
      • clearReportConfig

        public DescribeTaskQueueRequest.Builder clearReportConfig()
         Report Task Queue Config
         
        bool report_config = 11;
        Returns:
        This builder for chaining.
      • getIncludeTaskQueueStatus

        @Deprecated
        public boolean getIncludeTaskQueueStatus()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.include_task_queue_status is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1066
         Deprecated, use `report_stats` instead.
         If true, the task queue status will be included in the response.
         
        bool include_task_queue_status = 4 [deprecated = true];
        Specified by:
        getIncludeTaskQueueStatus in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The includeTaskQueueStatus.
      • setIncludeTaskQueueStatus

        @Deprecated
        public DescribeTaskQueueRequest.Builder setIncludeTaskQueueStatus​(boolean value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.include_task_queue_status is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1066
         Deprecated, use `report_stats` instead.
         If true, the task queue status will be included in the response.
         
        bool include_task_queue_status = 4 [deprecated = true];
        Parameters:
        value - The includeTaskQueueStatus to set.
        Returns:
        This builder for chaining.
      • clearIncludeTaskQueueStatus

        @Deprecated
        public DescribeTaskQueueRequest.Builder clearIncludeTaskQueueStatus()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.include_task_queue_status is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1066
         Deprecated, use `report_stats` instead.
         If true, the task queue status will be included in the response.
         
        bool include_task_queue_status = 4 [deprecated = true];
        Returns:
        This builder for chaining.
      • getApiModeValue

        @Deprecated
        public int getApiModeValue()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.api_mode is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1071
         Deprecated. ENHANCED mode is also being deprecated.
         Select the API mode to use for this request: DEFAULT mode (if unset) or ENHANCED mode.
         Consult the documentation for each field to understand which mode it is supported in.
         
        .temporal.api.enums.v1.DescribeTaskQueueMode api_mode = 5 [deprecated = true];
        Specified by:
        getApiModeValue in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The enum numeric value on the wire for apiMode.
      • setApiModeValue

        @Deprecated
        public DescribeTaskQueueRequest.Builder setApiModeValue​(int value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.api_mode is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1071
         Deprecated. ENHANCED mode is also being deprecated.
         Select the API mode to use for this request: DEFAULT mode (if unset) or ENHANCED mode.
         Consult the documentation for each field to understand which mode it is supported in.
         
        .temporal.api.enums.v1.DescribeTaskQueueMode api_mode = 5 [deprecated = true];
        Parameters:
        value - The enum numeric value on the wire for apiMode to set.
        Returns:
        This builder for chaining.
      • getApiMode

        @Deprecated
        public DescribeTaskQueueMode getApiMode()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.api_mode is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1071
         Deprecated. ENHANCED mode is also being deprecated.
         Select the API mode to use for this request: DEFAULT mode (if unset) or ENHANCED mode.
         Consult the documentation for each field to understand which mode it is supported in.
         
        .temporal.api.enums.v1.DescribeTaskQueueMode api_mode = 5 [deprecated = true];
        Specified by:
        getApiMode in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The apiMode.
      • setApiMode

        @Deprecated
        public DescribeTaskQueueRequest.Builder setApiMode​(DescribeTaskQueueMode value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.api_mode is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1071
         Deprecated. ENHANCED mode is also being deprecated.
         Select the API mode to use for this request: DEFAULT mode (if unset) or ENHANCED mode.
         Consult the documentation for each field to understand which mode it is supported in.
         
        .temporal.api.enums.v1.DescribeTaskQueueMode api_mode = 5 [deprecated = true];
        Parameters:
        value - The apiMode to set.
        Returns:
        This builder for chaining.
      • clearApiMode

        @Deprecated
        public DescribeTaskQueueRequest.Builder clearApiMode()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.api_mode is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1071
         Deprecated. ENHANCED mode is also being deprecated.
         Select the API mode to use for this request: DEFAULT mode (if unset) or ENHANCED mode.
         Consult the documentation for each field to understand which mode it is supported in.
         
        .temporal.api.enums.v1.DescribeTaskQueueMode api_mode = 5 [deprecated = true];
        Returns:
        This builder for chaining.
      • hasVersions

        @Deprecated
        public boolean hasVersions()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.versions is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1078
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
        Specified by:
        hasVersions in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        Whether the versions field is set.
      • getVersions

        @Deprecated
        public TaskQueueVersionSelection getVersions()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.versions is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1078
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
        Specified by:
        getVersions in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The versions.
      • setVersions

        @Deprecated
        public DescribeTaskQueueRequest.Builder setVersions​(TaskQueueVersionSelection value)
        Deprecated.
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
      • setVersions

        @Deprecated
        public DescribeTaskQueueRequest.Builder setVersions​(TaskQueueVersionSelection.Builder builderForValue)
        Deprecated.
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
      • mergeVersions

        @Deprecated
        public DescribeTaskQueueRequest.Builder mergeVersions​(TaskQueueVersionSelection value)
        Deprecated.
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
      • clearVersions

        @Deprecated
        public DescribeTaskQueueRequest.Builder clearVersions()
        Deprecated.
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
      • getVersionsBuilder

        @Deprecated
        public TaskQueueVersionSelection.Builder getVersionsBuilder()
        Deprecated.
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
      • getVersionsOrBuilder

        @Deprecated
        public TaskQueueVersionSelectionOrBuilder getVersionsOrBuilder()
        Deprecated.
         Deprecated (as part of the ENHANCED mode deprecation).
         Optional. If not provided, the result for the default Build ID will be returned. The default Build ID is the one
         mentioned in the first unconditional Assignment Rule. If there is no default Build ID, the result for the
         unversioned queue will be returned.
         (-- api-linter: core::0140::prepositions --)
         
        .temporal.api.taskqueue.v1.TaskQueueVersionSelection versions = 6 [deprecated = true];
        Specified by:
        getVersionsOrBuilder in interface DescribeTaskQueueRequestOrBuilder
      • getTaskQueueTypesList

        @Deprecated
        public java.util.List<TaskQueueType> getTaskQueueTypesList()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Specified by:
        getTaskQueueTypesList in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        A list containing the taskQueueTypes.
      • getTaskQueueTypesCount

        @Deprecated
        public int getTaskQueueTypesCount()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Specified by:
        getTaskQueueTypesCount in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The count of taskQueueTypes.
      • getTaskQueueTypes

        @Deprecated
        public TaskQueueType getTaskQueueTypes​(int index)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Specified by:
        getTaskQueueTypes in interface DescribeTaskQueueRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The taskQueueTypes at the given index.
      • setTaskQueueTypes

        @Deprecated
        public DescribeTaskQueueRequest.Builder setTaskQueueTypes​(int index,
                                                                  TaskQueueType value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Parameters:
        index - The index to set the value at.
        value - The taskQueueTypes to set.
        Returns:
        This builder for chaining.
      • addTaskQueueTypes

        @Deprecated
        public DescribeTaskQueueRequest.Builder addTaskQueueTypes​(TaskQueueType value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Parameters:
        value - The taskQueueTypes to add.
        Returns:
        This builder for chaining.
      • addAllTaskQueueTypes

        @Deprecated
        public DescribeTaskQueueRequest.Builder addAllTaskQueueTypes​(java.lang.Iterable<? extends TaskQueueType> values)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Parameters:
        values - The taskQueueTypes to add.
        Returns:
        This builder for chaining.
      • clearTaskQueueTypes

        @Deprecated
        public DescribeTaskQueueRequest.Builder clearTaskQueueTypes()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Returns:
        This builder for chaining.
      • getTaskQueueTypesValueList

        @Deprecated
        public java.util.List<java.lang.Integer> getTaskQueueTypesValueList()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Specified by:
        getTaskQueueTypesValueList in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for taskQueueTypes.
      • getTaskQueueTypesValue

        @Deprecated
        public int getTaskQueueTypesValue​(int index)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Specified by:
        getTaskQueueTypesValue in interface DescribeTaskQueueRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of taskQueueTypes at the given index.
      • setTaskQueueTypesValue

        @Deprecated
        public DescribeTaskQueueRequest.Builder setTaskQueueTypesValue​(int index,
                                                                       int value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Parameters:
        index - The index to set the value at.
        value - The enum numeric value on the wire for taskQueueTypes to set.
        Returns:
        This builder for chaining.
      • addTaskQueueTypesValue

        @Deprecated
        public DescribeTaskQueueRequest.Builder addTaskQueueTypesValue​(int value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Parameters:
        value - The enum numeric value on the wire for taskQueueTypes to add.
        Returns:
        This builder for chaining.
      • addAllTaskQueueTypesValue

        @Deprecated
        public DescribeTaskQueueRequest.Builder addAllTaskQueueTypesValue​(java.lang.Iterable<java.lang.Integer> values)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1082
         Deprecated (as part of the ENHANCED mode deprecation).
         Task queue types to report info about. If not specified, all types are considered.
         
        repeated .temporal.api.enums.v1.TaskQueueType task_queue_types = 7 [deprecated = true];
        Parameters:
        values - The enum numeric values on the wire for taskQueueTypes to add.
        Returns:
        This builder for chaining.
      • getReportPollers

        @Deprecated
        public boolean getReportPollers()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.report_pollers is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1086
         Deprecated (as part of the ENHANCED mode deprecation).
         Report list of pollers for requested task queue types and versions.
         
        bool report_pollers = 9 [deprecated = true];
        Specified by:
        getReportPollers in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The reportPollers.
      • setReportPollers

        @Deprecated
        public DescribeTaskQueueRequest.Builder setReportPollers​(boolean value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.report_pollers is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1086
         Deprecated (as part of the ENHANCED mode deprecation).
         Report list of pollers for requested task queue types and versions.
         
        bool report_pollers = 9 [deprecated = true];
        Parameters:
        value - The reportPollers to set.
        Returns:
        This builder for chaining.
      • clearReportPollers

        @Deprecated
        public DescribeTaskQueueRequest.Builder clearReportPollers()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.report_pollers is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1086
         Deprecated (as part of the ENHANCED mode deprecation).
         Report list of pollers for requested task queue types and versions.
         
        bool report_pollers = 9 [deprecated = true];
        Returns:
        This builder for chaining.
      • getReportTaskReachability

        @Deprecated
        public boolean getReportTaskReachability()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.report_task_reachability is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1091
         Deprecated (as part of the ENHANCED mode deprecation).
         Report task reachability for the requested versions and all task types (task reachability is not reported
         per task type).
         
        bool report_task_reachability = 10 [deprecated = true];
        Specified by:
        getReportTaskReachability in interface DescribeTaskQueueRequestOrBuilder
        Returns:
        The reportTaskReachability.
      • setReportTaskReachability

        @Deprecated
        public DescribeTaskQueueRequest.Builder setReportTaskReachability​(boolean value)
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.report_task_reachability is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1091
         Deprecated (as part of the ENHANCED mode deprecation).
         Report task reachability for the requested versions and all task types (task reachability is not reported
         per task type).
         
        bool report_task_reachability = 10 [deprecated = true];
        Parameters:
        value - The reportTaskReachability to set.
        Returns:
        This builder for chaining.
      • clearReportTaskReachability

        @Deprecated
        public DescribeTaskQueueRequest.Builder clearReportTaskReachability()
        Deprecated.
        temporal.api.workflowservice.v1.DescribeTaskQueueRequest.report_task_reachability is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1091
         Deprecated (as part of the ENHANCED mode deprecation).
         Report task reachability for the requested versions and all task types (task reachability is not reported
         per task type).
         
        bool report_task_reachability = 10 [deprecated = true];
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final DescribeTaskQueueRequest.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<DescribeTaskQueueRequest.Builder>
      • mergeUnknownFields

        public final DescribeTaskQueueRequest.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<DescribeTaskQueueRequest.Builder>