Reference documentation and code samples for the Stackdriver Monitoring V3 Client class Trigger.
Specifies how many time series must fail a predicate to trigger a
condition. If not specified, then a {count: 1}
trigger is used.
Generated from protobuf message google.monitoring.v3.AlertPolicy.Condition.Trigger
Namespace
Google \ Cloud \ Monitoring \ V3 \ AlertPolicy \ ConditionMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ count
int
The absolute number of time series that must fail the predicate for the condition to be triggered.
↳ percent
float
The percentage of time series that must fail the predicate for the condition to be triggered.
getCount
The absolute number of time series that must fail the predicate for the condition to be triggered.
int
hasCount
setCount
The absolute number of time series that must fail the predicate for the condition to be triggered.
var
int
$this
getPercent
The percentage of time series that must fail the predicate for the condition to be triggered.
float
hasPercent
setPercent
The percentage of time series that must fail the predicate for the condition to be triggered.
var
float
$this
getType
string