public sealed class GetSubscriptionRequest : IMessage<GetSubscriptionRequest>, IEquatable<GetSubscriptionRequest>, IDeepCloneable<GetSubscriptionRequest>, IBufferMessage, IMessage
[[["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."],[[["The page provides documentation for the `GetSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, constructors, and implementation of various interfaces."],["It outlines the inheritance hierarchy of `GetSubscriptionRequest`, showing it descends from `Object` and implements interfaces like `IMessage\u003cGetSubscriptionRequest\u003e`, `IEquatable\u003cGetSubscriptionRequest\u003e`, and `IDeepCloneable\u003cGetSubscriptionRequest\u003e`."],["The `GetSubscriptionRequest` class has two constructors: a default constructor and one that accepts another `GetSubscriptionRequest` object as a parameter."],["The `GetSubscriptionRequest` class includes two properties, `Subscription` (a string representing the subscription name) and `SubscriptionAsSubscriptionName` (a typed view of the subscription resource name)."],["The webpage lists the different versions of the Google.Cloud.PubSub.V1 library, from the latest 3.23.0 version to the older version 2.3.0, with each version linking to the corresponding documentation for GetSubscriptionRequest."]]],[]]