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-04-09 UTC."],[[["This page provides reference documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of this API is 3.23.0, but the current page focuses on version 3.21.0 of the `GetSubscriptionRequest` class, and you can access prior versions from 3.22.0 down to 2.3.0."],["`GetSubscriptionRequest` is a request for the `GetSubscription` method and inherits from the object class while implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetSubscriptionRequest` class includes properties like `Subscription`, which is a string representing the subscription name, and `SubscriptionAsSubscriptionName`, which is a `SubscriptionName`-typed view over the subscription name."],["The class has two constructors, a parameterless one, and one that accepts another `GetSubscriptionRequest` instance for cloning."]]],[]]