public EmailPreferences EmailPreferences { get; set; }
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.
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.
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.
[[["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-03-21 UTC."],[[["The latest version available for `TransferRun` is 4.10.0, with versions down to 3.1.0 available for reference, all within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace."],["`TransferRun` represents a data transfer run and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A `TransferRun` object includes properties for managing various aspects of a data transfer, such as `DataSourceId`, `DestinationDatasetId`, `StartTime`, `EndTime`, `State`, and error status."],["The `TransferRun` class provides constructors to create new transfer run instances, either blank or by cloning an existing one."],["`TransferRun` has properties to manage notifications, including `EmailPreferences` and `NotificationPubsubTopic`, and utilizes timestamps to track run timings and updates."]]],[]]