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-21 UTC."],[[["This page provides reference documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, spanning multiple versions from 2.3.0 to the latest 3.23.0."],["The `DetachSubscriptionRequest` class is used to represent a request for the `DetachSubscription` method in the API and inherits from the `object` class."],["This class implements interfaces such as `IMessage`, `IEquatable\u003cDetachSubscriptionRequest\u003e`, `IDeepCloneable\u003cDetachSubscriptionRequest\u003e`, and `IBufferMessage`."],["The `DetachSubscriptionRequest` class has properties for managing the subscription resource name, including a string representation and a `SubscriptionName`-typed view, allowing users to manage the subscription resource."],["The page provides constructors for creating `DetachSubscriptionRequest` objects, including a default constructor and one that accepts another `DetachSubscriptionRequest` instance as a parameter for cloning."]]],[]]