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

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

  /**
   * repeated .cz.proto.FieldStats field_stats = 1;
   */
  java.util.List 
      getFieldStatsList();
  /**
   * repeated .cz.proto.FieldStats field_stats = 1;
   */
  cz.proto.FieldStats getFieldStats(int index);
  /**
   * repeated .cz.proto.FieldStats field_stats = 1;
   */
  int getFieldStatsCount();
  /**
   * repeated .cz.proto.FieldStats field_stats = 1;
   */
  java.util.List 
      getFieldStatsOrBuilderList();
  /**
   * repeated .cz.proto.FieldStats field_stats = 1;
   */
  cz.proto.FieldStatsOrBuilder getFieldStatsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy