Dataproc Metastore v1alpha API - Class EncryptionConfig (2.0.0-alpha11)

public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1alpha API class EncryptionConfig.

Encryption settings for the service.

Inheritance

object > EncryptionConfig

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

EncryptionConfig()

public EncryptionConfig()

EncryptionConfig(EncryptionConfig)

public EncryptionConfig(EncryptionConfig other)
Parameter
Name Description
other EncryptionConfig

Properties

KmsKey

public string KmsKey { get; set; }

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

Property Value
Type Description
string