Class AdUnitServiceClient.ListAdUnitsFixedSizeCollection (0.54.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AdUnitServiceClient.ListAdUnitsFixedSizeCollection

Methods

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

protected AdUnitServiceClient.ListAdUnitsFixedSizeCollection createCollection(@Nullable List<AdUnitServiceClient.ListAdUnitsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListAdUnitsPage>
collectionSize int
Returns
Type Description
AdUnitServiceClient.ListAdUnitsFixedSizeCollection
Overrides