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 `GetSubscriptionRequest` class is used to request information about a specific subscription within the Google Cloud Pub/Sub service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is designed for message handling, comparison, cloning, and buffer operations."],["The `GetSubscriptionRequest` class has two constructors: a default constructor and a copy constructor that takes another `GetSubscriptionRequest` object as a parameter."],["It contains properties like `Subscription` (a string) and `SubscriptionAsSubscriptionName` (a `SubscriptionName` type) to specify the subscription being queried, with `Subscription` requiring the full subscription name."],["The most recent version available is 3.23.0, with version 2.7.0 also included in the documentation."]]],[]]