Class AdUnitServiceClient.ListAdUnitSizesFixedSizeCollection (0.54.0)

public static class AdUnitServiceClient.ListAdUnitSizesFixedSizeCollection extends AbstractFixedSizeCollection<ListAdUnitSizesRequest,ListAdUnitSizesResponse,AdUnitSize,AdUnitServiceClient.ListAdUnitSizesPage,AdUnitServiceClient.ListAdUnitSizesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AdUnitServiceClient.ListAdUnitSizesFixedSizeCollection

Methods

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

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