Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::BooleanTest.
A test that uses an alerting result in a boolean column produced by the SQL query.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#column
def column() -> ::String
    Returns
    
  - (::String) — Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.
 
#column=
def column=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.
 
    Returns
    
- (::String) — Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.