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-21 UTC."],[[["This webpage provides reference documentation for the `ListBackupsResponse` class within the Google Cloud Bigtable Administration v2 API, specifically for version 3.4.0 of the .NET library."],["`ListBackupsResponse` is used to handle the response from the `ListBackups` operation, containing a list of backups and a token for fetching additional results, which implements interfaces like `IMessage`, `IEquatable`, and `IEnumerable`."],["The page lists links to documentation for numerous prior versions of the API, from 3.24.0 (latest) down to 2.4.0, all related to the `ListBackupsResponse`."],["The `ListBackupsResponse` class includes properties such as `Backups` which is a repeated field containing a list of backup objects, and `NextPageToken` for managing pagination of the results."],["The `ListBackupsResponse` class has methods for iterating through the backups in the response using `GetEnumerator()` and constructors to instantiate the class such as `ListBackupsResponse()` and `ListBackupsResponse(ListBackupsResponse other)`."]]],[]]