Reference documentation and code samples for the Stackdriver Monitoring V3 Client class LabelValue.
A label value.
Generated from protobuf message google.monitoring.v3.LabelValue
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ bool_value
bool
A bool label value.
↳ int64_value
int|string
An int64 label value.
↳ string_value
string
A string label value.
getBoolValue
A bool label value.
bool
hasBoolValue
setBoolValue
A bool label value.
var
bool
$this
getInt64Value
An int64 label value.
int|string
hasInt64Value
setInt64Value
An int64 label value.
var
int|string
$this
getStringValue
A string label value.
string
hasStringValue
setStringValue
A string label value.
var
string
$this
getValue
string