cz.proto.RangeBoundaryOrBuilder 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 RangeBoundaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.RangeBoundary)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 id = 1;
* @return The id.
*/
long getId();
/**
* repeated .cz.proto.DataType types = 2;
*/
java.util.List
getTypesList();
/**
* repeated .cz.proto.DataType types = 2;
*/
cz.proto.DataType getTypes(int index);
/**
* repeated .cz.proto.DataType types = 2;
*/
int getTypesCount();
/**
* repeated .cz.proto.DataType types = 2;
*/
java.util.List extends cz.proto.DataTypeOrBuilder>
getTypesOrBuilderList();
/**
* repeated .cz.proto.DataType types = 2;
*/
cz.proto.DataTypeOrBuilder getTypesOrBuilder(
int index);
/**
* repeated .cz.proto.Boundary ranges = 3;
*/
java.util.List
getRangesList();
/**
* repeated .cz.proto.Boundary ranges = 3;
*/
cz.proto.Boundary getRanges(int index);
/**
* repeated .cz.proto.Boundary ranges = 3;
*/
int getRangesCount();
/**
* repeated .cz.proto.Boundary ranges = 3;
*/
java.util.List extends cz.proto.BoundaryOrBuilder>
getRangesOrBuilderList();
/**
* repeated .cz.proto.Boundary ranges = 3;
*/
cz.proto.BoundaryOrBuilder getRangesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy