Interface WorkflowExecutionUpdateCompletedEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    The event ID indicating the acceptance of this update.
    The metadata about this update.
    The metadata about this update.
    The outcome of executing the workflow update function.
    The outcome of executing the workflow update function.
    boolean
    The metadata about this update.
    boolean
    The outcome of executing the workflow update function.

    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 Details

    • hasMeta

      boolean hasMeta()
       The metadata about this update.
       
      .temporal.api.update.v1.Meta meta = 1;
      Returns:
      Whether the meta field is set.
    • getMeta

      Meta getMeta()
       The metadata about this update.
       
      .temporal.api.update.v1.Meta meta = 1;
      Returns:
      The meta.
    • getMetaOrBuilder

      MetaOrBuilder getMetaOrBuilder()
       The metadata about this update.
       
      .temporal.api.update.v1.Meta meta = 1;
    • getAcceptedEventId

      long getAcceptedEventId()
       The event ID indicating the acceptance of this update.
       
      int64 accepted_event_id = 3;
      Returns:
      The acceptedEventId.
    • hasOutcome

      boolean hasOutcome()
       The outcome of executing the workflow update function.
       
      .temporal.api.update.v1.Outcome outcome = 2;
      Returns:
      Whether the outcome field is set.
    • getOutcome

      Outcome getOutcome()
       The outcome of executing the workflow update function.
       
      .temporal.api.update.v1.Outcome outcome = 2;
      Returns:
      The outcome.
    • getOutcomeOrBuilder

      OutcomeOrBuilder getOutcomeOrBuilder()
       The outcome of executing the workflow update function.
       
      .temporal.api.update.v1.Outcome outcome = 2;