Class RegionHealthAggregationPoliciesClient.AggregatedListPage (1.105.0)

public static class RegionHealthAggregationPoliciesClient.AggregatedListPage extends AbstractPage<AggregatedListRegionHealthAggregationPoliciesRequest,HealthAggregationPolicyAggregatedList,Map.Entry<String,HealthAggregationPoliciesScopedList>,RegionHealthAggregationPoliciesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > RegionHealthAggregationPoliciesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListRegionHealthAggregationPoliciesRequest,HealthAggregationPolicyAggregatedList,Map.Entry<String,HealthAggregationPoliciesScopedList>> context, @Nullable HealthAggregationPolicyAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListRegionHealthAggregationPoliciesRequest,HealthAggregationPolicyAggregatedList,Map.Entry<String,HealthAggregationPoliciesScopedList>> context, ApiFuture<HealthAggregationPolicyAggregatedList> futureResponse)

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