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."],[[["This webpage provides documentation for the `GetSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, methods, and inheritance."],["The `GetSubscriptionRequest` class is used to request subscription information and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two constructors for the `GetSubscriptionRequest` class, a default constructor and one that accepts another `GetSubscriptionRequest` object."],["The class includes properties such as `Subscription`, which is a string representing the subscription name, and `SubscriptionAsSubscriptionName`, which provides a typed view over the subscription resource name."],["The content provides links to the documentation for the `GetSubscriptionRequest` class across numerous versions of the `Google.Cloud.PubSub.V1` package, ranging from version 3.23.0 (latest) down to 2.3.0."]]],[]]