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 available for the Google BigQuery Data Transfer v1 API is 4.10.0, with this page offering access to documentation for various versions, from 3.1.0 to 4.10.0."],["The `TransferMessage` class represents a user-facing message for a specific data transfer run and is part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace."],["`TransferMessage` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and integration capabilities within the .NET environment."],["The `TransferMessage` class includes properties like `MessageText`, `MessageTime`, and `Severity`, which allow for the storage and management of message-related information."],["The TransferMessage class has two constructors, one default and another which allows you to provide another `TransferMessage` as a parameter to use its values."]]],[]]