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."],[[["This webpage provides reference documentation for the `TransferMessage` class within the Google BigQuery Data Transfer v1 API, specifically focusing on version 4.5.0."],["The `TransferMessage` class is a part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace and represents a user-facing message for a particular data transfer run."],["It includes documentation for the class's constructors (`TransferMessage()` and `TransferMessage(TransferMessage other)`) and properties (`MessageText`, `MessageTime`, and `Severity`)."],["The webpage also links to a range of other versions, from 3.1.0 to the latest 4.10.0, allowing for access to documentation for various releases."],["The TransferMessage class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]