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 details the `GetSubscriptionRequest` class, which is used to request a specific subscription in Google Cloud Pub/Sub."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The `GetSubscriptionRequest` class has a `Subscription` property (and `SubscriptionAsSubscriptionName`), which is required and specifies the target subscription using a defined format, `projects/{project}/subscriptions/{sub}`."],["The page offers access to documentation for multiple versions, ranging from 2.3.0 to the latest version 3.23.0, with direct links for each."]]],[]]