public sealed class GetSubscriptionRequest : IMessage<GetSubscriptionRequest>, IEquatable<GetSubscriptionRequest>, IDeepCloneable<GetSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub 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."],[[["This page provides reference documentation for the `GetSubscriptionRequest` class within the Google Cloud BigQuery Analytics Hub V1 API, specifically version 1.1.0."],["`GetSubscriptionRequest` is used to fetch subscription details and is a message type that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes constructors for creating new instances either with no parameters or by cloning an existing `GetSubscriptionRequest` object."],["The key properties of the class are `Name`, which holds the resource name of the subscription, and `SubscriptionName`, which provides a typed view of the resource name."],["There are 8 versions of this class, ranging from 1.0.0 up to 1.7.0, with the later being the most current version."]]],[]]