All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/workflowservice/v1/request_response.proto

package io.temporal.api.workflowservice.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:GetWorkflowExecutionHistoryResponseOrBuilder.java.pb.meta")
public interface GetWorkflowExecutionHistoryResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .temporal.api.history.v1.History history = 1;
   * @return Whether the history field is set.
   */
  boolean hasHistory();
  /**
   * .temporal.api.history.v1.History history = 1;
   * @return The history.
   */
  io.temporal.api.history.v1.History getHistory();
  /**
   * .temporal.api.history.v1.History history = 1;
   */
  io.temporal.api.history.v1.HistoryOrBuilder getHistoryOrBuilder();

  /**
   * 
   * 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; */ java.util.List 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; */ io.temporal.api.common.v1.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; */ 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; */ java.util.List 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; */ io.temporal.api.common.v1.DataBlobOrBuilder getRawHistoryOrBuilder( int index); /** *
   * Will be set if there are more history events than were included in this response
   * 
* * bytes next_page_token = 3; * @return The nextPageToken. */ com.google.protobuf.ByteString getNextPageToken(); /** * bool archived = 4; * @return The archived. */ boolean getArchived(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy