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

xyz.block.ftl.v1.console.StreamEventsRequestOrBuilder 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 StreamEventsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.console.StreamEventsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .google.protobuf.Duration update_interval = 1;
   * @return Whether the updateInterval field is set.
   */
  boolean hasUpdateInterval();
  /**
   * optional .google.protobuf.Duration update_interval = 1;
   * @return The updateInterval.
   */
  com.google.protobuf.Duration getUpdateInterval();
  /**
   * optional .google.protobuf.Duration update_interval = 1;
   */
  com.google.protobuf.DurationOrBuilder getUpdateIntervalOrBuilder();

  /**
   * .xyz.block.ftl.v1.console.EventsQuery query = 2;
   * @return Whether the query field is set.
   */
  boolean hasQuery();
  /**
   * .xyz.block.ftl.v1.console.EventsQuery query = 2;
   * @return The query.
   */
  xyz.block.ftl.v1.console.EventsQuery getQuery();
  /**
   * .xyz.block.ftl.v1.console.EventsQuery query = 2;
   */
  xyz.block.ftl.v1.console.EventsQueryOrBuilder getQueryOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy