Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::Trigger

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

Overview

Specifies how many time series must fail a predicate to trigger a condition. If not specified, then a {count: 1} trigger is used.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer



196
197
198
199
# File 'proto_docs/google/monitoring/v3/alert.rb', line 196

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

#percent::Float



196
197
198
199
# File 'proto_docs/google/monitoring/v3/alert.rb', line 196

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