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.String getBinaryChecksum()
      DEPRECATED since 1.21 - use `worker_version_capabilities` instead.
      com.google.protobuf.ByteString getBinaryChecksumBytes()
      DEPRECATED since 1.21 - use `worker_version_capabilities` instead.
      java.lang.String getIdentity()
      The identity of the worker/client who is polling this task queue
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client who is polling this task queue
      java.lang.String getNamespace()
      string namespace = 1;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      TaskQueue getTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      TaskQueueOrBuilder getTaskQueueOrBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      WorkerVersionCapabilities getWorkerVersionCapabilities()
      Information about this worker's build identifier and if it is choosing to use the versioning feature.
      WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder()
      Information about this worker's build identifier and if it is choosing to use the versioning feature.
      boolean hasTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 2;
      boolean hasWorkerVersionCapabilities()
      Information about this worker's build identifier and if it is choosing to use the versioning feature.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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()
         DEPRECATED since 1.21 - use `worker_version_capabilities` 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;
        Returns:
        The binaryChecksum.
      • getBinaryChecksumBytes

        com.google.protobuf.ByteString getBinaryChecksumBytes()
         DEPRECATED since 1.21 - use `worker_version_capabilities` 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;
        Returns:
        The bytes for binaryChecksum.
      • hasWorkerVersionCapabilities

        boolean hasWorkerVersionCapabilities()
         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;
        Returns:
        Whether the workerVersionCapabilities field is set.
      • getWorkerVersionCapabilities

        WorkerVersionCapabilities getWorkerVersionCapabilities()
         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;
        Returns:
        The workerVersionCapabilities.
      • getWorkerVersionCapabilitiesOrBuilder

        WorkerVersionCapabilitiesOrBuilder getWorkerVersionCapabilitiesOrBuilder()
         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;