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