cz.proto.BoundaryOrBuilder 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 BoundaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.Boundary)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.BoundaryPoint lower = 1;
* @return Whether the lower field is set.
*/
boolean hasLower();
/**
* .cz.proto.BoundaryPoint lower = 1;
* @return The lower.
*/
cz.proto.BoundaryPoint getLower();
/**
* .cz.proto.BoundaryPoint lower = 1;
*/
cz.proto.BoundaryPointOrBuilder getLowerOrBuilder();
/**
* .cz.proto.BoundaryPoint upper = 2;
* @return Whether the upper field is set.
*/
boolean hasUpper();
/**
* .cz.proto.BoundaryPoint upper = 2;
* @return The upper.
*/
cz.proto.BoundaryPoint getUpper();
/**
* .cz.proto.BoundaryPoint upper = 2;
*/
cz.proto.BoundaryPointOrBuilder getUpperOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy