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