cz.proto.LocationDirectoryDataSourceInfoOrBuilder 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 LocationDirectoryDataSourceInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.LocationDirectoryDataSourceInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.StorageLocation storage_location = 1;
* @return Whether the storageLocation field is set.
*/
boolean hasStorageLocation();
/**
* .cz.proto.StorageLocation storage_location = 1;
* @return The storageLocation.
*/
cz.proto.StorageLocationOuterClass.StorageLocation getStorageLocation();
/**
* .cz.proto.StorageLocation storage_location = 1;
*/
cz.proto.StorageLocationOuterClass.StorageLocationOrBuilder getStorageLocationOrBuilder();
/**
* .cz.proto.FileSystemConnectionInfo connection_info = 2;
* @return Whether the connectionInfo field is set.
*/
boolean hasConnectionInfo();
/**
* .cz.proto.FileSystemConnectionInfo connection_info = 2;
* @return The connectionInfo.
*/
cz.proto.ConnectionMeta.FileSystemConnectionInfo getConnectionInfo();
/**
* .cz.proto.FileSystemConnectionInfo connection_info = 2;
*/
cz.proto.ConnectionMeta.FileSystemConnectionInfoOrBuilder getConnectionInfoOrBuilder();
/**
* repeated .cz.proto.Property properties = 3;
*/
java.util.List
getPropertiesList();
/**
* repeated .cz.proto.Property properties = 3;
*/
cz.proto.PropertyOuterClass.Property getProperties(int index);
/**
* repeated .cz.proto.Property properties = 3;
*/
int getPropertiesCount();
/**
* repeated .cz.proto.Property properties = 3;
*/
java.util.List extends cz.proto.PropertyOuterClass.PropertyOrBuilder>
getPropertiesOrBuilderList();
/**
* repeated .cz.proto.Property properties = 3;
*/
cz.proto.PropertyOuterClass.PropertyOrBuilder getPropertiesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy