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 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."]]],[]]