Interface PollWorkflowExecutionUpdateRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PollWorkflowExecutionUpdateRequest, PollWorkflowExecutionUpdateRequest.Builder

    @Generated(value="protoc",
               comments="annotations:PollWorkflowExecutionUpdateRequestOrBuilder.java.pb.meta")
    public interface PollWorkflowExecutionUpdateRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIdentity()
      The identity of the worker/client who is polling this update outcome
      com.google.protobuf.ByteString getIdentityBytes()
      The identity of the worker/client who is polling this update outcome
      java.lang.String getNamespace()
      The namespace of the workflow execution to which the update was originally issued.
      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace of the workflow execution to which the update was originally issued.
      UpdateRef getUpdateRef()
      The update reference returned in the initial UpdateWorkflowExecutionResponse
      UpdateRefOrBuilder getUpdateRefOrBuilder()
      The update reference returned in the initial UpdateWorkflowExecutionResponse
      WaitPolicy getWaitPolicy()
      Describes when this poll request should return a response
      WaitPolicyOrBuilder getWaitPolicyOrBuilder()
      Describes when this poll request should return a response
      boolean hasUpdateRef()
      The update reference returned in the initial UpdateWorkflowExecutionResponse
      boolean hasWaitPolicy()
      Describes when this poll request should return a response
      • 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()
         The namespace of the workflow execution to which the update was
         originally issued.
         
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         The namespace of the workflow execution to which the update was
         originally issued.
         
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • hasUpdateRef

        boolean hasUpdateRef()
         The update reference returned in the initial
         UpdateWorkflowExecutionResponse
         
        .temporal.api.update.v1.UpdateRef update_ref = 2;
        Returns:
        Whether the updateRef field is set.
      • getUpdateRef

        UpdateRef getUpdateRef()
         The update reference returned in the initial
         UpdateWorkflowExecutionResponse
         
        .temporal.api.update.v1.UpdateRef update_ref = 2;
        Returns:
        The updateRef.
      • getUpdateRefOrBuilder

        UpdateRefOrBuilder getUpdateRefOrBuilder()
         The update reference returned in the initial
         UpdateWorkflowExecutionResponse
         
        .temporal.api.update.v1.UpdateRef update_ref = 2;
      • getIdentity

        java.lang.String getIdentity()
         The identity of the worker/client who is polling this update outcome
         
        string identity = 3;
        Returns:
        The identity.
      • getIdentityBytes

        com.google.protobuf.ByteString getIdentityBytes()
         The identity of the worker/client who is polling this update outcome
         
        string identity = 3;
        Returns:
        The bytes for identity.
      • hasWaitPolicy

        boolean hasWaitPolicy()
         Describes when this poll request should return a response
         
        .temporal.api.update.v1.WaitPolicy wait_policy = 4;
        Returns:
        Whether the waitPolicy field is set.
      • getWaitPolicy

        WaitPolicy getWaitPolicy()
         Describes when this poll request should return a response
         
        .temporal.api.update.v1.WaitPolicy wait_policy = 4;
        Returns:
        The waitPolicy.
      • getWaitPolicyOrBuilder

        WaitPolicyOrBuilder getWaitPolicyOrBuilder()
         Describes when this poll request should return a response
         
        .temporal.api.update.v1.WaitPolicy wait_policy = 4;