Class ModelGardenServiceClient.ListLocationsFixedSizeCollection (3.42.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ModelGardenServiceClient.ListLocationsFixedSizeCollection

Methods

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

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