Interface ReportSummary.HistogramChartData.BucketOrBuilder (0.5.0)

public static interface ReportSummary.HistogramChartData.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 long getLowerBound()

Lower bound - inclusive.

int64 lower_bound = 1;

Returns
TypeDescription
long

The lowerBound.

getUpperBound()

public abstract long getUpperBound()

Upper bound - exclusive.

int64 upper_bound = 2;

Returns
TypeDescription
long

The upperBound.