Class Schedule (3.9.0)

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

Attribute

NameDescription
recurrence_period_duration google.protobuf.duration_pb2.Duration
With this option a job is started on a regular periodic basis. For example: every day (86400 seconds). A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days. This field is a member of `oneof`_ ``option``.

Inheritance

builtins.object > proto.message.Message > Schedule