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

cz.proto.DataFileInfoOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * 
   * from Iceberg DataFile's file_path field
   * 
* * string file_path = 1; * @return The filePath. */ java.lang.String getFilePath(); /** *
   * from Iceberg DataFile's file_path field
   * 
* * string file_path = 1; * @return The bytes for filePath. */ com.google.protobuf.ByteString getFilePathBytes(); /** *
   * from Iceberg DataFile's file_size_in_bytes field
   * 
* * uint64 file_size_in_bytes = 2; * @return The fileSizeInBytes. */ long getFileSizeInBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy