public sealed class SubscribeListingRequest : IMessage<SubscribeListingRequest>, IEquatable<SubscribeListingRequest>, IDeepCloneable<SubscribeListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class SubscribeListingRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eSubscribeListingRequest\u003c/code\u003e class within the Google.Cloud.BigQuery.DataExchange.V1Beta1 namespace, specifically for the Analytics Hub v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSubscribeListingRequest\u003c/code\u003e class is used to handle requests for subscribing to a listing and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new instances and also includes a constructor to initialize the object based on another \u003ccode\u003eSubscribeListingRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eSubscribeListingRequest\u003c/code\u003e class include \u003ccode\u003eDestinationCase\u003c/code\u003e, \u003ccode\u003eDestinationDataset\u003c/code\u003e, \u003ccode\u003eListingName\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e, which are essential for specifying the target and destination of the subscription.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this documentation is \u003ccode\u003e2.0.0-beta06\u003c/code\u003e, with previous versions of \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, and \u003ccode\u003e1.0.0-beta01\u003c/code\u003e being available.\u003c/p\u003e\n"]]],[],null,["# Analytics Hub v1beta1 API - Class SubscribeListingRequest (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.SubscribeListingRequest)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/2.0.0-beta05/Google.Cloud.BigQuery.DataExchange.V1Beta1.SubscribeListingRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/1.0.0-beta01/Google.Cloud.BigQuery.DataExchange.V1Beta1.SubscribeListingRequest) \n\n public sealed class SubscribeListingRequest : IMessage\u003cSubscribeListingRequest\u003e, IEquatable\u003cSubscribeListingRequest\u003e, IDeepCloneable\u003cSubscribeListingRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Analytics Hub v1beta1 API class SubscribeListingRequest.\n\nMessage for subscribing to a listing. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SubscribeListingRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SubscribeListingRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.SubscribeListingRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SubscribeListingRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.SubscribeListingRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SubscribeListingRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.SubscribeListingRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.DataExchange.V1Beta1](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.DataExchange.V1Beta1.dll\n\nConstructors\n------------\n\n### SubscribeListingRequest()\n\n public SubscribeListingRequest()\n\n### SubscribeListingRequest(SubscribeListingRequest)\n\n public SubscribeListingRequest(SubscribeListingRequest other)\n\nProperties\n----------\n\n### DestinationCase\n\n public SubscribeListingRequest.DestinationOneofCase DestinationCase { get; }\n\n### DestinationDataset\n\n public DestinationDataset DestinationDataset { get; set; }\n\nBigQuery destination dataset to create for the subscriber.\n\n### ListingName\n\n public ListingName ListingName { get; set; }\n\n[ListingName](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.ListingName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.SubscribeListingRequest#Google_Cloud_BigQuery_DataExchange_V1Beta1_SubscribeListingRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Resource name of the listing that you want to subscribe to.\ne.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`."]]