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.AnalyticsHub.V1 namespace, specifically for version 1.6.0 of the API."],["The `GetSubscriptionRequest` class is used to request details about a specific subscription in the Analytics Hub and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class inherits from `object` and contains two properties: `Name`, a string representing the resource name of the subscription, and `SubscriptionName`, a typed view over the `Name` property."],["The documentation includes information on two constructors for the class, the default constructor, and a copy constructor, as well as links to documentation for earlier versions of this class, with version 1.7.0 being the latest."]]],[]]