The AnalyticsHubService API facilitates data sharing within and across
organizations. It allows data providers to publish Listings --- a
discoverable and searchable SKU representing a dataset. Data consumers can
subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked
Datasets" surfacing the data in the consumer's project.
public static void BindService(ServiceBinderBase serviceBinder, AnalyticsHubService.AnalyticsHubServiceBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 `AnalyticsHubService` API enables data sharing between organizations by allowing data providers to publish discoverable and searchable Listings, which are essentially representations of datasets."],["Data consumers can subscribe to these Listings, and upon subscription, the `AnalyticsHub` provisions \"Linked Datasets\" that make the data accessible within the consumer's project."],["The `AnalyticsHubService` class includes static methods like `BindService` for creating service definitions and registering service methods with or without implementation, providing flexibility in service binding logic."],["The `AnalyticsHubService` is part of the `Google.Cloud.BigQuery.DataExchange.V1Beta1` namespace and is available in the `Google.Cloud.BigQuery.DataExchange.V1Beta1.dll` assembly."],["There are multiple beta versions of `AnalyticsHubService` available, including versions `2.0.0-beta06` (latest), `2.0.0-beta05`, and `1.0.0-beta01`."]]],[]]