public sealed class TransferMessage : IMessage<TransferMessage>, IEquatable<TransferMessage>, IDeepCloneable<TransferMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class TransferMessage.
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 Google BigQuery Data Transfer v1 API available is 4.10.0, with numerous previous versions also documented, ranging from 4.9.0 down to 3.1.0."],["The `TransferMessage` class, within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, represents a user-facing message for a particular data transfer run."],["The `TransferMessage` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `TransferMessage` class has properties for `MessageText` (string), `MessageTime` (Timestamp), and `Severity` (TransferMessage.Types.MessageSeverity)."],["There are two constructors within the `TransferMessage` class, one empty, and another which accepts a `TransferMessage` parameter."]]],[]]