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 latest version available for `Google.Cloud.Bigtable.Admin.V2` is 3.24.0, and there are multiple versions available, starting from 3.24.0 and going all the way down to 2.4.0."],["`ListBackupsResponse` is a sealed class that serves as the response type for the `ListBackups` operation within the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The `ListBackupsResponse` class includes properties for `Backups` (a list of matching backups) and `NextPageToken` (for fetching additional backups)."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, supporting various functionalities like deep cloning, message handling, and iteration."],["The `ListBackupsResponse` class has a `GetEnumerator()` method, allowing iteration through the resources in the response, and includes constructors for creating an empty instance or copying an existing one."]]],[]]