Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::Minutes

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/alert.rb

Overview

Used to schedule the query to run every so many minutes.

Instance Attribute Summary collapse

Instance Attribute Details

#periodicity::Integer

Returns Required. Number of minutes between runs. The interval must be greater than or equal to 5 minutes and less than or equal to 1440 minutes.

Returns:

  • (::Integer)

    Required. Number of minutes between runs. The interval must be greater than or equal to 5 minutes and less than or equal to 1440 minutes.



661
662
663
664
# File 'proto_docs/google/monitoring/v3/alert.rb', line 661

class Minutes
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end