Stackdriver Monitoring V3 Client - Class Range (1.2.2)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class Range.

Range of numerical values within min and max.

Generated from protobuf message google.monitoring.v3.Range

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ min float

Range minimum.

↳ max float

Range maximum.

getMin

Range minimum.

Generated from protobuf field double min = 1;

Returns
TypeDescription
float

setMin

Range minimum.

Generated from protobuf field double min = 1;

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getMax

Range maximum.

Generated from protobuf field double max = 2;

Returns
TypeDescription
float

setMax

Range maximum.

Generated from protobuf field double max = 2;

Parameter
NameDescription
var float
Returns
TypeDescription
$this