next_page_token can be sent in a subsequent
[ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups] call
to fetch more of the matching backups.
[[["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-25 UTC."],[[["The provided content details the `ListBackupsResponse` class within the Google Cloud Bigtable Administration v2 API, specifically focusing on version 3.11.0, with links available for versions ranging from 2.4.0 to the latest 3.24.0."],["`ListBackupsResponse` is used to encapsulate the response from a `ListBackups` operation, allowing you to retrieve a list of backups associated with Bigtable instances, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class includes a `Backups` property, which is a `RepeatedField` containing the list of `Backup` objects, representing the matching backups found in the response."],["The `NextPageToken` property of `ListBackupsResponse` allows for pagination of backup lists, enabling fetching of additional backups in subsequent API calls when the result set is too large for a single response."],["The latest version of the Google Cloud Bigtable Administration v2 API is 3.24.0, and the document contains several other versions of this same API class."]]],[]]