Class: Google::Cloud::Metastore::V1::EncryptionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/metastore/v1/metastore.rb

Overview

Encryption settings for the service.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key::String

Returns The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:

projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.

Returns:

  • (::String)

    The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:

    projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.



312
313
314
315
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 312

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