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