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