Class VectorSearchServiceClient.ListLocationsFixedSizeCollection (0.17.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VectorSearchServiceClient.ListLocationsFixedSizeCollection

Methods

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

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