Class CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection (0.54.0)

public static class CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomTargetingKeysRequest,ListCustomTargetingKeysResponse,CustomTargetingKey,CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage,CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CustomTargetingKeyServiceClient.ListCustomTargetingKeysFixedSizeCollection

Methods

createCollection(@Nullable List<CustomTargetingKeyServiceClient.ListCustomTargetingKeysPage> pages, int collectionSize)

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