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