Class RegionHealthSourcesClient.AggregatedListPage (1.105.0)

public static class RegionHealthSourcesClient.AggregatedListPage extends AbstractPage<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>,RegionHealthSourcesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionHealthSourcesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>> context, @Nullable HealthSourceAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListRegionHealthSourcesRequest,HealthSourceAggregatedList,Map.Entry<String,HealthSourcesScopedList>> context, ApiFuture<HealthSourceAggregatedList> futureResponse)

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