Class: Google::Cloud::Spanner::Admin::Database::V1::DatabaseRole

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb

Overview

A Cloud Spanner database role.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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 the CREATE ROLE DDL statement. This name can be passed to Get/Set IAMPolicy methods to identify the database role.

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 the CREATE ROLE DDL statement. This name can be passed to Get/Set IAMPolicy methods to identify the database role.



586
587
588
589
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 586

class DatabaseRole
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end