Class IndexEndpointServiceClient.ListLocationsFixedSizeCollection (3.44.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
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
IndexEndpointServiceClient.ListLocationsFixedSizeCollection
Overrides