Class LivestreamServiceClient.ListLocationsFixedSizeCollection (0.97.0)

public static class LivestreamServiceClient.ListLocationsFixedSizeCollection extends AbstractFixedSizeCollection<ListLocationsRequest,ListLocationsResponse,Location,LivestreamServiceClient.ListLocationsPage,LivestreamServiceClient.ListLocationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListLocationsFixedSizeCollection

Methods

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

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