Class IndexServiceClient.ListLocationsFixedSizeCollection (3.44.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IndexServiceClient.ListLocationsFixedSizeCollection

Methods

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

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