Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, 2000 is the default pageSize. The max value of pageSize will be 4000, values above max will be coerced to max.
pageToken
string
Optional. A page token, received from a previous ListDatabases call. This should be provided to retrieve the subsequent page. This field is currently not supported, its value will be ignored if passed.
filter
string
Optional. Filtering results. This field is currently not supported, its value will be ignored if passed.
[[["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 2024-11-05 UTC."],[[["The `ListDatabases` request requires a `parent` string to specify the parent location for the databases."],["The `pageSize` parameter, an optional integer, determines the maximum number of databases returned, with a default of 2000 and a maximum of 4000."],["An optional `pageToken` string is used for pagination, however it is currently unsupported and will be ignored."],["The `filter` string field, also optional, allows for filtering results, but it is currently unsupported and will be ignored."]]],[]]