Returns the number of elements in the collection. This will be equal to the collectionSize
parameter used at construction unless there are no elements remaining to be retrieved.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `AbstractFixedSizeCollection` class in the Google Cloud Client Libraries for Java (gax), showcasing a range of versions from 2.7.1 up to the latest 2.63.1."],["`AbstractFixedSizeCollection` is a partial implementation of the `FixedSizeCollection` interface, designed to manage collections of resources fetched via paginated API calls."],["The class offers methods such as `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection` for managing and navigating through the collection of resources."],["It includes an abstract `createCollection` method, which needs to be implemented by subclasses to construct the actual collection from a list of pages."],["The class allows you to see the inherited methods from `java.lang.Object` such as `clone`, `equals`, `finalize`, `getClass`, `hashCode`, `notify`, `notifyAll`, `toString`, and `wait`."]]],[]]