Class PredictionServiceClient.ListLocationsFixedSizeCollection (3.42.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > PredictionServiceClient.ListLocationsFixedSizeCollection

Methods

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

protected PredictionServiceClient.ListLocationsFixedSizeCollection createCollection(List<PredictionServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListLocationsPage>
collectionSizeint
Returns
TypeDescription
PredictionServiceClient.ListLocationsFixedSizeCollection
Overrides