Interface PollWorkflowTaskQueueRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PollWorkflowTaskQueueRequest,PollWorkflowTaskQueueRequest.Builder
@Generated(value="protoc", comments="annotations:PollWorkflowTaskQueueRequestOrBuilder.java.pb.meta") public interface PollWorkflowTaskQueueRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetBinaryChecksum()Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.binary_checksum is deprecated.com.google.protobuf.ByteStringgetBinaryChecksumBytes()Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.binary_checksum is deprecated.WorkerDeploymentOptionsgetDeploymentOptions()Worker deployment options that user has set in the worker.WorkerDeploymentOptionsOrBuildergetDeploymentOptionsOrBuilder()Worker deployment options that user has set in the worker.java.lang.StringgetIdentity()The identity of the worker/client who is polling this task queuecom.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/client who is polling this task queuejava.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;TaskQueuegetTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 2;TaskQueueOrBuildergetTaskQueueOrBuilder().temporal.api.taskqueue.v1.TaskQueue task_queue = 2;WorkerHeartbeatgetWorkerHeartbeat()Worker info to be sent to the server.WorkerHeartbeatOrBuildergetWorkerHeartbeatOrBuilder()Worker info to be sent to the server.WorkerVersionCapabilitiesgetWorkerVersionCapabilities()Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.worker_version_capabilities is deprecated.WorkerVersionCapabilitiesOrBuildergetWorkerVersionCapabilitiesOrBuilder()Deprecated.booleanhasDeploymentOptions()Worker deployment options that user has set in the worker.booleanhasTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 2;booleanhasWorkerHeartbeat()Worker info to be sent to the server.booleanhasWorkerVersionCapabilities()Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.worker_version_capabilities is deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
hasTaskQueue
boolean hasTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 2;- Returns:
- Whether the taskQueue field is set.
-
getTaskQueue
TaskQueue getTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 2;- Returns:
- The taskQueue.
-
getTaskQueueOrBuilder
TaskQueueOrBuilder getTaskQueueOrBuilder()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
-
getIdentity
java.lang.String getIdentity()
The identity of the worker/client who is polling this task queue
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the worker/client who is polling this task queue
string identity = 3;- Returns:
- The bytes for identity.
-
getBinaryChecksum
@Deprecated java.lang.String getBinaryChecksum()
Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.binary_checksum is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=261Deprecated. Use deployment_options instead. Each worker process should provide an ID unique to the specific set of code it is running "checksum" in this field name isn't very accurate, it should be though of as an id.
string binary_checksum = 4 [deprecated = true];- Returns:
- The binaryChecksum.
-
getBinaryChecksumBytes
@Deprecated com.google.protobuf.ByteString getBinaryChecksumBytes()
Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.binary_checksum is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=261Deprecated. Use deployment_options instead. Each worker process should provide an ID unique to the specific set of code it is running "checksum" in this field name isn't very accurate, it should be though of as an id.
string binary_checksum = 4 [deprecated = true];- Returns:
- The bytes for binaryChecksum.
-
hasWorkerVersionCapabilities
@Deprecated boolean hasWorkerVersionCapabilities()
Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.worker_version_capabilities is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=265Deprecated. Use deployment_options instead. Information about this worker's build identifier and if it is choosing to use the versioning feature. See the `WorkerVersionCapabilities` docstring for more.
.temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];- Returns:
- Whether the workerVersionCapabilities field is set.
-
getWorkerVersionCapabilities
@Deprecated WorkerVersionCapabilities getWorkerVersionCapabilities()
Deprecated.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest.worker_version_capabilities is deprecated. See temporal/api/workflowservice/v1/request_response.proto;l=265Deprecated. Use deployment_options instead. Information about this worker's build identifier and if it is choosing to use the versioning feature. See the `WorkerVersionCapabilities` docstring for more.
.temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];- Returns:
- The workerVersionCapabilities.
-
getWorkerVersionCapabilitiesOrBuilder
@Deprecated WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder()
Deprecated.Deprecated. Use deployment_options instead. Information about this worker's build identifier and if it is choosing to use the versioning feature. See the `WorkerVersionCapabilities` docstring for more.
.temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5 [deprecated = true];
-
hasDeploymentOptions
boolean hasDeploymentOptions()
Worker deployment options that user has set in the worker. Experimental. Worker Deployments are experimental and might significantly change in the future.
.temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;- Returns:
- Whether the deploymentOptions field is set.
-
getDeploymentOptions
WorkerDeploymentOptions getDeploymentOptions()
Worker deployment options that user has set in the worker. Experimental. Worker Deployments are experimental and might significantly change in the future.
.temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;- Returns:
- The deploymentOptions.
-
getDeploymentOptionsOrBuilder
WorkerDeploymentOptionsOrBuilder getDeploymentOptionsOrBuilder()
Worker deployment options that user has set in the worker. Experimental. Worker Deployments are experimental and might significantly change in the future.
.temporal.api.deployment.v1.WorkerDeploymentOptions deployment_options = 6;
-
hasWorkerHeartbeat
boolean hasWorkerHeartbeat()
Worker info to be sent to the server.
.temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;- Returns:
- Whether the workerHeartbeat field is set.
-
getWorkerHeartbeat
WorkerHeartbeat getWorkerHeartbeat()
Worker info to be sent to the server.
.temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;- Returns:
- The workerHeartbeat.
-
getWorkerHeartbeatOrBuilder
WorkerHeartbeatOrBuilder getWorkerHeartbeatOrBuilder()
Worker info to be sent to the server.
.temporal.api.worker.v1.WorkerHeartbeat worker_heartbeat = 7;
-
-