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

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

Overview

Encryption configuration for a Cloud Spanner database.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_name::String

Returns The Cloud KMS key to be used for encrypting and decrypting the database. Values are of the form projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>.

Returns:

  • (::String)

    The Cloud KMS key to be used for encrypting and decrypting the database. Values are of the form projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>.



50
51
52
53
# File 'proto_docs/google/spanner/admin/database/v1/common.rb', line 50

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