Class VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection (0.33.0)

public static class VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListLiveConfigsRequest,ListLiveConfigsResponse,LiveConfig,VideoStitcherServiceClient.ListLiveConfigsPage,VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection

Methods

createCollection(List<VideoStitcherServiceClient.ListLiveConfigsPage> pages, int collectionSize)

protected VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection createCollection(List<VideoStitcherServiceClient.ListLiveConfigsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListLiveConfigsPage>
collectionSizeint
Returns
TypeDescription
VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection
Overrides