Class GlobalForwardingRulesClient.ListPage (1.51.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
NameDescription
contextPageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule>
responseForwardingRuleList
Returns
TypeDescription
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
NameDescription
contextPageContext<ListGlobalForwardingRulesRequest,ForwardingRuleList,ForwardingRule>
futureResponseApiFuture<ForwardingRuleList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides