Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole.
A Cloud Spanner database role.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the database role. Values are of the form
projects/<project>/instances/<instance>/databases/<database>/databaseRoles/<role>
where<role>
is as specified in theCREATE ROLE
DDL statement.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the database role. Values are of the form
projects/<project>/instances/<instance>/databases/<database>/databaseRoles/<role>
where<role>
is as specified in theCREATE ROLE
DDL statement.
Returns
-
(::String) — Required. The name of the database role. Values are of the form
projects/<project>/instances/<instance>/databases/<database>/databaseRoles/<role>
where<role>
is as specified in theCREATE ROLE
DDL statement.