cz.proto.TableOrBuilder 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: operator.proto
package cz.proto;
public interface TableOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.Table)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string path = 1;
* @return A list containing the path.
*/
java.util.List
getPathList();
/**
* repeated string path = 1;
* @return The count of path.
*/
int getPathCount();
/**
* repeated string path = 1;
* @param index The index of the element to return.
* @return The path at the given index.
*/
java.lang.String getPath(int index);
/**
* repeated string path = 1;
* @param index The index of the value to return.
* @return The bytes of the path at the given index.
*/
com.google.protobuf.ByteString
getPathBytes(int index);
/**
* .cz.proto.TableMeta table_meta = 2;
* @return Whether the tableMeta field is set.
*/
boolean hasTableMeta();
/**
* .cz.proto.TableMeta table_meta = 2;
* @return The tableMeta.
*/
cz.proto.TableMeta getTableMeta();
/**
* .cz.proto.TableMeta table_meta = 2;
*/
cz.proto.TableMetaOrBuilder getTableMetaOrBuilder();
/**
* int64 instance_id = 3;
* @return The instanceId.
*/
long getInstanceId();
/**
* int64 table_id = 6;
* @return The tableId.
*/
long getTableId();
/**
* repeated .cz.proto.Property properties = 8;
*/
java.util.List
getPropertiesList();
/**
* repeated .cz.proto.Property properties = 8;
*/
cz.proto.PropertyOuterClass.Property getProperties(int index);
/**
* repeated .cz.proto.Property properties = 8;
*/
int getPropertiesCount();
/**
* repeated .cz.proto.Property properties = 8;
*/
java.util.List extends cz.proto.PropertyOuterClass.PropertyOrBuilder>
getPropertiesOrBuilderList();
/**
* repeated .cz.proto.Property properties = 8;
*/
cz.proto.PropertyOuterClass.PropertyOrBuilder getPropertiesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy