Class HealthChecksClient.AggregatedListPage (1.105.0)

public static class HealthChecksClient.AggregatedListPage extends AbstractPage<AggregatedListHealthChecksRequest,HealthChecksAggregatedList,Map.Entry<String,HealthChecksScopedList>,HealthChecksClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > HealthChecksClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListHealthChecksRequest,HealthChecksAggregatedList,Map.Entry<String,HealthChecksScopedList>> context, @Nullable HealthChecksAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListHealthChecksRequest,HealthChecksAggregatedList,Map.Entry<String,HealthChecksScopedList>> context, ApiFuture<HealthChecksAggregatedList> futureResponse)

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