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