Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::BooleanTest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::BooleanTest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
A test that uses an alerting result in a boolean column produced by the SQL query.
Instance Attribute Summary collapse
-
#column ⇒ ::String
Required.
Instance Attribute Details
#column ⇒ ::String
Returns Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.
717 718 719 720 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 717 class BooleanTest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |