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