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

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

  /**
   * uint64 id = 1;
   * @return The id.
   */
  long getId();

  /**
   * repeated .cz.proto.DataType types = 2;
   */
  java.util.List 
      getTypesList();
  /**
   * repeated .cz.proto.DataType types = 2;
   */
  cz.proto.DataType getTypes(int index);
  /**
   * repeated .cz.proto.DataType types = 2;
   */
  int getTypesCount();
  /**
   * repeated .cz.proto.DataType types = 2;
   */
  java.util.List 
      getTypesOrBuilderList();
  /**
   * repeated .cz.proto.DataType types = 2;
   */
  cz.proto.DataTypeOrBuilder getTypesOrBuilder(
      int index);

  /**
   * repeated .cz.proto.Boundary ranges = 3;
   */
  java.util.List 
      getRangesList();
  /**
   * repeated .cz.proto.Boundary ranges = 3;
   */
  cz.proto.Boundary getRanges(int index);
  /**
   * repeated .cz.proto.Boundary ranges = 3;
   */
  int getRangesCount();
  /**
   * repeated .cz.proto.Boundary ranges = 3;
   */
  java.util.List 
      getRangesOrBuilderList();
  /**
   * repeated .cz.proto.Boundary ranges = 3;
   */
  cz.proto.BoundaryOrBuilder getRangesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy