cz.proto.TableFormatInfoOrBuilder 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 TableFormatInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.TableFormatInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* common fields
*
*
* int64 snapshot_id = 1;
* @return The snapshotId.
*/
long getSnapshotId();
/**
* .cz.proto.TableFormatInfo.Iceberg iceberg = 10;
* @return Whether the iceberg field is set.
*/
boolean hasIceberg();
/**
* .cz.proto.TableFormatInfo.Iceberg iceberg = 10;
* @return The iceberg.
*/
cz.proto.TableFormatInfo.Iceberg getIceberg();
/**
* .cz.proto.TableFormatInfo.Iceberg iceberg = 10;
*/
cz.proto.TableFormatInfo.IcebergOrBuilder getIcebergOrBuilder();
public cz.proto.TableFormatInfo.FormatCase getFormatCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy