Uses of Class
com.google.cloud.dataplex.v1.DataplexServiceClient.ListLakesPage
-
Packages that use DataplexServiceClient.ListLakesPage Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataplexServiceClient.ListLakesPage in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataplexServiceClient.ListLakesPage Modifier and Type Method Description protected DataplexServiceClient.ListLakesPage
DataplexServiceClient.ListLakesPage. createPage(com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake> context, ListLakesResponse response)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataplexServiceClient.ListLakesPage Modifier and Type Method Description com.google.api.core.ApiFuture<DataplexServiceClient.ListLakesPage>
DataplexServiceClient.ListLakesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake> context, com.google.api.core.ApiFuture<ListLakesResponse> futureResponse)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type DataplexServiceClient.ListLakesPage Modifier and Type Method Description protected DataplexServiceClient.ListLakesFixedSizeCollection
DataplexServiceClient.ListLakesFixedSizeCollection. createCollection(List<DataplexServiceClient.ListLakesPage> pages, int collectionSize)
-