Package com.google.cloud.compute.v1
Class InstancesClient.AggregatedListFixedSizeCollection
- java.lang.Object
-
- com.google.api.gax.paging.AbstractFixedSizeCollection<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>,InstancesClient.AggregatedListPage,InstancesClient.AggregatedListFixedSizeCollection>
-
- com.google.cloud.compute.v1.InstancesClient.AggregatedListFixedSizeCollection
-
- All Implemented Interfaces:
com.google.api.gax.paging.FixedSizeCollection<Map.Entry<String,InstancesScopedList>>
- Enclosing class:
- InstancesClient
public static class InstancesClient.AggregatedListFixedSizeCollection extends com.google.api.gax.paging.AbstractFixedSizeCollection<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>,InstancesClient.AggregatedListPage,InstancesClient.AggregatedListFixedSizeCollection>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InstancesClient.AggregatedListFixedSizeCollection
createCollection(List<InstancesClient.AggregatedListPage> pages, int collectionSize)
-
-
-
Method Detail
-
createCollection
protected InstancesClient.AggregatedListFixedSizeCollection createCollection(List<InstancesClient.AggregatedListPage> pages, int collectionSize)
- Specified by:
createCollection
in classcom.google.api.gax.paging.AbstractFixedSizeCollection<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>,InstancesClient.AggregatedListPage,InstancesClient.AggregatedListFixedSizeCollection>
-
-