Class PollNexusTaskQueueRequest.Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public PollNexusTaskQueueRequest.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 = 3;
      Specified by:
      hasTaskQueue in interface PollNexusTaskQueueRequestOrBuilder
      Returns:
      Whether the taskQueue field is set.
    • getTaskQueue

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

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

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

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

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

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

      public TaskQueueOrBuilder getTaskQueueOrBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 3;
      Specified by:
      getTaskQueueOrBuilder in interface PollNexusTaskQueueRequestOrBuilder
    • 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 PollNexusTaskQueueResponse 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 = 9;
      Specified by:
      getPollerGroupId in interface PollNexusTaskQueueRequestOrBuilder
      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 PollNexusTaskQueueResponse 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 = 9;
      Specified by:
      getPollerGroupIdBytes in interface PollNexusTaskQueueRequestOrBuilder
      Returns:
      The bytes for pollerGroupId.
    • setPollerGroupId

      public PollNexusTaskQueueRequest.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 PollNexusTaskQueueResponse 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 = 9;
      Parameters:
      value - The pollerGroupId to set.
      Returns:
      This builder for chaining.
    • clearPollerGroupId

      public PollNexusTaskQueueRequest.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 PollNexusTaskQueueResponse 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 = 9;
      Returns:
      This builder for chaining.
    • setPollerGroupIdBytes

      public PollNexusTaskQueueRequest.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 PollNexusTaskQueueResponse 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 = 9;
      Parameters:
      value - The bytes for pollerGroupId to set.
      Returns:
      This builder for chaining.
    • getIdentity

      public String getIdentity()
       The identity of the client who initiated this request.
       
      string identity = 2;
      Specified by:
      getIdentity in interface PollNexusTaskQueueRequestOrBuilder
      Returns:
      The identity.
    • getIdentityBytes

      public com.google.protobuf.ByteString getIdentityBytes()
       The identity of the client who initiated this request.
       
      string identity = 2;
      Specified by:
      getIdentityBytes in interface PollNexusTaskQueueRequestOrBuilder
      Returns:
      The bytes for identity.
    • setIdentity

      public PollNexusTaskQueueRequest.Builder setIdentity(String value)
       The identity of the client who initiated this request.
       
      string identity = 2;
      Parameters:
      value - The identity to set.
      Returns:
      This builder for chaining.
    • clearIdentity

      public PollNexusTaskQueueRequest.Builder clearIdentity()
       The identity of the client who initiated this request.
       
      string identity = 2;
      Returns:
      This builder for chaining.
    • setIdentityBytes

      public PollNexusTaskQueueRequest.Builder setIdentityBytes(com.google.protobuf.ByteString value)
       The identity of the client who initiated this request.
       
      string identity = 2;
      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 PollNexusTaskQueueRequestOrBuilder
      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 PollNexusTaskQueueRequestOrBuilder
      Returns:
      The bytes for workerInstanceKey.
    • setWorkerInstanceKey

      public PollNexusTaskQueueRequest.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 PollNexusTaskQueueRequest.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 PollNexusTaskQueueRequest.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.
    • hasWorkerVersionCapabilities

      @Deprecated public boolean hasWorkerVersionCapabilities()
      Deprecated.
      temporal.api.workflowservice.v1.PollNexusTaskQueueRequest.worker_version_capabilities is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2021
       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 = 4 [deprecated = true];
      Specified by:
      hasWorkerVersionCapabilities in interface PollNexusTaskQueueRequestOrBuilder
      Returns:
      Whether the workerVersionCapabilities field is set.
    • getWorkerVersionCapabilities

      @Deprecated public WorkerVersionCapabilities getWorkerVersionCapabilities()
      Deprecated.
      temporal.api.workflowservice.v1.PollNexusTaskQueueRequest.worker_version_capabilities is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=2021
       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 = 4 [deprecated = true];
      Specified by:
      getWorkerVersionCapabilities in interface PollNexusTaskQueueRequestOrBuilder
      Returns:
      The workerVersionCapabilities.
    • setWorkerVersionCapabilities

      @Deprecated public PollNexusTaskQueueRequest.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 = 4 [deprecated = true];
    • setWorkerVersionCapabilities

      @Deprecated public PollNexusTaskQueueRequest.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 = 4 [deprecated = true];
    • mergeWorkerVersionCapabilities

      @Deprecated public PollNexusTaskQueueRequest.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 = 4 [deprecated = true];
    • clearWorkerVersionCapabilities

      @Deprecated public PollNexusTaskQueueRequest.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 = 4 [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 = 4 [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 = 4 [deprecated = true];
      Specified by:
      getWorkerVersionCapabilitiesOrBuilder in interface PollNexusTaskQueueRequestOrBuilder
    • 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 PollNexusTaskQueueRequestOrBuilder
      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 PollNexusTaskQueueRequestOrBuilder
      Returns:
      The deploymentOptions.
    • setDeploymentOptions

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

      public PollNexusTaskQueueRequest.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 PollNexusTaskQueueRequest.Builder mergeDeploymentOptions(WorkerDeploymentOptions value)
       Worker deployment options that user has set in the worker.
       
      .temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
    • clearDeploymentOptions

      public PollNexusTaskQueueRequest.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 PollNexusTaskQueueRequestOrBuilder
    • getWorkerHeartbeatList

      public List<WorkerHeartbeat> getWorkerHeartbeatList()
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
      Specified by:
      getWorkerHeartbeatList in interface PollNexusTaskQueueRequestOrBuilder
    • getWorkerHeartbeatCount

      public int getWorkerHeartbeatCount()
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
      Specified by:
      getWorkerHeartbeatCount in interface PollNexusTaskQueueRequestOrBuilder
    • getWorkerHeartbeat

      public WorkerHeartbeat getWorkerHeartbeat(int index)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
      Specified by:
      getWorkerHeartbeat in interface PollNexusTaskQueueRequestOrBuilder
    • setWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder setWorkerHeartbeat(int index, WorkerHeartbeat value)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • setWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder setWorkerHeartbeat(int index, WorkerHeartbeat.Builder builderForValue)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • addWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder addWorkerHeartbeat(WorkerHeartbeat value)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • addWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder addWorkerHeartbeat(int index, WorkerHeartbeat value)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • addWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder addWorkerHeartbeat(WorkerHeartbeat.Builder builderForValue)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • addWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder addWorkerHeartbeat(int index, WorkerHeartbeat.Builder builderForValue)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • addAllWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder addAllWorkerHeartbeat(Iterable<? extends WorkerHeartbeat> values)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • clearWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder clearWorkerHeartbeat()
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • removeWorkerHeartbeat

      public PollNexusTaskQueueRequest.Builder removeWorkerHeartbeat(int index)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • getWorkerHeartbeatBuilder

      public WorkerHeartbeat.Builder getWorkerHeartbeatBuilder(int index)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • getWorkerHeartbeatOrBuilder

      public WorkerHeartbeatOrBuilder getWorkerHeartbeatOrBuilder(int index)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
      Specified by:
      getWorkerHeartbeatOrBuilder in interface PollNexusTaskQueueRequestOrBuilder
    • getWorkerHeartbeatOrBuilderList

      public List<? extends WorkerHeartbeatOrBuilder> getWorkerHeartbeatOrBuilderList()
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
      Specified by:
      getWorkerHeartbeatOrBuilderList in interface PollNexusTaskQueueRequestOrBuilder
    • addWorkerHeartbeatBuilder

      public WorkerHeartbeat.Builder addWorkerHeartbeatBuilder()
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • addWorkerHeartbeatBuilder

      public WorkerHeartbeat.Builder addWorkerHeartbeatBuilder(int index)
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • getWorkerHeartbeatBuilderList

      public List<WorkerHeartbeat.Builder> getWorkerHeartbeatBuilderList()
       Worker info to be sent to the server.
       
      repeated .temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
    • setUnknownFields

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

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