Class FirewallClient.ListIngressRulesPage (2.95.0)

public static class FirewallClient.ListIngressRulesPage extends AbstractPage<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule,FirewallClient.ListIngressRulesPage>

Inheritance

java.lang.Object > AbstractPage > FirewallClient.ListIngressRulesPage

Methods

createPage(@Nullable PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, @Nullable ListIngressRulesResponse response)

protected FirewallClient.ListIngressRulesPage createPage(@Nullable PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, @Nullable ListIngressRulesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule>
response @org.jspecify.annotations.Nullable com.google.appengine.v1.ListIngressRulesResponse
Returns
Type Description
FirewallClient.ListIngressRulesPage
Overrides

createPageAsync(@Nullable PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, ApiFuture<ListIngressRulesResponse> futureResponse)

public ApiFuture<FirewallClient.ListIngressRulesPage> createPageAsync(@Nullable PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, ApiFuture<ListIngressRulesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule>
futureResponse ApiFuture<ListIngressRulesResponse>
Returns
Type Description
ApiFuture<ListIngressRulesPage>
Overrides