public sealed class GetDataExchangeRequest : IMessage<GetDataExchangeRequest>, IEquatable<GetDataExchangeRequest>, IDeepCloneable<GetDataExchangeRequest>, IBufferMessage, IMessage
[[["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 information about the `GetDataExchangeRequest` class, which is used for retrieving a DataExchange within the Google Cloud BigQuery DataExchange V1Beta1 namespace."],["The `GetDataExchangeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors: a default constructor and one that accepts another `GetDataExchangeRequest` object as a parameter."],["It includes two key properties: `DataExchangeName`, which provides a typed view over the resource name, and `Name`, which is a required string property representing the resource name of the DataExchange."],["The latest version covered in the documentation is 2.0.0-beta06, with previous versions 2.0.0-beta05 and 1.0.0-beta01 also being available."]]],[]]