public sealed class SubscribeListingResponse : IMessage<SubscribeListingResponse>, IEquatable<SubscribeListingResponse>, IDeepCloneable<SubscribeListingResponse>, IBufferMessage, IMessage
Message for response to subscribing a Listing.
Empty for now.
[[["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 outlines the `SubscribeListingResponse` class, which is a message type used in response to subscribing to a listing within the Google Cloud BigQuery Data Exchange V1Beta1."],["The `SubscribeListingResponse` class is currently empty, as indicated by the statement \"Empty for now\" in its description."],["This class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality checks, deep cloning, and buffered message management."],["The class is part of the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace, within the `Google.Cloud.BigQuery.DataExchange.V1Beta1.dll` assembly."],["There are currently two constructors for this class: a default constructor `SubscribeListingResponse()`, and a constructor taking another `SubscribeListingResponse` object as a parameter: `SubscribeListingResponse(SubscribeListingResponse other)`."]]],[]]