REST Resource: projects.transferConfigs.runs Stay organized with collections Save and categorize content based on your preferences.
Resource: TransferRun
Represents a data transfer run.
| JSON representation |
|---|
{"name":string,"scheduleTime":string,"runTime":string,"errorStatus":{object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the transfer run. Transfer run names have the form |
scheduleTime |
Minimum time after which a transfer run can be started. |
runTime |
For batch transfer runs, specifies the date and time of the data should be ingested. |
errorStatus |
Status of the transfer run. |
startTime |
Output only. Time when transfer run was started. Parameter ignored by server for input requests. |
endTime |
Output only. Time when transfer run ended. Parameter ignored by server for input requests. |
updateTime |
Output only. Last time the data transfer run state was updated. |
params |
Output only. Parameters specific to each data source. For more information see the bq tab in the 'Setting up a data transfer' section for each data source. For example the parameters for Cloud Storage transfers are listed here:https://cloud.google.com/bigquery-transfer/docs/cloud-storage-transfer#bq |
dataSourceId |
Output only. Data source id. |
state |
Data transfer run state. Ignored for input requests. |
userId |
Deprecated. Unique ID of the user on whose behalf transfer is done. |
schedule |
Output only. Describes the schedule of this transfer run if it was created as part of a regular schedule. For batch transfer runs that are scheduled manually, this is empty. NOTE: the system might choose to delay the schedule depending on the current load, so |
notificationPubsubTopic |
Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: |
emailPreferences |
Output only. Email notifications will be sent according to these preferences to the email address of the user who owns the transfer config this run was derived from. |
Union fielddestination. Data transfer destination.destination can be only one of the following: | |
destinationDatasetId |
Output only. The BigQuery target dataset id. |
Methods | |
|---|---|
| Deletes the specified transfer run. |
| Returns information about the particular transfer run. |
| Returns information about running and completed transfer runs. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.