Class Daily (2.27.0)

Daily(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Used to schedule the query to run every so many days.

Attributes

Name Description
periodicity int
Required. The number of days between runs. Must be greater than or equal to 1 day and less than or equal to 31 days.
execution_time google.type.timeofday_pb2.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.