Class VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection (0.95.0)

public static class VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListVodConfigsRequest,ListVodConfigsResponse,VodConfig,VideoStitcherServiceClient.ListVodConfigsPage,VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VideoStitcherServiceClient.ListVodConfigsFixedSizeCollection

Methods

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

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