Class VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection (0.95.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VideoStitcherServiceClient.ListLiveConfigsFixedSizeCollection

Methods

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

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