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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `AbstractFixedSizeCollection` class in the Google API Client Library for Java (gax), spanning versions from 2.7.1 to the latest 2.63.1."],["`AbstractFixedSizeCollection` is a partial implementation of the `FixedSizeCollection` interface, offering a structured way to handle collections of resources retrieved via API calls."],["The class offers methods to manage the size and navigation of these collections such as `getCollectionSize()`, `getNextCollection()`, `hasNextCollection()`, as well as methods for iteration via `getValues()`."],["The `getNextPageToken()` method is provided to retrieve a token for subsequent API requests to retrieve more elements."],["`AbstractFixedSizeCollection` is designed to handle collections that are split across multiple pages and need to be retrieved in chunks."]]],[]]