Class LiveVideoAnalyticsClient.ListLocationsFixedSizeCollection (0.52.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LiveVideoAnalyticsClient.ListLocationsFixedSizeCollection

Methods

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

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