Hourly(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Used to schedule the query to run every so many hours.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
periodicity |
int
Required. The number of hours between runs. Must be greater than or equal to 1 hour and less than or equal to 48 hours. |
minute_offset |
int
Optional. The number of minutes after the hour (in UTC) to run the query. Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used. This field is a member of oneof _ _minute_offset .
|