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 page details the `ListDatabasesResponse` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, which is used for listing databases in the Google Cloud Spanner Admin API."],["Version information is provided, with the latest being 5.0.0-beta05, alongside numerous previous versions ranging from 3.5.0 up to 5.0.0-beta04, each having its respective documentation link."],["`ListDatabasesResponse` inherits from `Object` and implements multiple interfaces including `IPageResponse\u003cDatabase\u003e`, `IEnumerable\u003cDatabase\u003e`, `IEnumerable`, `IMessage\u003cListDatabasesResponse\u003e`, `IEquatable\u003cListDatabasesResponse\u003e`, `IDeepCloneable\u003cListDatabasesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties such as `Databases`, which contains the list of databases, and `NextPageToken`, which is utilized for fetching additional pages of results."],["The class features public constructors and methods, including `GetEnumerator()` to iterate over the listed databases, and it outlines the inherited members from the `Object` class."]]],[]]