Interface PollWorkflowExecutionUpdateResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PollWorkflowExecutionUpdateResponse,PollWorkflowExecutionUpdateResponse.Builder
@Generated(value="protoc", comments="annotations:PollWorkflowExecutionUpdateResponseOrBuilder.java.pb.meta") public interface PollWorkflowExecutionUpdateResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutcomegetOutcome()The outcome of the update if and only if the update has completed.OutcomeOrBuildergetOutcomeOrBuilder()The outcome of the update if and only if the update has completed.booleanhasOutcome()The outcome of the update if and only if the update has completed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOutcome
boolean hasOutcome()
The outcome of the update if and only if the update has completed. If this response is being returned before the update has completed (e.g. due to the specification of a wait policy that only waits on UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED) then this field will not be set.
.temporal.api.update.v1.Outcome outcome = 1;- Returns:
- Whether the outcome field is set.
-
getOutcome
Outcome getOutcome()
The outcome of the update if and only if the update has completed. If this response is being returned before the update has completed (e.g. due to the specification of a wait policy that only waits on UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED) then this field will not be set.
.temporal.api.update.v1.Outcome outcome = 1;- Returns:
- The outcome.
-
getOutcomeOrBuilder
OutcomeOrBuilder getOutcomeOrBuilder()
The outcome of the update if and only if the update has completed. If this response is being returned before the update has completed (e.g. due to the specification of a wait policy that only waits on UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED) then this field will not be set.
.temporal.api.update.v1.Outcome outcome = 1;
-
-