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