cz.proto.MVExtensionOrBuilder 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 MVExtensionOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.MVExtension)
com.google.protobuf.MessageOrBuilder {
/**
* string mv_plan = 1;
* @return The mvPlan.
*/
java.lang.String getMvPlan();
/**
* string mv_plan = 1;
* @return The bytes for mvPlan.
*/
com.google.protobuf.ByteString
getMvPlanBytes();
/**
* repeated .cz.proto.MVSource mv_source_tables = 2;
*/
java.util.List
getMvSourceTablesList();
/**
* repeated .cz.proto.MVSource mv_source_tables = 2;
*/
cz.proto.MVSource getMvSourceTables(int index);
/**
* repeated .cz.proto.MVSource mv_source_tables = 2;
*/
int getMvSourceTablesCount();
/**
* repeated .cz.proto.MVSource mv_source_tables = 2;
*/
java.util.List extends cz.proto.MVSourceOrBuilder>
getMvSourceTablesOrBuilderList();
/**
* repeated .cz.proto.MVSource mv_source_tables = 2;
*/
cz.proto.MVSourceOrBuilder getMvSourceTablesOrBuilder(
int index);
/**
* .cz.proto.RefreshOption refresh_option = 3;
* @return Whether the refreshOption field is set.
*/
boolean hasRefreshOption();
/**
* .cz.proto.RefreshOption refresh_option = 3;
* @return The refreshOption.
*/
cz.proto.RefreshOption getRefreshOption();
/**
* .cz.proto.RefreshOption refresh_option = 3;
*/
cz.proto.RefreshOptionOrBuilder getRefreshOptionOrBuilder();
/**
* optional int64 mv_snapshot_id = 4;
* @return Whether the mvSnapshotId field is set.
*/
boolean hasMvSnapshotId();
/**
* optional int64 mv_snapshot_id = 4;
* @return The mvSnapshotId.
*/
long getMvSnapshotId();
/**
* optional .cz.proto.IncrementalExtension incremental_extension = 5;
* @return Whether the incrementalExtension field is set.
*/
boolean hasIncrementalExtension();
/**
* optional .cz.proto.IncrementalExtension incremental_extension = 5;
* @return The incrementalExtension.
*/
cz.proto.IncrementalExtension getIncrementalExtension();
/**
* optional .cz.proto.IncrementalExtension incremental_extension = 5;
*/
cz.proto.IncrementalExtensionOrBuilder getIncrementalExtensionOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy