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