Class RegionCompositeHealthChecksClient.AggregatedListPage (1.105.0)

public static class RegionCompositeHealthChecksClient.AggregatedListPage extends AbstractPage<AggregatedListRegionCompositeHealthChecksRequest,CompositeHealthCheckAggregatedList,Map.Entry<String,CompositeHealthChecksScopedList>,RegionCompositeHealthChecksClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionCompositeHealthChecksClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListRegionCompositeHealthChecksRequest,CompositeHealthCheckAggregatedList,Map.Entry<String,CompositeHealthChecksScopedList>> context, @Nullable CompositeHealthCheckAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListRegionCompositeHealthChecksRequest,CompositeHealthCheckAggregatedList,Map.Entry<String,CompositeHealthChecksScopedList>> context, ApiFuture<CompositeHealthCheckAggregatedList> futureResponse)

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