public sealed class SubscribeDataExchangeResponse : IMessage<SubscribeDataExchangeResponse>, IEquatable<SubscribeDataExchangeResponse>, IDeepCloneable<SubscribeDataExchangeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class SubscribeDataExchangeResponse.
Message for response when you subscribe to a Data Exchange.
[[["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-04-02 UTC."],[[["This documentation covers the `SubscribeDataExchangeResponse` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.3.0, with links to other versions from 1.0.0 to 1.7.0."],["`SubscribeDataExchangeResponse` is a message type used in response to subscribing to a Data Exchange, and is sealed and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `object` class and provides two constructors: a default constructor and one that accepts another `SubscribeDataExchangeResponse` object."],["The class contains one property `Subscription` that is an object of type `Subscription`, representing the subscription that was created from the action."]]],[]]