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