Class VideoStitcherServiceClient.ListCdnKeysFixedSizeCollection (0.95.0)

public static class VideoStitcherServiceClient.ListCdnKeysFixedSizeCollection extends AbstractFixedSizeCollection<ListCdnKeysRequest,ListCdnKeysResponse,CdnKey,VideoStitcherServiceClient.ListCdnKeysPage,VideoStitcherServiceClient.ListCdnKeysFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VideoStitcherServiceClient.ListCdnKeysFixedSizeCollection

Methods

createCollection(@Nullable List<VideoStitcherServiceClient.ListCdnKeysPage> pages, int collectionSize)

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