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 documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The most recent version available is 3.23.0, with numerous prior versions listed, dating back to version 2.3.0."],["The `GetSubscriptionRequest` class is used to request information about a specific subscription and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one and another that takes an existing `GetSubscriptionRequest` object, and also includes two properties, `Subscription` and `SubscriptionAsSubscriptionName`."],["The documentation also provides the full inheritance chain and the full namespace location of `GetSubscriptionRequest` which is `Google.Cloud.PubSub.V1`."]]],[]]