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 of the `TransferMessage` documentation is version 4.10.0, while this page specifically covers version 3.2.0."],["The `TransferMessage` class implements multiple interfaces, including `IMessage\u003cTransferMessage\u003e`, `IEquatable\u003cTransferMessage\u003e`, `IDeepCloneable\u003cTransferMessage\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a default one and another that takes another `TransferMessage` as a parameter."],["Key properties of the `TransferMessage` class include `MessageText` (string), `MessageTime` (Timestamp), and `Severity` (`TransferMessage.Types.MessageSeverity`), allowing one to see the message text, when it occurred, and its severity."]]],[]]