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 within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, specifically for version 3.1.0, but also includes links to documentation of newer versions up to 4.10.0."],["The `TransferMessage` class represents a message related to a data transfer run and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TransferMessage` class has properties such as `MessageText` (a string), `MessageTime` (a Timestamp), and `Severity` (a `TransferMessage.Types.MessageSeverity`)."],["The page lists the `TransferMessage` class documentation of versions ranging from 3.1.0 to the latest version of 4.10.0 in descending order."],["The `TransferMessage` class has 2 constructors, a default constructor `TransferMessage()` and a constructor that takes a `TransferMessage` object as a parameter for instantiation."]]],[]]