Class LivestreamServiceClient.ListInputsFixedSizeCollection (0.97.0)

public static class LivestreamServiceClient.ListInputsFixedSizeCollection extends AbstractFixedSizeCollection<ListInputsRequest,ListInputsResponse,Input,LivestreamServiceClient.ListInputsPage,LivestreamServiceClient.ListInputsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListInputsFixedSizeCollection

Methods

createCollection(@Nullable List<LivestreamServiceClient.ListInputsPage> pages, int collectionSize)

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