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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTransferMessage\u003c/code\u003e class represents a user-facing message for a specific data transfer run within the Google Cloud BigQuery Data Transfer service, specifically in version 3.3.0, and is the same message for the versions listed.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its capabilities for message handling, comparison, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransferMessage\u003c/code\u003e class includes properties such as \u003ccode\u003eMessageText\u003c/code\u003e (the message content), \u003ccode\u003eMessageTime\u003c/code\u003e (the timestamp of the message), and \u003ccode\u003eSeverity\u003c/code\u003e (the level of importance of the message), to provide detailed information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTransferMessage\u003c/code\u003e class has two constructors, one that is empty and one that takes another instance of the same class as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eVersion 4.10.0 is the most current version, with older versions listed as far back as 3.1.0.\u003c/p\u003e\n"]]],[],null,[]]