Stackdriver Monitoring V3 Client - Class Range (1.7.1)

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

Namespace

Google \ Cloud \ Monitoring \ V3

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.

Returns
TypeDescription
float

setMin

Range minimum.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getMax

Range maximum.

Returns
TypeDescription
float

setMax

Range maximum.

Parameter
NameDescription
var float
Returns
TypeDescription
$this