Package io.temporal.api.export.v1
Interface WorkflowExecutionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecution,WorkflowExecution.Builder
@Generated(value="protoc", comments="annotations:WorkflowExecutionOrBuilder.java.pb.meta") public interface WorkflowExecutionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HistorygetHistory().temporal.api.history.v1.History history = 1;HistoryOrBuildergetHistoryOrBuilder().temporal.api.history.v1.History history = 1;booleanhasHistory().temporal.api.history.v1.History history = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHistory
boolean hasHistory()
.temporal.api.history.v1.History history = 1;- Returns:
- Whether the history field is set.
-
getHistory
History getHistory()
.temporal.api.history.v1.History history = 1;- Returns:
- The history.
-
getHistoryOrBuilder
HistoryOrBuilder getHistoryOrBuilder()
.temporal.api.history.v1.History history = 1;
-
-