Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::Daily
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::Daily
- 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 days.
Instance Attribute Summary collapse
-
#execution_time ⇒ ::Google::Type::TimeOfDay
Optional.
-
#periodicity ⇒ ::Integer
Required.
Instance Attribute Details
#execution_time ⇒ ::Google::Type::TimeOfDay
Returns Optional. The time of day (in UTC) at which the query should run. If left unspecified, the server picks an arbitrary time of day and runs the query at the same time each day.
692 693 694 695 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 692 class Daily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#periodicity ⇒ ::Integer
Returns Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.
692 693 694 695 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 692 class Daily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |