public sealed class DeleteListingRequest : IMessage<DeleteListingRequest>, IEquatable<DeleteListingRequest>, IDeepCloneable<DeleteListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1beta1 API class DeleteListingRequest.
[[["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 documentation provides reference information for the \u003ccode\u003eDeleteListingRequest\u003c/code\u003e class within the Google Cloud BigQuery Data Exchange v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteListingRequest\u003c/code\u003e is a message type used for deleting a listing, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a constructor, \u003ccode\u003eDeleteListingRequest()\u003c/code\u003e, and an overloaded constructor \u003ccode\u003eDeleteListingRequest(DeleteListingRequest other)\u003c/code\u003e for creating instances.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two key properties: \u003ccode\u003eListingName\u003c/code\u003e, which provides a typed view over the resource name, and \u003ccode\u003eName\u003c/code\u003e, which is a string representing the resource name of the listing to delete.\u003c/p\u003e\n"],["\u003cp\u003eThere are currently 3 versions of the code available, the latest being version 2.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Analytics Hub v1beta1 API - Class DeleteListingRequest (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.DeleteListingRequest)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/2.0.0-beta05/Google.Cloud.BigQuery.DataExchange.V1Beta1.DeleteListingRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/1.0.0-beta01/Google.Cloud.BigQuery.DataExchange.V1Beta1.DeleteListingRequest) \n\n public sealed class DeleteListingRequest : IMessage\u003cDeleteListingRequest\u003e, IEquatable\u003cDeleteListingRequest\u003e, IDeepCloneable\u003cDeleteListingRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Analytics Hub v1beta1 API class DeleteListingRequest.\n\nMessage for deleting a listing. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteListingRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteListingRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DeleteListingRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteListingRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DeleteListingRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteListingRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.DataExchange.V1Beta1/latest/Google.Cloud.BigQuery.DataExchange.V1Beta1.DeleteListingRequest), [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### DeleteListingRequest()\n\n public DeleteListingRequest()\n\n### DeleteListingRequest(DeleteListingRequest)\n\n public DeleteListingRequest(DeleteListingRequest other)\n\nProperties\n----------\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.DeleteListingRequest#Google_Cloud_BigQuery_DataExchange_V1Beta1_DeleteListingRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Resource name of the listing to delete.\ne.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`."]]