class Distribution_BucketOptions_Explicit extends Message

A set of buckets with arbitrary widths.

Defines size(bounds) + 1 (= N) buckets with these boundaries for bucket i: Upper bound (0 <= i < N-1): bounds[i] Lower bound (1 <= i < N); bounds[i - 1] There must be at least one element in bounds. If bounds has only one element, there are no finite buckets, and that single element is the common boundary of the overflow and underflow buckets.

Generated from protobuf message google.api.Distribution.BucketOptions.Explicit

Methods

__construct()

No description

RepeatedField
getBounds()

The values must be monotonically increasing.

$this
setBounds(float[]|RepeatedField $var)

The values must be monotonically increasing.

Details

at line 32
__construct()

at line 43
RepeatedField getBounds()

The values must be monotonically increasing.

Generated from protobuf field repeated double bounds = 1;

Return Value

RepeatedField

at line 55
$this setBounds(float[]|RepeatedField $var)

The values must be monotonically increasing.

Generated from protobuf field repeated double bounds = 1;

Parameters

float[]|RepeatedField $var

Return Value

$this