Class: Google::Cloud::Monitoring::V3::AlertPolicy::AlertStrategy::NotificationRateLimit

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

Overview

Control over the rate of notifications sent to this alert policy's notification channels.

Instance Attribute Summary collapse

Instance Attribute Details

#period::Google::Protobuf::Duration

Returns Not more than one notification per period.

Returns:



421
422
423
424
# File 'proto_docs/google/monitoring/v3/alert.rb', line 421

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