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 latest version of the `GetSubscriptionRequest` documentation is 3.23.0, but this page primarily focuses on version 2.5.0."],["The `GetSubscriptionRequest` class is part of the `Google.Cloud.PubSub.V1` namespace and is used to request information about a subscription."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with some inherited members from the `Object` class."],["The `GetSubscriptionRequest` class has two constructors, a default one and another that accepts another `GetSubscriptionRequest` as a parameter."],["It contains a property named `Subscription`, which is a required string representing the name of the subscription to retrieve, as well as the `SubscriptionAsSubscriptionName` property providing a typed view over the subscription resource name."]]],[]]