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-04-17 UTC."],[[["The `ListDatabasesResponse` class is used to handle the response from the `ListDatabases` method in the Google Cloud Spanner Database Administration v1 API."],["This class implements several interfaces, including `IPageResponse\u003cDatabase\u003e`, `IEnumerable\u003cDatabase\u003e`, `IEnumerable`, `IMessage\u003cListDatabasesResponse\u003e`, `IEquatable\u003cListDatabasesResponse\u003e`, `IDeepCloneable\u003cListDatabasesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `ListDatabasesResponse` class includes properties like `Databases` (a `RepeatedField\u003cDatabase\u003e`) and `NextPageToken` (a string) to manage the list of databases and pagination."],["The documentation page covers a range of versions for the `Google.Cloud.Spanner.Admin.Database.V1` API, from the latest beta version down to version 3.5.0, providing a history of the API and its evolution."],["This is the documentation for version 4.5.0 of the ListDatabasesResponse class, which contains all the relevant information about the class and the methods it offers."]]],[]]