public sealed class DeleteSubscriptionRequest : IMessage<DeleteSubscriptionRequest>, IEquatable<DeleteSubscriptionRequest>, IDeepCloneable<DeleteSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSubscriptionRequest.
[[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The latest version of the API documented is 3.23.0, and the page lists versions going back to 2.3.0, offering a comprehensive version history."],["The `DeleteSubscriptionRequest` class, which is part of the `Google.Cloud.PubSub.V1` namespace, is used to formulate requests for deleting Pub/Sub subscriptions."],["Key features of the class include properties for setting the subscription to be deleted, either as a string or as a `SubscriptionName` object, along with details on how the class implements several interfaces."],["The documentation also outlines the inheritance hierarchy and lists the inherited members, namespaces, and assembly information for the class."]]],[]]