public sealed class GetSubscriptionRequest : IMessage<GetSubscriptionRequest>, IEquatable<GetSubscriptionRequest>, IDeepCloneable<GetSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class GetSubscriptionRequest.
[[["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 provides reference documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.18.0 and other versions as well."],["The `GetSubscriptionRequest` class is used to request a specific subscription from the Pub/Sub service, with the subscription's name being required in the format `projects/{project}/subscriptions/{sub}`."],["The `GetSubscriptionRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetSubscriptionRequest\u003e`, `IDeepCloneable\u003cGetSubscriptionRequest\u003e`, and `IBufferMessage`."],["The class has two constructors: a default constructor `GetSubscriptionRequest()` and another one `GetSubscriptionRequest(GetSubscriptionRequest other)` that accepts another instance of the class, and also has two properties: `Subscription`, `SubscriptionAsSubscriptionName`."],["The latest version available on this documentation page is version 3.23.0, and there are various versions available for review on this page from versions 3.23.0 down to version 2.3.0."]]],[]]