next_page_token can be sent in a subsequent
[ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more
of the matching databases.
[[["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 is 5.0.0-beta05, while the current document refers to version 3.8.0 of the Google.Cloud.Spanner.Admin.Database.V1 package."],["The `ListDatabasesResponse` class is used for handling responses from the `ListDatabases` operation, and it implements multiple interfaces for diverse functionality including pagination, enumeration, and message handling."],["The `ListDatabasesResponse` class includes properties such as `Databases` (a collection of database objects) and `NextPageToken` (for pagination), with several methods including GetEnumerator to iterate through database resources."],["This package includes multiple versions, from 3.5.0 to 5.0.0-beta05, of the Google Cloud Spanner Admin Database V1, each version offering documentation access for `ListDatabasesResponse`."],["`ListDatabasesResponse` implements `IPageResponse\u003cDatabase\u003e`, allowing for paginated results, and also implements `IEnumerable\u003cDatabase\u003e` and `IEnumerable`, allowing the collection of Databases to be iterated."]]],[]]