Class LivestreamServiceClient.ListLocationsFixedSizeCollection (0.44.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > LivestreamServiceClient.ListLocationsFixedSizeCollection

Methods

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

protected LivestreamServiceClient.ListLocationsFixedSizeCollection createCollection(List<LivestreamServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
LivestreamServiceClient.ListLocationsFixedSizeCollection
Overrides