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 \ V3Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ min
float
Range minimum.
↳ max
float
Range maximum.
getMin
Range minimum.
Returns
Type
Description
float
setMin
Range minimum.
Parameter
Name
Description
var
float
Returns
Type
Description
$this
getMax
Range maximum.
Returns
Type
Description
float
setMax
Range maximum.
Parameter
Name
Description
var
float
Returns
Type
Description
$this