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