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-21 UTC."],[[["The provided content details the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET, including its properties, constructors, inheritance, and implementations."],["The latest version of this resource in the documentation is 3.23.0, and many versions are available spanning from 2.3.0 to 3.23.0, allowing developers to choose the relevant version for their project."],["The `GetSubscriptionRequest` class is used to request a specific subscription, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Subscription`, which holds the name of the subscription to retrieve, and `SubscriptionAsSubscriptionName`, providing a typed view of the subscription resource name."],["The provided documentation outlines the details for the `GetSubscriptionRequest()` constructors and includes an overview of inherited members from the base `object` class."]]],[]]