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

io.temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsResponseOrBuilder 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:ListArchivedWorkflowExecutionsResponseOrBuilder.java.pb.meta")
public interface ListArchivedWorkflowExecutionsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
   */
  java.util.List 
      getExecutionsList();
  /**
   * repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
   */
  io.temporal.api.workflow.v1.WorkflowExecutionInfo getExecutions(int index);
  /**
   * repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
   */
  int getExecutionsCount();
  /**
   * repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
   */
  java.util.List 
      getExecutionsOrBuilderList();
  /**
   * repeated .temporal.api.workflow.v1.WorkflowExecutionInfo executions = 1;
   */
  io.temporal.api.workflow.v1.WorkflowExecutionInfoOrBuilder getExecutionsOrBuilder(
      int index);

  /**
   * bytes next_page_token = 2;
   * @return The nextPageToken.
   */
  com.google.protobuf.ByteString getNextPageToken();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy