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 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 a subscription via the `GetSubscription` method, and it inherits from the base object class."],["The page details various versions of the `GetSubscriptionRequest` class, from the latest version 3.23.0 all the way back to 2.3.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also has two constructors and two properties (`Subscription`, `SubscriptionAsSubscriptionName`)."],["The `Subscription` property in `GetSubscriptionRequest` requires the name of the subscription, formatted as `projects/{project}/subscriptions/{sub}`."]]],[]]