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 document provides reference documentation for the `TransferMessage` class within the Google BigQuery Data Transfer v1 API, specifically for the .NET environment."],["The `TransferMessage` class represents a user-facing message associated with a specific data transfer run, and it inherits from the `Object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class constructors, including a default constructor and one that accepts another `TransferMessage` object as a parameter."],["Key properties of the `TransferMessage` class are outlined, including `MessageText` (the message content), `MessageTime` (the time of the log), and `Severity` (the message's severity level), along with the types of values they hold."],["This resource also details the various available versions of the `TransferMessage` API ranging from version 3.1.0 up until the most recent, version 4.10.0."]]],[]]