public sealed class Subscription.Types.AnalyticsHubSubscriptionInfo : IMessage<Subscription.Types.AnalyticsHubSubscriptionInfo>, IEquatable<Subscription.Types.AnalyticsHubSubscriptionInfo>, IDeepCloneable<Subscription.Types.AnalyticsHubSubscriptionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class Subscription.Types.AnalyticsHubSubscriptionInfo.
Optional. The name of the associated Analytics Hub listing resource.
Pattern:
"projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"
Optional. The name of the associated Analytics Hub subscription resource.
Pattern:
"projects/{project}/locations/{location}/subscriptions/{subscription}"
[[["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-04-09 UTC."],[[["This page provides documentation for the `Subscription.Types.AnalyticsHubSubscriptionInfo` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `AnalyticsHubSubscriptionInfo` class details the association of a Pub/Sub subscription with an Analytics Hub subscription, which includes listing and subscription resource names."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support message handling, equality comparisons, deep cloning, and efficient buffer operations."],["The latest version of the API documentation available is 3.23.0, with a list of previous versions dating back to version 2.3.0 for the same class, and version 3.21.0 being currently displayed."],["The `AnalyticsHubSubscriptionInfo` class has two properties; `Listing` which represents the name of the Analytics Hub listing, and `Subscription`, which represents the name of the associated Analytics Hub subscription."]]],[]]