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-03-21 UTC."],[[["This page provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, which is used to request the deletion of a subscription."],["The `DeleteSubscriptionRequest` class, part of the `Google.Cloud.PubSub.V1` namespace, is implemented as an IMessage, IEquatable, IDeepCloneable, and IBufferMessage, inheriting from object."],["The class contains two constructors, including a default constructor and one that takes another `DeleteSubscriptionRequest` object, along with properties `Subscription` and `SubscriptionAsSubscriptionName` to define the subscription to delete."],["Multiple versions of the API are accessible, ranging from version 2.3.0 up to the latest version 3.23.0, allowing developers to select the version relevant to their project."],["The documentation describes the `Subscription` property as required and provides the expected format: `projects/{project}/subscriptions/{sub}`."]]],[]]