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 documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The `GetSubscriptionRequest` class is used to make requests for the `GetSubscription` method, and it inherits from the base object class while implementing several interfaces."],["The documentation lists a range of available versions for this API class, from the latest version 3.23.0 down to 2.3.0, and it shows the currently selected version as 3.22.0."],["The class's properties include `Subscription`, a string representing the name of the subscription, and `SubscriptionAsSubscriptionName`, which is a typed view of the subscription resource name."],["The class includes two constructors, one being empty, and the other taking another `GetSubscriptionRequest` object as a parameter."]]],[]]