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

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

  /**
   * map<uint32, .cz.proto.Constant> bounds = 1;
   */
  int getBoundsCount();
  /**
   * map<uint32, .cz.proto.Constant> bounds = 1;
   */
  boolean containsBounds(
      int key);
  /**
   * Use {@link #getBoundsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getBounds();
  /**
   * map<uint32, .cz.proto.Constant> bounds = 1;
   */
  java.util.Map
  getBoundsMap();
  /**
   * map<uint32, .cz.proto.Constant> bounds = 1;
   */

  cz.proto.Expression.Constant getBoundsOrDefault(
      int key,
      cz.proto.Expression.Constant defaultValue);
  /**
   * map<uint32, .cz.proto.Constant> bounds = 1;
   */

  cz.proto.Expression.Constant getBoundsOrThrow(
      int key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy