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

cz.proto.FileRangeOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * string path = 1;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 1;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();

  /**
   * int64 offset = 2;
   * @return The offset.
   */
  long getOffset();

  /**
   * int64 size = 3;
   * @return The size.
   */
  long getSize();

  /**
   * .cz.proto.VirtualValueInfo value_info = 4;
   * @return Whether the valueInfo field is set.
   */
  boolean hasValueInfo();
  /**
   * .cz.proto.VirtualValueInfo value_info = 4;
   * @return The valueInfo.
   */
  cz.proto.VirtualValueInfoOuterClass.VirtualValueInfo getValueInfo();
  /**
   * .cz.proto.VirtualValueInfo value_info = 4;
   */
  cz.proto.VirtualValueInfoOuterClass.VirtualValueInfoOrBuilder getValueInfoOrBuilder();

  /**
   * repeated .cz.proto.FileRange delta_files = 5;
   */
  java.util.List 
      getDeltaFilesList();
  /**
   * repeated .cz.proto.FileRange delta_files = 5;
   */
  cz.proto.FileRange getDeltaFiles(int index);
  /**
   * repeated .cz.proto.FileRange delta_files = 5;
   */
  int getDeltaFilesCount();
  /**
   * repeated .cz.proto.FileRange delta_files = 5;
   */
  java.util.List 
      getDeltaFilesOrBuilderList();
  /**
   * repeated .cz.proto.FileRange delta_files = 5;
   */
  cz.proto.FileRangeOrBuilder getDeltaFilesOrBuilder(
      int index);

  /**
   * .cz.proto.FileRangeType type = 6;
   * @return The enum numeric value on the wire for type.
   */
  int getTypeValue();
  /**
   * .cz.proto.FileRangeType type = 6;
   * @return The type.
   */
  cz.proto.FileRangeType getType();

  /**
   * .cz.proto.FileFieldStats field_stats = 7;
   * @return Whether the fieldStats field is set.
   */
  boolean hasFieldStats();
  /**
   * .cz.proto.FileFieldStats field_stats = 7;
   * @return The fieldStats.
   */
  cz.proto.FileFieldStats getFieldStats();
  /**
   * .cz.proto.FileFieldStats field_stats = 7;
   */
  cz.proto.FileFieldStatsOrBuilder getFieldStatsOrBuilder();

  /**
   * optional int64 total_file_size = 8;
   * @return Whether the totalFileSize field is set.
   */
  boolean hasTotalFileSize();
  /**
   * optional int64 total_file_size = 8;
   * @return The totalFileSize.
   */
  long getTotalFileSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy