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