Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::ListDatabaseRolesResponse.
The response for ListDatabaseRoles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_roles
def database_roles() -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole>
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole>) — Database roles that matched the request.
#database_roles=
def database_roles=(value) -> ::Array<::Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole>
Parameter
- value (::Array<::Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole>) — Database roles that matched the request.
Returns
- (::Array<::Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole>) — Database roles that matched the request.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListDatabaseRoles call to fetch more of the matching roles.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) —
next_page_token
can be sent in a subsequent ListDatabaseRoles call to fetch more of the matching roles.
Returns
-
(::String) —
next_page_token
can be sent in a subsequent ListDatabaseRoles call to fetch more of the matching roles.