Uses of Class
com.google.cloud.compute.v1.ZonesClient.ListPage
-
Packages that use ZonesClient.ListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ZonesClient.ListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ZonesClient.ListPage Modifier and Type Method Description protected ZonesClient.ListPage
ZonesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, ZoneList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ZonesClient.ListPage Modifier and Type Method Description com.google.api.core.ApiFuture<ZonesClient.ListPage>
ZonesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, com.google.api.core.ApiFuture<ZoneList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ZonesClient.ListPage Modifier and Type Method Description protected ZonesClient.ListFixedSizeCollection
ZonesClient.ListFixedSizeCollection. createCollection(List<ZonesClient.ListPage> pages, int collectionSize)
-