public sealed class DeleteListingRequest : IMessage<DeleteListingRequest>, IEquatable<DeleteListingRequest>, IDeepCloneable<DeleteListingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class DeleteListingRequest.
Optional. If the listing is commercial then this field must be set to true,
otherwise a failure is thrown. This acts as a safety guard to avoid
deleting commercial listings accidentally.
[[["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."],[[["This document provides reference information for the `DeleteListingRequest` class within the Google Cloud BigQuery Analytics Hub V1 API."],["The `DeleteListingRequest` class is used to construct messages for deleting a listing within the Analytics Hub and is found in the `Google.Cloud.BigQuery.AnalyticsHub.V1` namespace."],["The latest version of this resource is `1.7.0`, with earlier versions ranging down to `1.0.0` also being available."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class features properties like `Name` for specifying the resource name of the listing to be deleted and `ListingName` which offers a typed view over the resource name."]]],[]]