Uses of Class
com.google.cloud.compute.v1.ForwardingRulesClient.AggregatedListPage
-
Packages that use ForwardingRulesClient.AggregatedListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ForwardingRulesClient.AggregatedListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ForwardingRulesClient.AggregatedListPage Modifier and Type Method Description protected ForwardingRulesClient.AggregatedListPage
ForwardingRulesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, ForwardingRuleAggregatedList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ForwardingRulesClient.AggregatedListPage Modifier and Type Method Description com.google.api.core.ApiFuture<ForwardingRulesClient.AggregatedListPage>
ForwardingRulesClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListForwardingRulesRequest,ForwardingRuleAggregatedList,Map.Entry<String,ForwardingRulesScopedList>> context, com.google.api.core.ApiFuture<ForwardingRuleAggregatedList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ForwardingRulesClient.AggregatedListPage Modifier and Type Method Description protected ForwardingRulesClient.AggregatedListFixedSizeCollection
ForwardingRulesClient.AggregatedListFixedSizeCollection. createCollection(List<ForwardingRulesClient.AggregatedListPage> pages, int collectionSize)
-