Returns a future for the Page object, retrieved using the next page token. If there are no more
pages, returns a future which will immediately provide null. The hasNextPage() method can be
used to check if a Page object is available.
[[["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-02 UTC."],[[["The webpage provides a comprehensive list of versions for `com.google.api.gax.paging.AsyncPage`, ranging from the latest 2.63.1 down to version 2.7.1, and version 2.45.0 is a focus point within the documentation."],["`AsyncPage` extends the `Page` object and includes a `getNextPageAsync` method for asynchronous retrieval of the next page of resources."],["The `getNextPageAsync` method returns an `ApiFuture` that resolves to the next `AsyncPage` or null if no further pages exist, and `hasNextPage()` can be used to check for an available `Page` object."],["`AsyncPage` has a type parameter `ResourceT`, but it does not have any description."]]],[]]