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

cz.proto.IncrementalTablePropertyOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * int64 from = 1;
   * @return The from.
   */
  long getFrom();

  /**
   * int64 to = 2;
   * @return The to.
   */
  long getTo();

  /**
   * bool consolidate = 3;
   * @return The consolidate.
   */
  boolean getConsolidate();

  /**
   * int64 fromMetaVersion = 4;
   * @return The fromMetaVersion.
   */
  long getFromMetaVersion();

  /**
   * int64 toMetaVersion = 5;
   * @return The toMetaVersion.
   */
  long getToMetaVersion();

  /**
   * int64 rowCount = 6;
   * @return The rowCount.
   */
  long getRowCount();

  /**
   * int64 baseRowCount = 7;
   * @return The baseRowCount.
   */
  long getBaseRowCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy