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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `GetSubscriptionRequest` class within the Google Cloud BigQuery Analytics Hub v1 API, specifically version 1.3.0."],["The `GetSubscriptionRequest` class is used to retrieve a subscription and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties such as `Name` (a string) and `SubscriptionName` (a `SubscriptionName` type), for specifying the resource name of the subscription to be retrieved."],["There are multiple versions available, ranging from 1.0.0 to the latest 1.7.0."],["There are two constructors available, one is empty, and another takes in another `GetSubscriptionRequest` object."]]],[]]