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 webpage provides reference documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the `GetSubscriptionRequest` class is 3.23.0, with a history of versions ranging from 2.3.0 to the most recent release, all accessible via links."],["`GetSubscriptionRequest` is a request object used for the `GetSubscription` method and it inherits from `object`, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Subscription` (a string) and `SubscriptionAsSubscriptionName`, which represents the subscription name."],["The namespace for this class is `Google.Cloud.PubSub.V1`, and it is part of the `Google.Cloud.PubSub.V1.dll` assembly, detailing its place within the Google Cloud .NET libraries."]]],[]]