Interface AggregationResult.Histogram.BucketOrBuilder (0.4.0)

public static interface AggregationResult.Histogram.BucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract long getCount()

Count of items in the bucket.

int64 count = 3;

Returns
TypeDescription
long

The count.

getLowerBound()

public abstract double getLowerBound()

Lower bound - inclusive.

double lower_bound = 1;

Returns
TypeDescription
double

The lowerBound.

getUpperBound()

public abstract double getUpperBound()

Upper bound - exclusive.

double upper_bound = 2;

Returns
TypeDescription
double

The upperBound.