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 this page specifically documenting version 4.9.0."],["The `TransferMessage` class is a core component, representing a user-facing message for a data transfer run, and it inherits from object and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This `TransferMessage` class includes properties such as `MessageText`, `MessageTime`, and `Severity`, allowing for detailed information about the transfer message."],["This documentation provides details for the Google.Cloud.BigQuery.DataTransfer.V1 namespace, with specific documentation available for all versions starting from 3.1.0 up to 4.10.0."],["The `TransferMessage` class has two constructors: one default and one that accepts another `TransferMessage` object for deep cloning."]]],[]]