Class VectorSearchServiceClient.ListLocationsFixedSizeCollection (0.1.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VectorSearchServiceClient.ListLocationsFixedSizeCollection

Methods

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

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