Class: Google::Cloud::Spanner::Admin::Database::V1::ListDatabaseRolesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::ListDatabaseRolesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb
Overview
The response for ListDatabaseRoles.
Instance Attribute Summary collapse
-
#database_roles ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole>
Database roles that matched the request.
-
#next_page_token ⇒ ::String
next_page_token
can be sent in a subsequent ListDatabaseRoles call to fetch more of the matching roles.
Instance Attribute Details
#database_roles ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole>
Returns Database roles that matched the request.
724 725 726 727 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 724 class ListDatabaseRolesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns next_page_token
can be sent in a subsequent
ListDatabaseRoles
call to fetch more of the matching roles.
724 725 726 727 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 724 class ListDatabaseRolesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |