Interface GetWorkflowExecutionHistoryReverseResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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
      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;
      • 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.