cz.proto.EnforceBoundaryOrBuilder 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: statistics.proto
package cz.proto;
public interface EnforceBoundaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.EnforceBoundary)
com.google.protobuf.MessageOrBuilder {
/**
* string table_name = 1;
* @return The tableName.
*/
java.lang.String getTableName();
/**
* string table_name = 1;
* @return The bytes for tableName.
*/
com.google.protobuf.ByteString
getTableNameBytes();
/**
* .cz.proto.RangeBoundary boundaries = 2;
* @return Whether the boundaries field is set.
*/
boolean hasBoundaries();
/**
* .cz.proto.RangeBoundary boundaries = 2;
* @return The boundaries.
*/
cz.proto.RangeBoundary getBoundaries();
/**
* .cz.proto.RangeBoundary boundaries = 2;
*/
cz.proto.RangeBoundaryOrBuilder getBoundariesOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy