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 for .NET."],["The `DeleteSubscriptionRequest` class is used to specify the subscription to delete using the `Subscription` property, which requires a format of `projects/{project}/subscriptions/{sub}`."],["The latest version of the `DeleteSubscriptionRequest` API class is 3.23.0, and multiple older versions from 3.22.0 back to 2.3.0 are also available for reference."],["The `DeleteSubscriptionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for the class: a default `DeleteSubscriptionRequest()` constructor and one that takes another `DeleteSubscriptionRequest` object as a parameter, allowing for the creation of new objects based off existing ones."]]],[]]