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 for .NET."],["The latest version of the API is 3.23.0, but the current page focuses on version 3.10.1's `GetSubscriptionRequest` details, which is one of many available versions."],["`GetSubscriptionRequest` is used to request information about a specific subscription and includes properties such as `Subscription` and `SubscriptionAsSubscriptionName`."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality, and also inherits members from the `object` class."],["There are two constructors available for creating a new `GetSubscriptionRequest` object, one default and one that accepts another `GetSubscriptionRequest` object as a parameter."]]],[]]