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 page provides reference documentation for the `GetSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The `GetSubscriptionRequest` class is used to request details about a specific subscription in the Pub/Sub service and it implements multiple interfaces."],["The documentation lists numerous available versions of the Google.Cloud.PubSub.V1 package, ranging from version 2.3.0 to the latest 3.23.0."],["The `GetSubscriptionRequest` class includes properties for setting the subscription name, either as a string or as a `SubscriptionName` object."],["The `GetSubscriptionRequest` class has two constructors that are detailed, one for creating a new instance and one for creating a clone of another `GetSubscriptionRequest` instance."]]],[]]