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-03-21 UTC."],[[["This document outlines the `AbstractFixedSizeCollection` class, a partial implementation of the `FixedSizeCollection` interface in the `com.google.api.gax.paging` package."],["The `AbstractFixedSizeCollection` class provides functionality for managing collections of resources, with a specific focus on fixed-size collections that may be retrieved in pages."],["This class is parameterized with five type parameters: `RequestT`, `ResponseT`, `ResourceT`, `PageT`, and `CollectionT`, which represent the types of the request, response, resource, page, and collection, respectively."],["Key methods of this class include `getCollectionSize()`, `getNextCollection()`, `getNextPageToken()`, `getValues()`, and `hasNextCollection()`, which allow for retrieving collection size, getting the next collection, obtaining the next page token, accessing values, and checking for more collections, respectively."],["The page offers a detailed history of versions for this resource, with a list of versions starting from 2.63.1 down to 2.7.1."]]],[]]