cz.proto.FileDataSourceInfoOrBuilder 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_common.proto
package cz.proto;
public interface FileDataSourceInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FileDataSourceInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.FileSystemType fileSystemType = 1;
* @return The enum numeric value on the wire for fileSystemType.
*/
int getFileSystemTypeValue();
/**
* .cz.proto.FileSystemType fileSystemType = 1;
* @return The fileSystemType.
*/
cz.proto.FileSystem.FileSystemType getFileSystemType();
/**
* string path = 2;
* @return The path.
*/
java.lang.String getPath();
/**
* string path = 2;
* @return The bytes for path.
*/
com.google.protobuf.ByteString
getPathBytes();
/**
* .cz.proto.FileFormat format = 3;
* @return Whether the format field is set.
*/
boolean hasFormat();
/**
* .cz.proto.FileFormat format = 3;
* @return The format.
*/
cz.proto.FileFormat getFormat();
/**
* .cz.proto.FileFormat format = 3;
*/
cz.proto.FileFormatOrBuilder getFormatOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy