Interface Distribution.BucketOptions.ExplicitOrBuilder (2.40.0)

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
Name Description
index int

The index of the element to return.

Returns
Type Description
double

The bounds at the given index.

getBoundsCount()

public abstract int getBoundsCount()

The values must be monotonically increasing.

repeated double bounds = 1;

Returns
Type Description
int

The count of bounds.

getBoundsList()

public abstract List<Double> getBoundsList()

The values must be monotonically increasing.

repeated double bounds = 1;

Returns
Type Description
List<Double>

A list containing the bounds.