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

xyz.block.ftl.v1.console.GetEventsResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/console/console.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.console;

public interface GetEventsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.console.GetEventsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .xyz.block.ftl.v1.console.Event events = 1;
   */
  java.util.List 
      getEventsList();
  /**
   * repeated .xyz.block.ftl.v1.console.Event events = 1;
   */
  xyz.block.ftl.v1.console.Event getEvents(int index);
  /**
   * repeated .xyz.block.ftl.v1.console.Event events = 1;
   */
  int getEventsCount();
  /**
   * repeated .xyz.block.ftl.v1.console.Event events = 1;
   */
  java.util.List 
      getEventsOrBuilderList();
  /**
   * repeated .xyz.block.ftl.v1.console.Event events = 1;
   */
  xyz.block.ftl.v1.console.EventOrBuilder getEventsOrBuilder(
      int index);

  /**
   * 
   * For pagination, this cursor is where we should start our next query
   * 
* * optional int64 cursor = 2; * @return Whether the cursor field is set. */ boolean hasCursor(); /** *
   * For pagination, this cursor is where we should start our next query
   * 
* * optional int64 cursor = 2; * @return The cursor. */ long getCursor(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy