public sealed class DetachSubscriptionRequest : IMessage<DetachSubscriptionRequest>, IEquatable<DetachSubscriptionRequest>, IDeepCloneable<DetachSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DetachSubscriptionRequest.
[[["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 page provides reference documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.18.0 and other versions as well."],["`DetachSubscriptionRequest` is used to request the detachment of a subscription from a Cloud Pub/Sub topic."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various operations and comparisons."],["Key properties of `DetachSubscriptionRequest` include `Subscription`, which is a required string for the subscription's resource name, and `SubscriptionAsSubscriptionName`, which offers a typed view of the subscription name."],["The latest version is 3.23.0, and this page lists links to the documentation for `DetachSubscriptionRequest` for versions all the way back to version 2.3.0, giving users the options to look at the changes in each version."]]],[]]