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 provided content is reference documentation for the `ListDatabasesResponse` class within the Google Cloud Spanner Database Administration v1 API, specifically version 4.4.0."],["`ListDatabasesResponse` is used to represent the response received from a `ListDatabases` API call, returning a collection of databases and supporting pagination."],["The class implements several interfaces, including `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for iteration, equality comparison, and message handling."],["The `ListDatabasesResponse` class contains `Databases` and `NextPageToken` properties, where `Databases` holds the list of databases in the response and `NextPageToken` is used to retrieve the next page of results."],["The provided content gives links to various versions of the API going from `3.5.0` to `5.0.0-beta05` but the focus of the documentation seems to be on the `4.4.0` version of the API."]]],[]]