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 .NET developers."],["The class `GetSubscriptionRequest` is used to make requests for the `GetSubscription` method, and it inherits from `object` while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page also provides the assembly information for the `GetSubscriptionRequest` class, which is `Google.Cloud.PubSub.V1.dll`, and the namespace that contains it, `Google.Cloud.PubSub.V1`."],["The documentation includes details about the `GetSubscriptionRequest` class's constructors and properties, including `Subscription` (a string representing the subscription name) and `SubscriptionAsSubscriptionName` (a `SubscriptionName`-typed view of the `Subscription`)."],["The documentation covers multiple versions of the API class, from version 2.3.0 all the way up to the latest, version 3.23.0, with each version available through its own individual link."]]],[]]