Class ListDatabasesResponse (3.2.0)

ListDatabasesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response for ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases].

Attributes

NameDescription
databases Sequence[google.cloud.spanner_admin_database_v1.types.Database]
Databases that matched the request.
next_page_token str
next_page_token can be sent in a subsequent ListDatabases][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabases] call to fetch more of the matching databases.