| Package | Description |
|---|---|
| com.google.cloud.bigquery.analyticshub.v1 |
A client to Analytics Hub API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.bigquery.analyticshub.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsHubServiceClient.ListDataExchangesPagedResponse |
AnalyticsHubServiceClient.listDataExchanges(ListDataExchangesRequest request)
Lists all data exchanges in a given project and location.
|
AnalyticsHubServiceClient.ListDataExchangesPagedResponse |
AnalyticsHubServiceClient.listDataExchanges(LocationName parent)
Lists all data exchanges in a given project and location.
|
AnalyticsHubServiceClient.ListDataExchangesPagedResponse |
AnalyticsHubServiceClient.listDataExchanges(String parent)
Lists all data exchanges in a given project and location.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AnalyticsHubServiceClient.ListDataExchangesPagedResponse> |
AnalyticsHubServiceClient.ListDataExchangesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDataExchangesRequest,ListDataExchangesResponse,DataExchange> context,
com.google.api.core.ApiFuture<ListDataExchangesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDataExchangesRequest,AnalyticsHubServiceClient.ListDataExchangesPagedResponse> |
AnalyticsHubServiceClient.listDataExchangesPagedCallable()
Lists all data exchanges in a given project and location.
|
com.google.api.gax.rpc.PagedCallSettings<ListDataExchangesRequest,ListDataExchangesResponse,AnalyticsHubServiceClient.ListDataExchangesPagedResponse> |
AnalyticsHubServiceSettings.listDataExchangesSettings()
Returns the object with the settings used for calls to listDataExchanges.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataExchangesRequest,ListDataExchangesResponse,AnalyticsHubServiceClient.ListDataExchangesPagedResponse> |
AnalyticsHubServiceSettings.Builder.listDataExchangesSettings()
Returns the builder for the settings used for calls to listDataExchanges.
|
Copyright © 2025 Google LLC. All rights reserved.