cz.proto.CompositeFieldSpecListOrBuilder 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 CompositeFieldSpecListOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.CompositeFieldSpecList)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.FieldSpecList spec_list = 1;
*/
java.util.List
getSpecListList();
/**
* repeated .cz.proto.FieldSpecList spec_list = 1;
*/
cz.proto.FieldSpecList getSpecList(int index);
/**
* repeated .cz.proto.FieldSpecList spec_list = 1;
*/
int getSpecListCount();
/**
* repeated .cz.proto.FieldSpecList spec_list = 1;
*/
java.util.List extends cz.proto.FieldSpecListOrBuilder>
getSpecListOrBuilderList();
/**
* repeated .cz.proto.FieldSpecList spec_list = 1;
*/
cz.proto.FieldSpecListOrBuilder getSpecListOrBuilder(
int index);
/**
* uint32 current_spec_id = 2;
* @return The currentSpecId.
*/
int getCurrentSpecId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy