Class LiveStreamServiceClient.ListLiveStreamsFixedSizeCollection (0.54.0)

public static class LiveStreamServiceClient.ListLiveStreamsFixedSizeCollection extends AbstractFixedSizeCollection<ListLiveStreamsRequest,ListLiveStreamsResponse,LiveStream,LiveStreamServiceClient.ListLiveStreamsPage,LiveStreamServiceClient.ListLiveStreamsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LiveStreamServiceClient.ListLiveStreamsFixedSizeCollection

Methods

createCollection(@Nullable List<LiveStreamServiceClient.ListLiveStreamsPage> pages, int collectionSize)

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