Interface UpdateWorkflowExecutionResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Outcome getOutcome()
      The outcome of the update if and only if the workflow execution update has completed.
      OutcomeOrBuilder getOutcomeOrBuilder()
      The outcome of the update if and only if the workflow execution update has completed.
      UpdateRef getUpdateRef()
      Enough information for subsequent poll calls if needed.
      UpdateRefOrBuilder getUpdateRefOrBuilder()
      Enough information for subsequent poll calls if needed.
      boolean hasOutcome()
      The outcome of the update if and only if the workflow execution update has completed.
      boolean hasUpdateRef()
      Enough information for subsequent poll calls if needed.
      • 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

      • hasUpdateRef

        boolean hasUpdateRef()
         Enough information for subsequent poll calls if needed. Never null.
         
        .temporal.api.update.v1.UpdateRef update_ref = 1;
        Returns:
        Whether the updateRef field is set.
      • getUpdateRef

        UpdateRef getUpdateRef()
         Enough information for subsequent poll calls if needed. Never null.
         
        .temporal.api.update.v1.UpdateRef update_ref = 1;
        Returns:
        The updateRef.
      • getUpdateRefOrBuilder

        UpdateRefOrBuilder getUpdateRefOrBuilder()
         Enough information for subsequent poll calls if needed. Never null.
         
        .temporal.api.update.v1.UpdateRef update_ref = 1;
      • hasOutcome

        boolean hasOutcome()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
        Returns:
        Whether the outcome field is set.
      • getOutcome

        Outcome getOutcome()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
        Returns:
        The outcome.
      • getOutcomeOrBuilder

        OutcomeOrBuilder getOutcomeOrBuilder()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;