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."],[[["The provided content details the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET, including its various versions."],["The latest version of `GetSubscriptionRequest` is 3.23.0, with a list of past versions dating back to 2.3.0."],["`GetSubscriptionRequest` is used to retrieve details of a specific subscription in the Google Cloud Pub/Sub service, as noted in its description."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSubscriptionRequest` class includes properties such as `Subscription` (string) and `SubscriptionAsSubscriptionName` (SubscriptionName) to identify the subscription being requested."]]],[]]