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 webpage provides documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically focusing on version 3.13.0, but also providing links to other versions."],["The `DeleteSubscriptionRequest` class is used to delete a subscription, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of the `DeleteSubscriptionRequest` class is `Subscription`, which is a string representing the name of the subscription to delete, formatted as `projects/{project}/subscriptions/{sub}`."],["The webpage also details the available constructors for the `DeleteSubscriptionRequest` class and the `SubscriptionAsSubscriptionName` property, which offers a typed view of the subscription resource name."],["The latest version of the documentation available is 3.23.0, and other previous versions of the documentation are also easily accessible through links."]]],[]]