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