public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class EncryptionConfig.
Encryption settings for the service.
Implements
IMessageEncryptionConfig, IEquatableEncryptionConfig, IDeepCloneableEncryptionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.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 |
|