Interface WorkflowExecutionUpdateCompletedEventAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getAcceptedEventId()
      The event ID indicating the acceptance of this update.
      Meta getMeta()
      The metadata about this update.
      MetaOrBuilder getMetaOrBuilder()
      The metadata about this update.
      Outcome getOutcome()
      The outcome of executing the workflow update function.
      OutcomeOrBuilder getOutcomeOrBuilder()
      The outcome of executing the workflow update function.
      boolean hasMeta()
      The metadata about this update.
      boolean hasOutcome()
      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 Detail

      • 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;