Class RegionHealthCheckServicesClient.AggregatedListPage (1.105.0)

public static class RegionHealthCheckServicesClient.AggregatedListPage extends AbstractPage<AggregatedListRegionHealthCheckServicesRequest,HealthCheckServiceAggregatedList,Map.Entry<String,HealthCheckServicesScopedList>,RegionHealthCheckServicesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionHealthCheckServicesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListRegionHealthCheckServicesRequest,HealthCheckServiceAggregatedList,Map.Entry<String,HealthCheckServicesScopedList>> context, @Nullable HealthCheckServiceAggregatedList response)

protected RegionHealthCheckServicesClient.AggregatedListPage createPage(@Nullable PageContext<AggregatedListRegionHealthCheckServicesRequest,HealthCheckServiceAggregatedList,Map.Entry<String,HealthCheckServicesScopedList>> context, @Nullable HealthCheckServiceAggregatedList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListRegionHealthCheckServicesRequest,HealthCheckServiceAggregatedList,java.util.Map.Entry<String,HealthCheckServicesScopedList>>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.HealthCheckServiceAggregatedList
Returns
Type Description
RegionHealthCheckServicesClient.AggregatedListPage
Overrides

createPageAsync(@Nullable PageContext<AggregatedListRegionHealthCheckServicesRequest,HealthCheckServiceAggregatedList,Map.Entry<String,HealthCheckServicesScopedList>> context, ApiFuture<HealthCheckServiceAggregatedList> futureResponse)

public ApiFuture<RegionHealthCheckServicesClient.AggregatedListPage> createPageAsync(@Nullable PageContext<AggregatedListRegionHealthCheckServicesRequest,HealthCheckServiceAggregatedList,Map.Entry<String,HealthCheckServicesScopedList>> context, ApiFuture<HealthCheckServiceAggregatedList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<AggregatedListRegionHealthCheckServicesRequest,HealthCheckServiceAggregatedList,java.util.Map.Entry<String,HealthCheckServicesScopedList>>
futureResponse ApiFuture<HealthCheckServiceAggregatedList>
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides