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

cz.proto.HistogramBucketOrBuilder 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 HistogramBucketOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.HistogramBucket)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.Constant lower_bound = 1;
   * @return Whether the lowerBound field is set.
   */
  boolean hasLowerBound();
  /**
   * .cz.proto.Constant lower_bound = 1;
   * @return The lowerBound.
   */
  cz.proto.Expression.Constant getLowerBound();
  /**
   * .cz.proto.Constant lower_bound = 1;
   */
  cz.proto.Expression.ConstantOrBuilder getLowerBoundOrBuilder();

  /**
   * .cz.proto.Constant upper_bound = 2;
   * @return Whether the upperBound field is set.
   */
  boolean hasUpperBound();
  /**
   * .cz.proto.Constant upper_bound = 2;
   * @return The upperBound.
   */
  cz.proto.Expression.Constant getUpperBound();
  /**
   * .cz.proto.Constant upper_bound = 2;
   */
  cz.proto.Expression.ConstantOrBuilder getUpperBoundOrBuilder();

  /**
   * int64 value_count = 3;
   * @return The valueCount.
   */
  long getValueCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy