Class ForwardingRulesClient.AggregatedListPage (1.105.0)

public static class ForwardingRulesClient.AggregatedListPage extends AbstractPage<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>,ForwardingRulesClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > ForwardingRulesClient.AggregatedListPage

Methods

createPage(@Nullable PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, @Nullable ForwardingRuleAggregatedList response)

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

createPageAsync(@Nullable PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, ApiFuture<ForwardingRuleAggregatedList> futureResponse)

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