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."],[[["The latest version of the `TransferMessage` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace is version 4.10.0, but the current documentation corresponds to the `3.4.0` version."],["`TransferMessage` is a class that represents a user-facing message for a specific data transfer run in Google BigQuery, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TransferMessage` class has constructors for creating new instances, either empty or by cloning another instance, and the class inherits several methods from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has properties to store the message text (`MessageText`), the timestamp of the message (`MessageTime`), and its severity (`Severity`), allowing users to access relevant information about the data transfer run."],["There are multiple older versions of the library listed going back to 3.1.0 and up to 4.10.0."]]],[]]