Class StreamsServiceClient.ListStreamsFixedSizeCollection (0.52.0)

public static class StreamsServiceClient.ListStreamsFixedSizeCollection extends AbstractFixedSizeCollection<ListStreamsRequest,ListStreamsResponse,Stream,StreamsServiceClient.ListStreamsPage,StreamsServiceClient.ListStreamsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > StreamsServiceClient.ListStreamsFixedSizeCollection

Methods

createCollection(@Nullable List<StreamsServiceClient.ListStreamsPage> pages, int collectionSize)

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