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 Type
    Method
    Description
    boolean
    bool archived = 4;
    .temporal.api.history.v1.History history = 1;
    .temporal.api.history.v1.History history = 1;
    com.google.protobuf.ByteString
    Will be set if there are more history events than were included in this response
    getRawHistory(int index)
    Raw history is an alternate representation of history that may be returned if configured on the frontend.
    int
    Raw 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.
    Raw 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.
    boolean
    .temporal.api.history.v1.History history = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      History getHistory()
      .temporal.api.history.v1.History history = 1;
      Returns:
      The history.
    • getHistoryOrBuilder

      HistoryOrBuilder getHistoryOrBuilder()
      .temporal.api.history.v1.History history = 1;
    • getRawHistoryList

      List<DataBlob> getRawHistoryList()
       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;
    • getRawHistory

      DataBlob getRawHistory(int index)
       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

      DataBlobOrBuilder getRawHistoryOrBuilder(int index)
       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.