Interface Distribution.BucketOptions.ExplicitOrBuilder (2.9.5)

public static interface Distribution.BucketOptions.ExplicitOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBounds(int index)

public abstract double getBounds(int index)

The values must be monotonically increasing.

repeated double bounds = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
double

The bounds at the given index.

getBoundsCount()

public abstract int getBoundsCount()

The values must be monotonically increasing.

repeated double bounds = 1;

Returns
TypeDescription
int

The count of bounds.

getBoundsList()

public abstract List<Double> getBoundsList()

The values must be monotonically increasing.

repeated double bounds = 1;

Returns
TypeDescription
List<Double>

A list containing the bounds.