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 page details the `ListDatabasesRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, used for requesting a list of databases."],["The latest stable version of this class is 4.6.0, with version 5.0.0-beta05 as the most recent beta release, and a variety of versions ranging from 3.5.0 to 4.6.0, and 5.0.0-beta04 to 5.0.0-beta05 available."],["The `ListDatabasesRequest` class implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like paging, message handling, and deep cloning."],["Key properties of this class include `PageSize`, which sets the number of databases to return, `PageToken`, which continues from a previous request, and `Parent`, which specifies the instance to list databases from."],["The `ListDatabaseRequest` class features two constructors, a default constructor and one that takes an existing `ListDatabaseRequest` object, and also includes inherited members from `Object` like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]