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."],[[["This page provides reference documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, spanning multiple versions."],["The latest version documented is 3.23.0, but it also includes a list of previous versions, from 3.22.0 down to 2.3.0, all relating to the `GetSubscriptionRequest` method."],["The `GetSubscriptionRequest` class is used to retrieve a specific subscription, as indicated by its method name."],["The `GetSubscriptionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetSubscriptionRequest\u003e`, `IDeepCloneable\u003cGetSubscriptionRequest\u003e`, and `IBufferMessage`, showing it's capable of multiple functionalities."],["The properties of `GetSubscriptionRequest` include `Subscription` (a string representing the subscription name) and `SubscriptionAsSubscriptionName` (a strongly typed view of the subscription name)."]]],[]]