cz.proto.DataFileInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// 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