cz.proto.DataPropertiesOrBuilder 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 DataPropertiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.DataProperties)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.FieldSpec cluster_info_spec = 1;
*/
java.util.List
getClusterInfoSpecList();
/**
* repeated .cz.proto.FieldSpec cluster_info_spec = 1;
*/
cz.proto.FieldSpec getClusterInfoSpec(int index);
/**
* repeated .cz.proto.FieldSpec cluster_info_spec = 1;
*/
int getClusterInfoSpecCount();
/**
* repeated .cz.proto.FieldSpec cluster_info_spec = 1;
*/
java.util.List extends cz.proto.FieldSpecOrBuilder>
getClusterInfoSpecOrBuilderList();
/**
* repeated .cz.proto.FieldSpec cluster_info_spec = 1;
*/
cz.proto.FieldSpecOrBuilder getClusterInfoSpecOrBuilder(
int index);
/**
* .cz.proto.FieldSpec sort_order_spec = 2;
* @return Whether the sortOrderSpec field is set.
*/
boolean hasSortOrderSpec();
/**
* .cz.proto.FieldSpec sort_order_spec = 2;
* @return The sortOrderSpec.
*/
cz.proto.FieldSpec getSortOrderSpec();
/**
* .cz.proto.FieldSpec sort_order_spec = 2;
*/
cz.proto.FieldSpecOrBuilder getSortOrderSpecOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy