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