class Explicit extends Message

Specifies a set of buckets with arbitrary widths.

There are size(bounds) + 1 (= N) buckets. Bucket i has the following boundaries: Upper bound (0 <= i < N-1): bounds[i] Lower bound (1 <= i < N); bounds[i - 1] The bounds field must contain at least one element. If bounds has only one element, then 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(array $data = NULL)

Constructor.

RepeatedField
getBounds()

The values must be monotonically increasing.

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

The values must be monotonically increasing.

Details

at line 42
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type float[]|\Google\Protobuf\Internal\RepeatedField $bounds
      The values must be monotonically increasing.

}

at line 53
RepeatedField getBounds()

The values must be monotonically increasing.

Generated from protobuf field repeated double bounds = 1;

Return Value

RepeatedField

at line 65
$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