Class IndexEndpointServiceClient.ListLocationsFixedSizeCollection (3.96.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > IndexEndpointServiceClient.ListLocationsFixedSizeCollection

Methods

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

protected IndexEndpointServiceClient.ListLocationsFixedSizeCollection createCollection(@Nullable List<IndexEndpointServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListLocationsPage>
collectionSize int
Returns
Type Description
IndexEndpointServiceClient.ListLocationsFixedSizeCollection
Overrides