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 page provides reference documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.19.0, and contains information on the class methods, constructors, inheritance, and properties."],["The `GetSubscriptionRequest` class is used to request subscription details using the GetSubscription method."],["The latest version available of this API is 3.23.0, with many versions down to version 2.3.0 being accessible."],["`GetSubscriptionRequest` has properties such as `Subscription` (a string) and `SubscriptionAsSubscriptionName` (a `SubscriptionName` type), with the `Subscription` property required for getting subscription information."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]