Class TransferRun (3.1.1)

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

Represents a data transfer run.

Attributes

NameDescription
name str
The resource name of the transfer run. Transfer run names have the form projects/{project_id}/locations/{location}/transferConfigs/{config_id}/runs/{run_id}. The name is ignored when creating a transfer run.
schedule_time google.protobuf.timestamp_pb2.Timestamp
Minimum time after which a transfer run can be started.
run_time google.protobuf.timestamp_pb2.Timestamp
For batch transfer runs, specifies the date and time of the data should be ingested.
error_status google.rpc.status_pb2.Status
Status of the transfer run.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when transfer run was started. Parameter ignored by server for input requests.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when transfer run ended. Parameter ignored by server for input requests.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last time the data transfer run state was updated.
params google.protobuf.struct_pb2.Struct
Output only. Data transfer specific parameters.
destination_dataset_id str
Output only. The BigQuery target dataset id.
data_source_id str
Output only. Data source id.
state google.cloud.bigquery_datatransfer_v1.types.TransferState
Data transfer run state. Ignored for input requests.
user_id int
Deprecated. Unique ID of the user on whose behalf transfer is done.
schedule str
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 schedule_time doesn't always match this.
notification_pubsub_topic str
Output only. Pub/Sub topic where a notification will be sent after this transfer run finishes
email_preferences google.cloud.bigquery_datatransfer_v1.types.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.