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."],["The latest version of the Google.Cloud.PubSub.V1 API documented here is 3.23.0, with multiple previous versions available for review, going as far back as version 2.3.0."],["`GetSubscriptionRequest` is a request type used for the `GetSubscription` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSubscriptionRequest` class requires a `Subscription` property to be set, which represents the name of the subscription being requested, and it includes a `SubscriptionAsSubscriptionName` property for a type-safe view of the subscription name."],["`GetSubscriptionRequest` class contains two constructors, a parameterless constructor, and a copy constructor that takes another `GetSubscriptionRequest` object as parameter."]]],[]]