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

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

  /**
   * uint32 field_id = 1;
   * @return The fieldId.
   */
  int getFieldId();

  /**
   * .cz.proto.DataType type = 2;
   * @return Whether the type field is set.
   */
  boolean hasType();
  /**
   * .cz.proto.DataType type = 2;
   * @return The type.
   */
  cz.proto.DataType getType();
  /**
   * .cz.proto.DataType type = 2;
   */
  cz.proto.DataTypeOrBuilder getTypeOrBuilder();

  /**
   * .cz.proto.Boundary range = 3;
   * @return Whether the range field is set.
   */
  boolean hasRange();
  /**
   * .cz.proto.Boundary range = 3;
   * @return The range.
   */
  cz.proto.Boundary getRange();
  /**
   * .cz.proto.Boundary range = 3;
   */
  cz.proto.BoundaryOrBuilder getRangeOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy