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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getArchived()
      bool archived = 4;
      History getHistory()
      .temporal.api.history.v1.History history = 1;
      HistoryOrBuilder getHistoryOrBuilder()
      .temporal.api.history.v1.History history = 1;
      com.google.protobuf.ByteString getNextPageToken()
      Will be set if there are more history events than were included in this response
      DataBlob getRawHistory​(int index)
      Raw history is an alternate representation of history that may be returned if configured on the frontend.
      int getRawHistoryCount()
      Raw history is an alternate representation of history that may be returned if configured on the frontend.
      java.util.List<DataBlob> getRawHistoryList()
      Raw history is an alternate representation of history that may be returned if configured on the frontend.
      DataBlobOrBuilder getRawHistoryOrBuilder​(int index)
      Raw history is an alternate representation of history that may be returned if configured on the frontend.
      java.util.List<? extends DataBlobOrBuilder> getRawHistoryOrBuilderList()
      Raw history is an alternate representation of history that may be returned if configured on the frontend.
      boolean hasHistory()
      .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 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;
      • getRawHistoryList

        java.util.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

        java.util.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.