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."],[[["This document provides reference information for the `ListBackupsResponse` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `ListBackupsResponse` class is designed to handle the response received from a `ListBackups` call, enabling you to retrieve a list of backups, as part of the BigtableTableAdmin."],["It includes properties like `Backups`, which is a repeated field containing the matching backup objects, and `NextPageToken`, used for retrieving additional backups in subsequent calls."],["The document lists the current version and previous versions of the API, ranging from version 3.24.0 (latest) down to 2.4.0."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, offering diverse functionality."]]],[]]