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
Modifier and TypeMethodDescription.temporal.api.history.v1.History history = 1;.temporal.api.history.v1.History history = 1;boolean.temporal.api.history.v1.History history = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHistory
boolean hasHistory().temporal.api.history.v1.History history = 1;- Returns:
- Whether the history field is set.
-
getHistory
-
getHistoryOrBuilder
HistoryOrBuilder getHistoryOrBuilder().temporal.api.history.v1.History history = 1;
-