Resource: TransferConfig
Represents a data transfer configuration. A transfer configuration contains all metadata needed to perform a data transfer. For example, destinationDatasetId
specifies where data should be stored. When a new transfer configuration is created, the specified destinationDatasetId
is created when needed and shared with the appropriate data source service account.
JSON representation |
---|
{ "name": string, "displayName": string, "dataSourceId": string, "params": { object }, "schedule": string, "scheduleOptions": { object ( |
Fields | |
---|---|
name |
The resource name of the transfer config. Transfer config names have the form |
displayName |
User specified display name for the data transfer. |
dataSourceId |
Data source id. Cannot be changed once data transfer is created. |
params |
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 |
schedule |
Data transfer schedule. If the data source does not support a custom schedule, this should be empty. If it is empty, the default value for the data source will be used. The specified times are in UTC. Examples of valid format: NOTE: The minimum interval time between recurring transfers depends on the data source; refer to the documentation for your data source. |
scheduleOptions |
Options customizing the data transfer schedule. |
dataRefreshWindowDays |
The number of days to look back to automatically refresh the data. For example, if |
disabled |
Is this config disabled. When set to true, no runs are scheduled for a given transfer. |
updateTime |
Output only. Data transfer modification time. Ignored by server on input. |
nextRunTime |
Output only. Next time when data transfer will run. |
state |
Output only. State of the most recently updated transfer run. |
userId |
Deprecated. Unique ID of the user on whose behalf transfer is done. |
datasetRegion |
Output only. Region in which BigQuery dataset is located. |
notificationPubsubTopic |
Pub/Sub topic where notifications will be sent after transfer runs associated with this transfer config finish. The format for specifying a pubsub topic is: |
emailPreferences |
Email notifications will be sent according to these preferences to the email address of the user who owns this transfer config. |
destinationDatasetId |
The BigQuery target dataset id. |
ownerInfo |
Output only. Information about the user whose credentials are used to transfer data. Populated only for |
Methods |
|
---|---|
|
Creates a new data transfer configuration. |
|
Deletes a data transfer configuration, including any associated transfer runs and logs. |
|
Returns information about a data transfer config. |
|
Returns information about all transfer configs owned by a project in the specified location. |
|
Updates a data transfer configuration. |
(deprecated) |
Creates transfer runs for a time range [start_time, end_time]. |
|
Start manual transfer runs to be executed now with schedule_time equal to current time. |