Class GlobalForwardingRulesClient.ListPage (1.105.0)

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

Inheritance

java.lang.Object > AbstractPage > GlobalForwardingRulesClient.ListPage

Methods

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

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

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

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