Uses of Class
com.google.appengine.v1.FirewallClient.ListIngressRulesPage
-
Packages that use FirewallClient.ListIngressRulesPage Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of FirewallClient.ListIngressRulesPage in com.google.appengine.v1
Methods in com.google.appengine.v1 that return FirewallClient.ListIngressRulesPage Modifier and Type Method Description protected FirewallClient.ListIngressRulesPage
FirewallClient.ListIngressRulesPage. createPage(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, ListIngressRulesResponse response)
Methods in com.google.appengine.v1 that return types with arguments of type FirewallClient.ListIngressRulesPage Modifier and Type Method Description com.google.api.core.ApiFuture<FirewallClient.ListIngressRulesPage>
FirewallClient.ListIngressRulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, com.google.api.core.ApiFuture<ListIngressRulesResponse> futureResponse)
Method parameters in com.google.appengine.v1 with type arguments of type FirewallClient.ListIngressRulesPage Modifier and Type Method Description protected FirewallClient.ListIngressRulesFixedSizeCollection
FirewallClient.ListIngressRulesFixedSizeCollection. createCollection(List<FirewallClient.ListIngressRulesPage> pages, int collectionSize)
-