Class FirestoreAdminClient.ListIndexesFixedSizeCollection (3.21.3)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > FirestoreAdminClient.ListIndexesFixedSizeCollection

Methods

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

protected FirestoreAdminClient.ListIndexesFixedSizeCollection createCollection(List<FirestoreAdminClient.ListIndexesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListIndexesPage>
collectionSize int
Returns
Type Description
FirestoreAdminClient.ListIndexesFixedSizeCollection
Overrides