Class IndexEndpointServiceClient.ListLocationsFixedSizeCollection (3.42.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IndexEndpointServiceClient.ListLocationsFixedSizeCollection

Methods

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

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