public sealed class SubscribeListingResponse : IMessage<SubscribeListingResponse>, IEquatable<SubscribeListingResponse>, IDeepCloneable<SubscribeListingResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 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-03-21 UTC."],[[["The `SubscribeListingResponse` class is part of the Google Cloud BigQuery Data Exchange v1beta1 API, specifically within the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace, found in the `Google.Cloud.BigQuery.DataExchange.V1Beta1.dll` assembly."],["This class represents the response message for subscribing to a listing and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SubscribeListingResponse` class inherits from the base `object` class and provides two constructors: a default constructor and a copy constructor that takes another `SubscribeListingResponse` instance."],["There are three versions of this class in the documentation, `2.0.0-beta06` being the latest, `2.0.0-beta05`, and `1.0.0-beta01`."]]],[]]