Class LivestreamServiceClient.ListLocationsFixedSizeCollection (0.16.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
NameDescription
pagesList<ListLocationsPage>
collectionSizeint
Returns
TypeDescription
LivestreamServiceClient.ListLocationsFixedSizeCollection
Overrides