ListDatabasesRequest

Message for requesting list of Databases.

JSON representation
{
  "parent": string,
  "pageSize": integer,
  "pageToken": string,
  "filter": string
}
Fields
parent

string

Required. Parent value for ListDatabasesRequest.

pageSize

integer

Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, an appropriate number of databases will be returned. The max value will be 2000, 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.