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 `TransferMessage` class represents a user-facing message for a specific data transfer run within the Google BigQuery Data Transfer v1 API."],["This class, part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`TransferMessage` objects can be constructed using a default constructor or by cloning an existing `TransferMessage` object."],["The class includes properties like `MessageText` (the message itself), `MessageTime` (when the message was logged), and `Severity` (the message's severity level)."],["The most current version is 4.10.0, with access to documentation for previous versions all the way back to 3.1.0, for the TransferMessage class."]]],[]]