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-31 UTC."],[[["This webpage provides documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `DeleteSubscriptionRequest` class is used to send requests to delete a subscription in the Cloud Pub/Sub service, and its full format is `projects/{project}/subscriptions/{sub}`."],["The page details the available versions, ranging from version 2.3.0 up to the latest at version 3.23.0, including the version 3.14.0, of the `DeleteSubscriptionRequest` class."],["The `DeleteSubscriptionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, allowing for deep cloning and buffer message handling."],["Key properties of the `DeleteSubscriptionRequest` class include `Subscription`, a string defining the subscription to delete, and `SubscriptionAsSubscriptionName`, providing a `SubscriptionName`-typed view of the subscription resource name."]]],[]]