Class FirestoreAdminClient.ListIndexesFixedSizeCollection (3.45.0)

public static class FirestoreAdminClient.ListIndexesFixedSizeCollection extends AbstractFixedSizeCollection<ListIndexesRequest,ListIndexesResponse,Index,FirestoreAdminClient.ListIndexesPage,FirestoreAdminClient.ListIndexesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > FirestoreAdminClient.ListIndexesFixedSizeCollection

Methods

createCollection(@Nullable List<FirestoreAdminClient.ListIndexesPage> pages, int collectionSize)

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