public sealed class TransferMessage : IMessage<TransferMessage>, IEquatable<TransferMessage>, IDeepCloneable<TransferMessage>, IBufferMessage, IMessage
Represents a user facing message for a particular data transfer run.
[[["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."],[[["This webpage details the `TransferMessage` class, which is part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace and represents a user-facing message for a data transfer run."],["The latest version available is 4.10.0, with multiple previous versions listed, including version 4.0.0 and older versions such as 3.4.0 all the way down to 3.1.0."],["The `TransferMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data transfer operations."],["The `TransferMessage` class includes properties such as `MessageText`, `MessageTime`, and `Severity`, allowing for detailed logging and categorization of transfer messages."],["The documentation provides details on the `TransferMessage` class constructors and inherited members from the base `Object` class, and other related properties within the class."]]],[]]