Class ScheduleOptions (3.3.4)

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

Options customizing the data transfer schedule. .. attribute:: disable_auto_scheduling

If true, automatic scheduling of data transfer runs for this configuration will be disabled. The runs can be started on ad-hoc basis using StartManualTransferRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored.

:type: bool

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Specifies time to start scheduling transfer runs. The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.
end_time google.protobuf.timestamp_pb2.Timestamp
Defines time to stop scheduling transfer runs. A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be trigerred manually is not limited by this option.