public sealed class GetDataExchangeRequest : IMessage<GetDataExchangeRequest>, IEquatable<GetDataExchangeRequest>, IDeepCloneable<GetDataExchangeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class GetDataExchangeRequest.
[[["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 `GetDataExchangeRequest` class within the Google.Cloud.BigQuery.AnalyticsHub.V1 namespace, specifically for the .NET platform."],["The `GetDataExchangeRequest` class is used as a message for retrieving a data exchange and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another one that accepts a `GetDataExchangeRequest` object for copying."],["It includes two key properties: `DataExchangeName`, which provides a typed view over the `Name` property, and `Name`, a string representing the resource name of the data exchange."],["The document includes a version history, referencing multiple versions from 1.0.0 to 1.7.0, with 1.7.0 being the most current release."]]],[]]