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

cz.proto.EnforceBoundaryOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * string table_name = 1;
   * @return The tableName.
   */
  java.lang.String getTableName();
  /**
   * string table_name = 1;
   * @return The bytes for tableName.
   */
  com.google.protobuf.ByteString
      getTableNameBytes();

  /**
   * .cz.proto.RangeBoundary boundaries = 2;
   * @return Whether the boundaries field is set.
   */
  boolean hasBoundaries();
  /**
   * .cz.proto.RangeBoundary boundaries = 2;
   * @return The boundaries.
   */
  cz.proto.RangeBoundary getBoundaries();
  /**
   * .cz.proto.RangeBoundary boundaries = 2;
   */
  cz.proto.RangeBoundaryOrBuilder getBoundariesOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy