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

cz.proto.TableStreamStateOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_common.proto

package cz.proto;

public interface TableStreamStateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.TableStreamState)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.ObjectIdentifier stream = 1;
   * @return Whether the stream field is set.
   */
  boolean hasStream();
  /**
   * .cz.proto.ObjectIdentifier stream = 1;
   * @return The stream.
   */
  cz.proto.ObjectIdentifier getStream();
  /**
   * .cz.proto.ObjectIdentifier stream = 1;
   */
  cz.proto.ObjectIdentifierOrBuilder getStreamOrBuilder();

  /**
   * int64 from_snapshot = 2;
   * @return The fromSnapshot.
   */
  long getFromSnapshot();

  /**
   * int64 to_snapshot = 3;
   * @return The toSnapshot.
   */
  long getToSnapshot();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy