Uses of Class
com.google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubServiceClient.ListDataExchangesPage
-
Packages that use AnalyticsHubServiceClient.ListDataExchangesPage Package Description com.google.cloud.bigquery.dataexchange.v1beta1 A client to Analytics Hub API -
-
Uses of AnalyticsHubServiceClient.ListDataExchangesPage in com.google.cloud.bigquery.dataexchange.v1beta1
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return AnalyticsHubServiceClient.ListDataExchangesPage Modifier and Type Method Description protected AnalyticsHubServiceClient.ListDataExchangesPage
AnalyticsHubServiceClient.ListDataExchangesPage. createPage(com.google.api.gax.rpc.PageContext<ListDataExchangesRequest,ListDataExchangesResponse,DataExchange> context, ListDataExchangesResponse response)
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return types with arguments of type AnalyticsHubServiceClient.ListDataExchangesPage Modifier and Type Method Description com.google.api.core.ApiFuture<AnalyticsHubServiceClient.ListDataExchangesPage>
AnalyticsHubServiceClient.ListDataExchangesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataExchangesRequest,ListDataExchangesResponse,DataExchange> context, com.google.api.core.ApiFuture<ListDataExchangesResponse> futureResponse)
Method parameters in com.google.cloud.bigquery.dataexchange.v1beta1 with type arguments of type AnalyticsHubServiceClient.ListDataExchangesPage Modifier and Type Method Description protected AnalyticsHubServiceClient.ListDataExchangesFixedSizeCollection
AnalyticsHubServiceClient.ListDataExchangesFixedSizeCollection. createCollection(List<AnalyticsHubServiceClient.ListDataExchangesPage> pages, int collectionSize)
-