Class GlobalForwardingRulesClient.ListPage (1.54.0)

public static class GlobalForwardingRulesClient.ListPage extends AbstractPage<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule,GlobalForwardingRulesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > GlobalForwardingRulesClient.ListPage

Methods

createPage(PageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, ForwardingRuleList response)

protected GlobalForwardingRulesClient.ListPage createPage(PageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, ForwardingRuleList response)
Parameters
Name Description
context PageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule>
response ForwardingRuleList
Returns
Type Description
GlobalForwardingRulesClient.ListPage
Overrides

createPageAsync(PageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, ApiFuture<ForwardingRuleList> futureResponse)

public ApiFuture<GlobalForwardingRulesClient.ListPage> createPageAsync(PageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule> context, ApiFuture<ForwardingRuleList> futureResponse)
Parameters
Name Description
context PageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule>
futureResponse ApiFuture<ForwardingRuleList>
Returns
Type Description
ApiFuture<ListPage>
Overrides