Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::RowCountTest.
A test that checks if the number of rows in the result set violates some threshold.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#comparison
def comparison() -> ::Google::Cloud::Monitoring::V3::ComparisonType
Returns
- (::Google::Cloud::Monitoring::V3::ComparisonType) — Required. The comparison to apply between the number of rows returned by the query and the threshold.
#comparison=
def comparison=(value) -> ::Google::Cloud::Monitoring::V3::ComparisonType
Parameter
- value (::Google::Cloud::Monitoring::V3::ComparisonType) — Required. The comparison to apply between the number of rows returned by the query and the threshold.
Returns
- (::Google::Cloud::Monitoring::V3::ComparisonType) — Required. The comparison to apply between the number of rows returned by the query and the threshold.
#threshold
def threshold() -> ::Integer
Returns
- (::Integer) — Required. The value against which to compare the row count.
#threshold=
def threshold=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The value against which to compare the row count.
Returns
- (::Integer) — Required. The value against which to compare the row count.