| 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.ListQueryTemplatesPagedResponse |
AnalyticsHubServiceClient.listQueryTemplates(DataExchangeName parent)
Lists all QueryTemplates in a given project and location.
|
AnalyticsHubServiceClient.ListQueryTemplatesPagedResponse |
AnalyticsHubServiceClient.listQueryTemplates(ListQueryTemplatesRequest request)
Lists all QueryTemplates in a given project and location.
|
AnalyticsHubServiceClient.ListQueryTemplatesPagedResponse |
AnalyticsHubServiceClient.listQueryTemplates(String parent)
Lists all QueryTemplates in a given project and location.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AnalyticsHubServiceClient.ListQueryTemplatesPagedResponse> |
AnalyticsHubServiceClient.ListQueryTemplatesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListQueryTemplatesRequest,ListQueryTemplatesResponse,QueryTemplate> context,
com.google.api.core.ApiFuture<ListQueryTemplatesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListQueryTemplatesRequest,AnalyticsHubServiceClient.ListQueryTemplatesPagedResponse> |
AnalyticsHubServiceClient.listQueryTemplatesPagedCallable()
Lists all QueryTemplates in a given project and location.
|
com.google.api.gax.rpc.PagedCallSettings<ListQueryTemplatesRequest,ListQueryTemplatesResponse,AnalyticsHubServiceClient.ListQueryTemplatesPagedResponse> |
AnalyticsHubServiceSettings.listQueryTemplatesSettings()
Returns the object with the settings used for calls to listQueryTemplates.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListQueryTemplatesRequest,ListQueryTemplatesResponse,AnalyticsHubServiceClient.ListQueryTemplatesPagedResponse> |
AnalyticsHubServiceSettings.Builder.listQueryTemplatesSettings()
Returns the builder for the settings used for calls to listQueryTemplates.
|
Copyright © 2025 Google LLC. All rights reserved.