Interface WaitPolicyOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UpdateWorkflowExecutionLifecycleStage getLifecycleStage()
      Indicates the update lifecycle stage that the gRPC call should wait for before returning.
      int getLifecycleStageValue()
      Indicates the update lifecycle stage that the gRPC call should wait for before returning.
      • 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

      • getLifecycleStageValue

        int getLifecycleStageValue()
         Indicates the update lifecycle stage that the gRPC call should wait for
         before returning.
         
        .temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage lifecycle_stage = 1;
        Returns:
        The enum numeric value on the wire for lifecycleStage.
      • getLifecycleStage

        UpdateWorkflowExecutionLifecycleStage getLifecycleStage()
         Indicates the update lifecycle stage that the gRPC call should wait for
         before returning.
         
        .temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage lifecycle_stage = 1;
        Returns:
        The lifecycleStage.