Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::RowCountTest (v1.3.0)

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

#comparison=

def comparison=(value) -> ::Google::Cloud::Monitoring::V3::ComparisonType
Parameter
Returns

#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.