Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::RowCountTest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::RowCountTest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
A test that checks if the number of rows in the result set violates some threshold.
Instance Attribute Summary collapse
-
#comparison ⇒ ::Google::Cloud::Monitoring::V3::ComparisonType
Required.
-
#threshold ⇒ ::Integer
Required.
Instance Attribute Details
#comparison ⇒ ::Google::Cloud::Monitoring::V3::ComparisonType
Returns Required. The comparison to apply between the number of rows returned by the query and the threshold.
706 707 708 709 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 706 class RowCountTest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#threshold ⇒ ::Integer
Returns Required. The value against which to compare the row count.
706 707 708 709 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 706 class RowCountTest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |