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

cz.proto.MultipleFileOutputStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operator.proto

package cz.proto;

public interface MultipleFileOutputStatsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.MultipleFileOutputStats)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .cz.proto.DataOutputStats file_output_stats = 1;
   */
  java.util.List 
      getFileOutputStatsList();
  /**
   * repeated .cz.proto.DataOutputStats file_output_stats = 1;
   */
  cz.proto.DataOutputStats getFileOutputStats(int index);
  /**
   * repeated .cz.proto.DataOutputStats file_output_stats = 1;
   */
  int getFileOutputStatsCount();
  /**
   * repeated .cz.proto.DataOutputStats file_output_stats = 1;
   */
  java.util.List 
      getFileOutputStatsOrBuilderList();
  /**
   * repeated .cz.proto.DataOutputStats file_output_stats = 1;
   */
  cz.proto.DataOutputStatsOrBuilder getFileOutputStatsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy