Send feedback
Class ScheduleOptions (3.19.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
ScheduleOptions ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Options customizing the data transfer schedule.
Attributes
Name
Description
disable_auto_scheduling
bool
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.
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 triggered
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 triggered manually is not limited by this
option.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class ScheduleOptions (3.19.2)\n\nVersion latestkeyboard_arrow_down\n\n- [3.19.2 (latest)](/python/docs/reference/bigquerydatatransfer/latest/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.19.1](/python/docs/reference/bigquerydatatransfer/3.19.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.18.0](/python/docs/reference/bigquerydatatransfer/3.18.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.17.1](/python/docs/reference/bigquerydatatransfer/3.17.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.16.0](/python/docs/reference/bigquerydatatransfer/3.16.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.15.7](/python/docs/reference/bigquerydatatransfer/3.15.7/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.14.1](/python/docs/reference/bigquerydatatransfer/3.14.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.13.0](/python/docs/reference/bigquerydatatransfer/3.13.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.12.1](/python/docs/reference/bigquerydatatransfer/3.12.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.11.2](/python/docs/reference/bigquerydatatransfer/3.11.2/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.10.1](/python/docs/reference/bigquerydatatransfer/3.10.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.9.0](/python/docs/reference/bigquerydatatransfer/3.9.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.8.0](/python/docs/reference/bigquerydatatransfer/3.8.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.7.3](/python/docs/reference/bigquerydatatransfer/3.7.3/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.6.2](/python/docs/reference/bigquerydatatransfer/3.6.2/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.5.0](/python/docs/reference/bigquerydatatransfer/3.5.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.4.1](/python/docs/reference/bigquerydatatransfer/3.4.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.3.4](/python/docs/reference/bigquerydatatransfer/3.3.4/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.2.0](/python/docs/reference/bigquerydatatransfer/3.2.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.1.1](/python/docs/reference/bigquerydatatransfer/3.1.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [3.0.1](/python/docs/reference/bigquerydatatransfer/3.0.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [2.1.2](/python/docs/reference/bigquerydatatransfer/2.1.2/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [2.0.0](/python/docs/reference/bigquerydatatransfer/2.0.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [1.1.3](/python/docs/reference/bigquerydatatransfer/1.1.3/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [1.0.0](/python/docs/reference/bigquerydatatransfer/1.0.0/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions)\n- [0.4.1](/python/docs/reference/bigquerydatatransfer/0.4.1/google.cloud.bigquery_datatransfer_v1.types.ScheduleOptions) \n\n ScheduleOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nOptions customizing the data transfer schedule."]]