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 document outlines the `ListDatabasesRequest` class, which is used to request a list of databases in Google Cloud Spanner."],["The `ListDatabasesRequest` class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace and has multiple versions available, ranging from `5.0.0-beta05` to `3.5.0`."],["The `ListDatabasesRequest` class inherits from `Object` and implements interfaces such as `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for page requests, message handling, equality checks, deep cloning, and buffered message access."],["Key properties of `ListDatabasesRequest` include `PageSize` (specifying the number of databases to return), `PageToken` (for pagination), and `Parent` (the instance whose databases are to be listed)."],["There are two constructors for the `ListDatabasesRequest` class, one parameterless and one accepting another `ListDatabasesRequest` object, allowing for new and copied instances."]]],[]]