Reference documentation and code samples for the Stackdriver Monitoring V3 Client class BooleanTest.
A test that uses an alerting result in a boolean column produced by the SQL query.
Generated from protobuf message google.monitoring.v3.AlertPolicy.Condition.SqlCondition.BooleanTest
Namespace
Google \ Cloud \ Monitoring \ V3 \ AlertPolicy \ Condition \ SqlConditionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ column |
string
Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored. |
getColumn
Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.
Returns | |
---|---|
Type | Description |
string |
setColumn
Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |