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

io.temporal.api.history.v1.HistoryOrBuilder Maven / Gradle / Ivy

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

package io.temporal.api.history.v1;

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

  /**
   * repeated .temporal.api.history.v1.HistoryEvent events = 1;
   */
  java.util.List 
      getEventsList();
  /**
   * repeated .temporal.api.history.v1.HistoryEvent events = 1;
   */
  io.temporal.api.history.v1.HistoryEvent getEvents(int index);
  /**
   * repeated .temporal.api.history.v1.HistoryEvent events = 1;
   */
  int getEventsCount();
  /**
   * repeated .temporal.api.history.v1.HistoryEvent events = 1;
   */
  java.util.List 
      getEventsOrBuilderList();
  /**
   * repeated .temporal.api.history.v1.HistoryEvent events = 1;
   */
  io.temporal.api.history.v1.HistoryEventOrBuilder getEventsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy