Class AdUnitServiceClient.ListAdUnitsFixedSizeCollection (0.3.0)

public static class AdUnitServiceClient.ListAdUnitsFixedSizeCollection extends AbstractFixedSizeCollection<ListAdUnitsRequest,ListAdUnitsResponse,AdUnit,AdUnitServiceClient.ListAdUnitsPage,AdUnitServiceClient.ListAdUnitsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AdUnitServiceClient.ListAdUnitsFixedSizeCollection

Methods

createCollection(List<AdUnitServiceClient.ListAdUnitsPage> pages, int collectionSize)

protected AdUnitServiceClient.ListAdUnitsFixedSizeCollection createCollection(List<AdUnitServiceClient.ListAdUnitsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAdUnitsPage>
collectionSize int
Returns
Type Description
AdUnitServiceClient.ListAdUnitsFixedSizeCollection
Overrides