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 details the `ListBackupsResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, specifically version 2.7.0, and presents documentation on various other versions."],["The `ListBackupsResponse` class is used to handle the response from a `ListBackups` call, providing a way to manage and access a list of backups."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, allowing for advanced message handling, equality checks, deep cloning, and enumeration."],["The class contains properties like `Backups` (a list of `Backup` objects) and `NextPageToken` (for fetching additional backups) and methods like `GetEnumerator()` to iterate through the list."],["The information on this webpage also allows you to look at other versions of this documentation, from 3.24.0 down to 2.4.0, with 3.24.0 being the latest release."]]],[]]