Class PollActivityTaskQueueRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<PollActivityTaskQueueRequest.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<PollActivityTaskQueueRequest.Builder>
io.temporal.api.workflowservice.v1.PollActivityTaskQueueRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PollActivityTaskQueueRequestOrBuilder, Cloneable
Enclosing class:
PollActivityTaskQueueRequest

public static final class PollActivityTaskQueueRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PollActivityTaskQueueRequest.Builder> implements PollActivityTaskQueueRequestOrBuilder
Protobuf type temporal.api.workflowservice.v1.PollActivityTaskQueueRequest
  • 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<PollActivityTaskQueueRequest.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<PollActivityTaskQueueRequest.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<PollActivityTaskQueueRequest.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

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

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

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

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

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

      public PollActivityTaskQueueRequest.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<PollActivityTaskQueueRequest.Builder>
      Throws:
      IOException
    • getNamespace

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

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

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

      public PollActivityTaskQueueRequest.Builder clearNamespace()
      string namespace = 1;
      Returns:
      This builder for chaining.
    • setNamespaceBytes

      public PollActivityTaskQueueRequest.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()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      Specified by:
      hasTaskQueue in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      Whether the taskQueue field is set.
    • getTaskQueue

      public TaskQueue getTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      Specified by:
      getTaskQueue in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The taskQueue.
    • setTaskQueue

      public PollActivityTaskQueueRequest.Builder setTaskQueue(TaskQueue value)
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
    • setTaskQueue

      public PollActivityTaskQueueRequest.Builder setTaskQueue(TaskQueue.Builder builderForValue)
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
    • mergeTaskQueue

      public PollActivityTaskQueueRequest.Builder mergeTaskQueue(TaskQueue value)
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
    • clearTaskQueue

      public PollActivityTaskQueueRequest.Builder clearTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
    • getTaskQueueBuilder

      public TaskQueue.Builder getTaskQueueBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
    • getTaskQueueOrBuilder

      public TaskQueueOrBuilder getTaskQueueOrBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      Specified by:
      getTaskQueueOrBuilder in interface PollActivityTaskQueueRequestOrBuilder
    • getPollerGroupId

      public String getPollerGroupId()
       Unless this is the first poll, the client must pass one of the poller group IDs received in
       `poller_group_infos` of the last the PollActivityTaskQueueResponse according to the
       instructions. If not set, the poll is routed randomly which can cause it to be blocked
       without receiving a task while the queue actually has tasks in another server location.
       
      string poller_group_id = 10;
      Specified by:
      getPollerGroupId in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The pollerGroupId.
    • getPollerGroupIdBytes

      public com.google.protobuf.ByteString getPollerGroupIdBytes()
       Unless this is the first poll, the client must pass one of the poller group IDs received in
       `poller_group_infos` of the last the PollActivityTaskQueueResponse according to the
       instructions. If not set, the poll is routed randomly which can cause it to be blocked
       without receiving a task while the queue actually has tasks in another server location.
       
      string poller_group_id = 10;
      Specified by:
      getPollerGroupIdBytes in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The bytes for pollerGroupId.
    • setPollerGroupId

      public PollActivityTaskQueueRequest.Builder setPollerGroupId(String value)
       Unless this is the first poll, the client must pass one of the poller group IDs received in
       `poller_group_infos` of the last the PollActivityTaskQueueResponse according to the
       instructions. If not set, the poll is routed randomly which can cause it to be blocked
       without receiving a task while the queue actually has tasks in another server location.
       
      string poller_group_id = 10;
      Parameters:
      value - The pollerGroupId to set.
      Returns:
      This builder for chaining.
    • clearPollerGroupId

      public PollActivityTaskQueueRequest.Builder clearPollerGroupId()
       Unless this is the first poll, the client must pass one of the poller group IDs received in
       `poller_group_infos` of the last the PollActivityTaskQueueResponse according to the
       instructions. If not set, the poll is routed randomly which can cause it to be blocked
       without receiving a task while the queue actually has tasks in another server location.
       
      string poller_group_id = 10;
      Returns:
      This builder for chaining.
    • setPollerGroupIdBytes

      public PollActivityTaskQueueRequest.Builder setPollerGroupIdBytes(com.google.protobuf.ByteString value)
       Unless this is the first poll, the client must pass one of the poller group IDs received in
       `poller_group_infos` of the last the PollActivityTaskQueueResponse according to the
       instructions. If not set, the poll is routed randomly which can cause it to be blocked
       without receiving a task while the queue actually has tasks in another server location.
       
      string poller_group_id = 10;
      Parameters:
      value - The bytes for pollerGroupId to set.
      Returns:
      This builder for chaining.
    • getIdentity

      public String getIdentity()
       The identity of the worker/client
       
      string identity = 3;
      Specified by:
      getIdentity in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The identity.
    • getIdentityBytes

      public com.google.protobuf.ByteString getIdentityBytes()
       The identity of the worker/client
       
      string identity = 3;
      Specified by:
      getIdentityBytes in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The bytes for identity.
    • setIdentity

      public PollActivityTaskQueueRequest.Builder setIdentity(String value)
       The identity of the worker/client
       
      string identity = 3;
      Parameters:
      value - The identity to set.
      Returns:
      This builder for chaining.
    • clearIdentity

      public PollActivityTaskQueueRequest.Builder clearIdentity()
       The identity of the worker/client
       
      string identity = 3;
      Returns:
      This builder for chaining.
    • setIdentityBytes

      public PollActivityTaskQueueRequest.Builder setIdentityBytes(com.google.protobuf.ByteString value)
       The identity of the worker/client
       
      string identity = 3;
      Parameters:
      value - The bytes for identity to set.
      Returns:
      This builder for chaining.
    • getWorkerInstanceKey

      public String getWorkerInstanceKey()
       A unique key for this worker instance, used for tracking worker lifecycle.
       This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
       
      string worker_instance_key = 8;
      Specified by:
      getWorkerInstanceKey in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The workerInstanceKey.
    • getWorkerInstanceKeyBytes

      public com.google.protobuf.ByteString getWorkerInstanceKeyBytes()
       A unique key for this worker instance, used for tracking worker lifecycle.
       This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
       
      string worker_instance_key = 8;
      Specified by:
      getWorkerInstanceKeyBytes in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The bytes for workerInstanceKey.
    • setWorkerInstanceKey

      public PollActivityTaskQueueRequest.Builder setWorkerInstanceKey(String value)
       A unique key for this worker instance, used for tracking worker lifecycle.
       This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
       
      string worker_instance_key = 8;
      Parameters:
      value - The workerInstanceKey to set.
      Returns:
      This builder for chaining.
    • clearWorkerInstanceKey

      public PollActivityTaskQueueRequest.Builder clearWorkerInstanceKey()
       A unique key for this worker instance, used for tracking worker lifecycle.
       This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
       
      string worker_instance_key = 8;
      Returns:
      This builder for chaining.
    • setWorkerInstanceKeyBytes

      public PollActivityTaskQueueRequest.Builder setWorkerInstanceKeyBytes(com.google.protobuf.ByteString value)
       A unique key for this worker instance, used for tracking worker lifecycle.
       This is guaranteed to be unique, whereas identity is not guaranteed to be unique.
       
      string worker_instance_key = 8;
      Parameters:
      value - The bytes for workerInstanceKey to set.
      Returns:
      This builder for chaining.
    • getWorkerControlTaskQueue

      public String getWorkerControlTaskQueue()
       A dedicated per-worker Nexus task queue on which the server sends control
       tasks (e.g. activity cancellation) to this specific worker instance.
       
      string worker_control_task_queue = 9;
      Specified by:
      getWorkerControlTaskQueue in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The workerControlTaskQueue.
    • getWorkerControlTaskQueueBytes

      public com.google.protobuf.ByteString getWorkerControlTaskQueueBytes()
       A dedicated per-worker Nexus task queue on which the server sends control
       tasks (e.g. activity cancellation) to this specific worker instance.
       
      string worker_control_task_queue = 9;
      Specified by:
      getWorkerControlTaskQueueBytes in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The bytes for workerControlTaskQueue.
    • setWorkerControlTaskQueue

      public PollActivityTaskQueueRequest.Builder setWorkerControlTaskQueue(String value)
       A dedicated per-worker Nexus task queue on which the server sends control
       tasks (e.g. activity cancellation) to this specific worker instance.
       
      string worker_control_task_queue = 9;
      Parameters:
      value - The workerControlTaskQueue to set.
      Returns:
      This builder for chaining.
    • clearWorkerControlTaskQueue

      public PollActivityTaskQueueRequest.Builder clearWorkerControlTaskQueue()
       A dedicated per-worker Nexus task queue on which the server sends control
       tasks (e.g. activity cancellation) to this specific worker instance.
       
      string worker_control_task_queue = 9;
      Returns:
      This builder for chaining.
    • setWorkerControlTaskQueueBytes

      public PollActivityTaskQueueRequest.Builder setWorkerControlTaskQueueBytes(com.google.protobuf.ByteString value)
       A dedicated per-worker Nexus task queue on which the server sends control
       tasks (e.g. activity cancellation) to this specific worker instance.
       
      string worker_control_task_queue = 9;
      Parameters:
      value - The bytes for workerControlTaskQueue to set.
      Returns:
      This builder for chaining.
    • hasTaskQueueMetadata

      public boolean hasTaskQueueMetadata()
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
      Specified by:
      hasTaskQueueMetadata in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      Whether the taskQueueMetadata field is set.
    • getTaskQueueMetadata

      public TaskQueueMetadata getTaskQueueMetadata()
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
      Specified by:
      getTaskQueueMetadata in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The taskQueueMetadata.
    • setTaskQueueMetadata

      public PollActivityTaskQueueRequest.Builder setTaskQueueMetadata(TaskQueueMetadata value)
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
    • setTaskQueueMetadata

      public PollActivityTaskQueueRequest.Builder setTaskQueueMetadata(TaskQueueMetadata.Builder builderForValue)
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
    • mergeTaskQueueMetadata

      public PollActivityTaskQueueRequest.Builder mergeTaskQueueMetadata(TaskQueueMetadata value)
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
    • clearTaskQueueMetadata

      public PollActivityTaskQueueRequest.Builder clearTaskQueueMetadata()
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
    • getTaskQueueMetadataBuilder

      public TaskQueueMetadata.Builder getTaskQueueMetadataBuilder()
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
    • getTaskQueueMetadataOrBuilder

      public TaskQueueMetadataOrBuilder getTaskQueueMetadataOrBuilder()
      .temporal.api.taskqueue.v1.TaskQueueMetadata task_queue_metadata = 4;
      Specified by:
      getTaskQueueMetadataOrBuilder in interface PollActivityTaskQueueRequestOrBuilder
    • hasWorkerVersionCapabilities

      @Deprecated public boolean hasWorkerVersionCapabilities()
      Deprecated.
      temporal.api.workflowservice.v1.PollActivityTaskQueueRequest.worker_version_capabilities is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=533
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
      Specified by:
      hasWorkerVersionCapabilities in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      Whether the workerVersionCapabilities field is set.
    • getWorkerVersionCapabilities

      @Deprecated public WorkerVersionCapabilities getWorkerVersionCapabilities()
      Deprecated.
      temporal.api.workflowservice.v1.PollActivityTaskQueueRequest.worker_version_capabilities is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=533
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
      Specified by:
      getWorkerVersionCapabilities in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The workerVersionCapabilities.
    • setWorkerVersionCapabilities

      @Deprecated public PollActivityTaskQueueRequest.Builder setWorkerVersionCapabilities(WorkerVersionCapabilities value)
      Deprecated.
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
    • setWorkerVersionCapabilities

      @Deprecated public PollActivityTaskQueueRequest.Builder setWorkerVersionCapabilities(WorkerVersionCapabilities.Builder builderForValue)
      Deprecated.
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
    • mergeWorkerVersionCapabilities

      @Deprecated public PollActivityTaskQueueRequest.Builder mergeWorkerVersionCapabilities(WorkerVersionCapabilities value)
      Deprecated.
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
    • clearWorkerVersionCapabilities

      @Deprecated public PollActivityTaskQueueRequest.Builder clearWorkerVersionCapabilities()
      Deprecated.
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
    • getWorkerVersionCapabilitiesBuilder

      @Deprecated public WorkerVersionCapabilities.Builder getWorkerVersionCapabilitiesBuilder()
      Deprecated.
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
    • getWorkerVersionCapabilitiesOrBuilder

      @Deprecated public WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder()
      Deprecated.
       Information about this worker's build identifier and if it is choosing to use the versioning
       feature. See the `WorkerVersionCapabilities` docstring for more.
       Deprecated. Replaced by deployment_options.
       
      .temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
      Specified by:
      getWorkerVersionCapabilitiesOrBuilder in interface PollActivityTaskQueueRequestOrBuilder
    • hasDeploymentOptions

      public boolean hasDeploymentOptions()
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
      Specified by:
      hasDeploymentOptions in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      Whether the deploymentOptions field is set.
    • getDeploymentOptions

      public WorkerDeploymentOptions getDeploymentOptions()
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
      Specified by:
      getDeploymentOptions in interface PollActivityTaskQueueRequestOrBuilder
      Returns:
      The deploymentOptions.
    • setDeploymentOptions

       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
    • setDeploymentOptions

      public PollActivityTaskQueueRequest.Builder setDeploymentOptions(WorkerDeploymentOptions.Builder builderForValue)
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
    • mergeDeploymentOptions

      public PollActivityTaskQueueRequest.Builder mergeDeploymentOptions(WorkerDeploymentOptions value)
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
    • clearDeploymentOptions

      public PollActivityTaskQueueRequest.Builder clearDeploymentOptions()
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
    • getDeploymentOptionsBuilder

      public WorkerDeploymentOptions.Builder getDeploymentOptionsBuilder()
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
    • getDeploymentOptionsOrBuilder

      public WorkerDeploymentOptionsOrBuilder getDeploymentOptionsOrBuilder()
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
      Specified by:
      getDeploymentOptionsOrBuilder in interface PollActivityTaskQueueRequestOrBuilder
    • setUnknownFields

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

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