Interface GetWorkflowExecutionHistoryResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetWorkflowExecutionHistoryResponse,GetWorkflowExecutionHistoryResponse.Builder
@Generated(value="protoc",
comments="annotations:GetWorkflowExecutionHistoryResponseOrBuilder.java.pb.meta")
public interface GetWorkflowExecutionHistoryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool archived = 4;.temporal.api.history.v1.History history = 1;.temporal.api.history.v1.History history = 1;com.google.protobuf.ByteStringWill be set if there are more history events than were included in this responsegetRawHistory(int index) Raw history is an alternate representation of history that may be returned if configured on the frontend.intRaw history is an alternate representation of history that may be returned if configured on the frontend.Raw history is an alternate representation of history that may be returned if configured on the frontend.getRawHistoryOrBuilder(int index) Raw history is an alternate representation of history that may be returned if configured on the frontend.List<? extends DataBlobOrBuilder> Raw history is an alternate representation of history that may be returned if configured on the frontend.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; -
getRawHistoryList
-
getRawHistory
Raw history is an alternate representation of history that may be returned if configured on the frontend. This is not supported by all SDKs. Either this or `history` will be set.
repeated .temporal.api.common.v1.DataBlob raw_history = 2; -
getRawHistoryCount
int getRawHistoryCount()Raw history is an alternate representation of history that may be returned if configured on the frontend. This is not supported by all SDKs. Either this or `history` will be set.
repeated .temporal.api.common.v1.DataBlob raw_history = 2; -
getRawHistoryOrBuilderList
List<? extends DataBlobOrBuilder> getRawHistoryOrBuilderList()Raw history is an alternate representation of history that may be returned if configured on the frontend. This is not supported by all SDKs. Either this or `history` will be set.
repeated .temporal.api.common.v1.DataBlob raw_history = 2; -
getRawHistoryOrBuilder
Raw history is an alternate representation of history that may be returned if configured on the frontend. This is not supported by all SDKs. Either this or `history` will be set.
repeated .temporal.api.common.v1.DataBlob raw_history = 2; -
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()Will be set if there are more history events than were included in this response
bytes next_page_token = 3;- Returns:
- The nextPageToken.
-
getArchived
boolean getArchived()bool archived = 4;- Returns:
- The archived.
-