Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::AlertPolicy::Condition::SqlCondition::Daily.
Used to schedule the query to run every so many days.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#execution_time
def execution_time() -> ::Google::Type::TimeOfDay
Returns
- (::Google::Type::TimeOfDay) — 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.
#execution_time=
def execution_time=(value) -> ::Google::Type::TimeOfDay
Parameter
- value (::Google::Type::TimeOfDay) — 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.
Returns
- (::Google::Type::TimeOfDay) — 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.
#periodicity
def periodicity() -> ::Integer
Returns
- (::Integer) — Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.
#periodicity=
def periodicity=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.
Returns
- (::Integer) — Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.