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."],[[["The webpage details the `ListBackupsResponse` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, specifically version 2.9.0."],["The `ListBackupsResponse` class is used to handle the response of a `ListBackups` call, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class includes properties for `Backups`, which is a list of matching backups of type `RepeatedField\u003cBackup\u003e`, and `NextPageToken`, which is a string used for paginating through large lists of backups."],["There are numerous versions of this class available, ranging from the latest 3.24.0 down to 2.4.0, showcasing its development and updates over time."],["The `ListBackupsResponse` class provides methods to enumerate the resources within the response and also has constructors for creating new instances of `ListBackupsResponse`."]]],[]]