Class ListDatabaseRolesRequest (3.22.1)

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

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

Attributes

NameDescription
parent str
Required. The database whose roles should be listed. Values are of the form ``projects/
page_size int
Number of database roles 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.ListDatabaseRolesResponse.next_page_token]` from a previous `ListDatabaseRolesResponse][google.spanner.admin.database.v1.ListDatabaseRolesResponse]`.

Inheritance

builtins.object > proto.message.Message > ListDatabaseRolesRequest