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 document outlines the various versions of the `AbstractFixedSizeCollection` class, with the latest version being 2.63.1, and it is a partial implementation of `FixedSizeCollection`."],["The `AbstractFixedSizeCollection` class is an abstract class that inherits from `java.lang.Object` and implements `com.google.api.gax.paging.FixedSizeCollection\u003cResourceT\u003e`."],["This class offers methods like `createCollection`, `getCollectionSize`, `getNextCollection`, `getNextPageToken`, `getValues`, and `hasNextCollection` for managing fixed-size collections and retrieving data."],["The constructor for `AbstractFixedSizeCollection` requires a `List\u003cPageT\u003e` of pages and an integer `collectionSize` parameter."],["Type parameters for `AbstractFixedSizeCollection` include RequestT, ResponseT, ResourceT, PageT, and CollectionT."]]],[]]