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."],[[["This page provides documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The `GetSubscriptionRequest` class is used to request the details of a specific subscription using the `GetSubscription` method."],["The documentation outlines the class's constructors, including a default constructor and one that takes another `GetSubscriptionRequest` object."],["The class has properties for `Subscription`, a string representing the subscription's name, and `SubscriptionAsSubscriptionName`, a `SubscriptionName` type view over the subscription resource name."],["The provided content includes a list of available versions, from 2.3.0 up to the most current latest release at 3.23.0, demonstrating version history for this class and the API."]]],[]]