Uses of Class
com.google.cloud.bigquery.biglake.v1.MetastoreServiceClient.ListDatabasesPage
-
Packages that use MetastoreServiceClient.ListDatabasesPage Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake API -
-
Uses of MetastoreServiceClient.ListDatabasesPage in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 that return MetastoreServiceClient.ListDatabasesPage Modifier and Type Method Description protected MetastoreServiceClient.ListDatabasesPage
MetastoreServiceClient.ListDatabasesPage. createPage(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, ListDatabasesResponse response)
Methods in com.google.cloud.bigquery.biglake.v1 that return types with arguments of type MetastoreServiceClient.ListDatabasesPage Modifier and Type Method Description com.google.api.core.ApiFuture<MetastoreServiceClient.ListDatabasesPage>
MetastoreServiceClient.ListDatabasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, com.google.api.core.ApiFuture<ListDatabasesResponse> futureResponse)
Method parameters in com.google.cloud.bigquery.biglake.v1 with type arguments of type MetastoreServiceClient.ListDatabasesPage Modifier and Type Method Description protected MetastoreServiceClient.ListDatabasesFixedSizeCollection
MetastoreServiceClient.ListDatabasesFixedSizeCollection. createCollection(List<MetastoreServiceClient.ListDatabasesPage> pages, int collectionSize)
-