cz.proto.BoundaryPointOrBuilder 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 BoundaryPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.BoundaryPoint)
com.google.protobuf.MessageOrBuilder {
/**
* bool included = 1;
* @return The included.
*/
boolean getIncluded();
/**
* bool unbounded = 2;
* @return Whether the unbounded field is set.
*/
boolean hasUnbounded();
/**
* bool unbounded = 2;
* @return The unbounded.
*/
boolean getUnbounded();
/**
* .cz.proto.ValuePoint value_point = 3;
* @return Whether the valuePoint field is set.
*/
boolean hasValuePoint();
/**
* .cz.proto.ValuePoint value_point = 3;
* @return The valuePoint.
*/
cz.proto.ValuePoint getValuePoint();
/**
* .cz.proto.ValuePoint value_point = 3;
*/
cz.proto.ValuePointOrBuilder getValuePointOrBuilder();
public cz.proto.BoundaryPoint.ValueCase getValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy