public sealed class SubscribeListingResponse : IMessage<SubscribeListingResponse>, IEquatable<SubscribeListingResponse>, IDeepCloneable<SubscribeListingResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class SubscribeListingResponse.
Message for response when you subscribe to a listing.
[[["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 document provides reference information for the `SubscribeListingResponse` class within the Google.Cloud.BigQuery.AnalyticsHub.V1 namespace, specifically for version 1.3.0."],["The `SubscribeListingResponse` class is part of the Analytics Hub v1 API and represents the response received when subscribing to a listing, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString` alongside the core functionality."],["It contains a property named `Subscription`, which represents the subscription object created as a result of the subscribe action."],["The page lists all previous versions of the `SubscribeListingResponse` class, with the latest being version 1.7.0."]]],[]]