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 |
schedule |
Minimum time after which a transfer run can be started. |
run |
For batch transfer runs, specifies the date and time of the data should be ingested. |
error |
Status of the transfer run. |
start |
Output only. Time when transfer run was started. Parameter ignored by server for input requests. |
end |
Output only. Time when transfer run ended. Parameter ignored by server for input requests. |
update |
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 |
data |
Output only. Data source id. |
state |
Data transfer run state. Ignored for input requests. |
user |
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 |
notification |
Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes. The format for specifying a pubsub topic is: |
email |
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 field destination . Data transfer destination. destination can be only one of the following: |
|
destination |
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. |