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, specifically for .NET."],["The `GetSubscriptionRequest` class is used to request information about a specific subscription using the `GetSubscription` method."],["The documentation outlines the class's inheritance hierarchy, implemented interfaces, constructors, and properties such as `Subscription` and `SubscriptionAsSubscriptionName`."],["A comprehensive list of version history is provided, with the latest being version 3.23.0 and down to 2.3.0, each one offering a link to its respective `GetSubscriptionRequest` documentation."],["The `Subscription` property is a string representing the subscription's name, and `SubscriptionAsSubscriptionName` provides a typed view over it."]]],[]]