cz.proto.TableFormatOrBuilder 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 TableFormatOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.TableFormat)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.TableFormatInfo table_format_infos = 1;
*/
java.util.List
getTableFormatInfosList();
/**
* repeated .cz.proto.TableFormatInfo table_format_infos = 1;
*/
cz.proto.TableFormatInfo getTableFormatInfos(int index);
/**
* repeated .cz.proto.TableFormatInfo table_format_infos = 1;
*/
int getTableFormatInfosCount();
/**
* repeated .cz.proto.TableFormatInfo table_format_infos = 1;
*/
java.util.List extends cz.proto.TableFormatInfoOrBuilder>
getTableFormatInfosOrBuilderList();
/**
* repeated .cz.proto.TableFormatInfo table_format_infos = 1;
*/
cz.proto.TableFormatInfoOrBuilder getTableFormatInfosOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy