Class DescribeTaskQueueRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DescribeTaskQueueRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<DescribeTaskQueueRequest.Builder>
io.temporal.api.workflowservice.v1.DescribeTaskQueueRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DescribeTaskQueueRequestOrBuilder, 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 Details

    • 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>
    • 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<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
    • 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<DescribeTaskQueueRequest.Builder>
    • setField

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

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

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

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

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

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

    • 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 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:
      IOException
    • getNamespace

      public String getNamespace()
      string namespace = 1;
      Specified by:
      getNamespace in interface DescribeTaskQueueRequestOrBuilder
      Returns:
      The namespace.
    • getNamespaceBytes

      public com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      Specified by:
      getNamespaceBytes in interface DescribeTaskQueueRequestOrBuilder
      Returns:
      The bytes for namespace.
    • setNamespace

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

      public DescribeTaskQueueRequest.Builder clearNamespace()
      string namespace = 1;
      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.
    • getTaskQueue

      public TaskQueue getTaskQueue()
       Sticky queues are not supported in deprecated ENHANCED mode.
       
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      Specified by:
      getTaskQueue in interface DescribeTaskQueueRequestOrBuilder
      Returns:
      The taskQueue.
    • setTaskQueue

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

      public DescribeTaskQueueRequest.Builder setTaskQueue(TaskQueue.Builder builderForValue)
       Sticky queues are not supported in deprecated ENHANCED mode.
       
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
    • 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;
    • getTaskQueueOrBuilder

      public TaskQueueOrBuilder getTaskQueueOrBuilder()
       Sticky queues are not supported in deprecated ENHANCED mode.
       
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      Specified by:
      getTaskQueueOrBuilder in interface DescribeTaskQueueRequestOrBuilder
    • 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.
    • getReportStats

      public boolean getReportStats()
       Report stats for the requested task queue type(s).
       
      bool report_stats = 8;
      Specified by:
      getReportStats in interface DescribeTaskQueueRequestOrBuilder
      Returns:
      The reportStats.
    • 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.
    • getReportConfig

      public boolean getReportConfig()
       Report Task Queue Config
       
      bool report_config = 11;
      Specified by:
      getReportConfig in interface DescribeTaskQueueRequestOrBuilder
      Returns:
      The reportConfig.
    • 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=1227
       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=1227
       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=1227
       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=1232
       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=1232
       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=1232
       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.
      temporal.api.workflowservice.v1.DescribeTaskQueueRequest.api_mode is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1232
       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.
      temporal.api.workflowservice.v1.DescribeTaskQueueRequest.api_mode is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1232
       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=1239
       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=1239
       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.
       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.
       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.
       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.
       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 List<TaskQueueType> getTaskQueueTypesList()
      Deprecated.
      temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1243
       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=1243
       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=1243
       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=1243
       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.
      temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1243
       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(Iterable<? extends TaskQueueType> values)
      Deprecated.
      temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1243
       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=1243
       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 List<Integer> getTaskQueueTypesValueList()
      Deprecated.
      temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1243
       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=1243
       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=1243
       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=1243
       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(Iterable<Integer> values)
      Deprecated.
      temporal.api.workflowservice.v1.DescribeTaskQueueRequest.task_queue_types is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=1243
       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=1247
       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=1247
       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=1247
       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=1252
       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=1252
       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=1252
       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>