Distribution_BucketOptions_Explicit
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.
Protobuf type Google\Api\Distribution\BucketOptions\Explicit
Methods
No description
The values must be monotonically increasing.
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;
at line 54
setBounds(array|RepeatedField $var)
The values must be monotonically increasing.
Generated from protobuf field repeated double bounds = 1;