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 Modifier and Type Method Description java.lang.StringgetBinaryChecksum()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.com.google.protobuf.ByteStringgetBinaryChecksumBytes()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.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;WorkerVersionCapabilitiesgetWorkerVersionCapabilities()If set, the worker is opting in to versioning and wishes to only receive tasks that are considered compatible with the version capabilities provided.WorkerVersionCapabilitiesOrBuildergetWorkerVersionCapabilitiesOrBuilder()If set, the worker is opting in to versioning and wishes to only receive tasks that are considered compatible with the version capabilities provided.booleanhasTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 2;booleanhasWorkerVersionCapabilities()If set, the worker is opting in to versioning and wishes to only receive tasks that are considered compatible with the version capabilities provided.-
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
java.lang.String getBinaryChecksum()
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;- Returns:
- The binaryChecksum.
-
getBinaryChecksumBytes
com.google.protobuf.ByteString getBinaryChecksumBytes()
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;- Returns:
- The bytes for binaryChecksum.
-
hasWorkerVersionCapabilities
boolean hasWorkerVersionCapabilities()
If set, the worker is opting in to versioning and wishes to only receive tasks that are considered compatible with the version capabilities provided. Doing so only makes sense in conjunction with the `UpdateWorkerBuildIdOrdering` API. When this field has a `worker_build_id`, and `binary_checksum` is not set, that value should also be considered as the `binary_checksum`.
.temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5;- Returns:
- Whether the workerVersionCapabilities field is set.
-
getWorkerVersionCapabilities
WorkerVersionCapabilities getWorkerVersionCapabilities()
If set, the worker is opting in to versioning and wishes to only receive tasks that are considered compatible with the version capabilities provided. Doing so only makes sense in conjunction with the `UpdateWorkerBuildIdOrdering` API. When this field has a `worker_build_id`, and `binary_checksum` is not set, that value should also be considered as the `binary_checksum`.
.temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5;- Returns:
- The workerVersionCapabilities.
-
getWorkerVersionCapabilitiesOrBuilder
WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder()
If set, the worker is opting in to versioning and wishes to only receive tasks that are considered compatible with the version capabilities provided. Doing so only makes sense in conjunction with the `UpdateWorkerBuildIdOrdering` API. When this field has a `worker_build_id`, and `binary_checksum` is not set, that value should also be considered as the `binary_checksum`.
.temporal.api.common.v1.WorkerVersionCapabilities worker_version_capabilities = 5;
-
-