Dataproc Metastore V1 API - Class Google::Cloud::Metastore::V1::EncryptionConfig (v0.13.0)

Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::EncryptionConfig.

Encryption settings for the service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#kms_key

def kms_key() -> ::String
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}.

#kms_key=

def kms_key=(value) -> ::String
Parameter
  • value (::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}.

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}.