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."],[[["The `GetSubscriptionRequest` class is part of the Google Cloud BigQuery Analytics Hub v1 API, used for retrieving subscription details."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default one (`GetSubscriptionRequest()`) and one that takes another `GetSubscriptionRequest` instance for copying (`GetSubscriptionRequest(GetSubscriptionRequest other)`)."],["The `GetSubscriptionRequest` class includes properties `Name` (a string representing the resource name of the subscription) and `SubscriptionName` (a `SubscriptionName`-typed view of the resource name)."],["The latest version of this code can be found at version `1.7.0`, with previous versions ranging all the way back to version `1.0.0`."]]],[]]