If non-empty, page_token should contain a
[next_page_token][google.spanner.admin.database.v1.ListDatabasesResponse.next_page_token] from a
previous [ListDatabasesResponse][google.spanner.admin.database.v1.ListDatabasesResponse].
[[["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."],[[["This webpage details the `ListDatabasesRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requesting a list of databases from a Spanner instance."],["The latest stable version is 3.9.0, although the page also links to beta versions such as `5.0.0-beta05`, along with many others ranging from 3.5.0 to 5.0.0."],["The `ListDatabasesRequest` class implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ListDatabasesRequest` include `PageSize` (to specify the number of databases to return), `PageToken` (for pagination), and `Parent` (to specify the instance from which to list the databases), with another property called `ParentAsInstanceName` which is for a typed view over the `Parent` property."],["The `ListDatabasesRequest` class provides two constructors: a default constructor and another that accepts another `ListDatabasesRequest` instance to copy."]]],[]]