Class ListDatabasesRequest (3.14.0)

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

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

Attributes

NameDescription
parent str
Required. The instance whose databases should be listed. Values are of the form ``projects/
page_size int
Number of databases to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
page_token str
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]`.

Inheritance

builtins.object > proto.message.Message > ListDatabasesRequest