Package com.google.cloud.firestore.v1
Class FirestoreAdminClient.ListIndexesFixedSizeCollection
java.lang.Object
com.google.api.gax.paging.AbstractFixedSizeCollection<ListIndexesRequest,ListIndexesResponse,Index,FirestoreAdminClient.ListIndexesPage,FirestoreAdminClient.ListIndexesFixedSizeCollection>
com.google.cloud.firestore.v1.FirestoreAdminClient.ListIndexesFixedSizeCollection
- All Implemented Interfaces:
com.google.api.gax.paging.FixedSizeCollection<Index>
- Enclosing class:
- FirestoreAdminClient
public static class FirestoreAdminClient.ListIndexesFixedSizeCollection
extends com.google.api.gax.paging.AbstractFixedSizeCollection<ListIndexesRequest,ListIndexesResponse,Index,FirestoreAdminClient.ListIndexesPage,FirestoreAdminClient.ListIndexesFixedSizeCollection>
-
Method Summary
Modifier and TypeMethodDescriptioncreateCollection(List<FirestoreAdminClient.ListIndexesPage> pages, int collectionSize) Methods inherited from class com.google.api.gax.paging.AbstractFixedSizeCollection
getCollectionSize, getNextCollection, getNextPageToken, getValues, hasNextCollection
-
Method Details
-
createCollection
protected FirestoreAdminClient.ListIndexesFixedSizeCollection createCollection(List<FirestoreAdminClient.ListIndexesPage> pages, int collectionSize) - Specified by:
createCollectionin classcom.google.api.gax.paging.AbstractFixedSizeCollection<ListIndexesRequest,ListIndexesResponse, Index, FirestoreAdminClient.ListIndexesPage, FirestoreAdminClient.ListIndexesFixedSizeCollection>
-