Package io.temporal.api.history.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAcceptedEventId()The event ID indicating the acceptance of this update.MetagetMeta()The metadata about this update.MetaOrBuildergetMetaOrBuilder()The metadata about this update.OutcomegetOutcome()The outcome of executing the workflow update function.OutcomeOrBuildergetOutcomeOrBuilder()The outcome of executing the workflow update function.booleanhasMeta()The metadata about this update.booleanhasOutcome()The outcome of executing the workflow update function.-
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;
-
-