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 webpage provides documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically focusing on version 3.16.0 but also listing many other versions."],["`GetSubscriptionRequest` is used to request information about a specific subscription from the Pub/Sub service."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSubscriptionRequest` class has two constructors: a default constructor and one that takes another `GetSubscriptionRequest` instance as a parameter, and also has two properties, `Subscription`, and `SubscriptionAsSubscriptionName`, to set and retrieve the name of the subscription."],["The latest version documented is version 3.23.0, and the page lists all prior versions dating back to version 2.3.0, each version link takes the user to the same class documentation, only differing in their release."]]],[]]