Class ForwardingRulesClient.ListPage (1.105.0)

public static class ForwardingRulesClient.ListPage extends AbstractPage<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule,ForwardingRulesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ForwardingRulesClient.ListPage

Methods

createPage(@Nullable PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, @Nullable ForwardingRuleList response)

protected ForwardingRulesClient.ListPage createPage(@Nullable PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, @Nullable ForwardingRuleList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.ForwardingRuleList
Returns
Type Description
ForwardingRulesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, ApiFuture<ForwardingRuleList> futureResponse)

public ApiFuture<ForwardingRulesClient.ListPage> createPageAsync(@Nullable PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, ApiFuture<ForwardingRuleList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListForwardingRulesRequest,ForwardingRuleList,ForwardingRule>
futureResponse ApiFuture<ForwardingRuleList>
Returns
Type Description
ApiFuture<ListPage>
Overrides