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 details the `GetSubscriptionRequest` class, which is used to request a subscription in the Google Cloud Pub/Sub service."],["The latest version of this class is 3.23.0, but the page lists all versions from 2.3.0 up to the latest, providing access to each specific release."],["The `GetSubscriptionRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has two constructors: a default constructor and one that takes another `GetSubscriptionRequest` object as a parameter for creating a new instance."],["The class contains properties like `Subscription` (a string) and `SubscriptionAsSubscriptionName`, which is the subscription name formatted as a `SubscriptionName` type."]]],[]]