public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 API class EncryptionConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `EncryptionConfig` class in the Dataproc Metastore v1 API allows configuration of encryption settings for the service."],["This class is found within the `Google.Cloud.Metastore.V1` namespace and is part of the `Google.Cloud.Metastore.V1.dll` assembly."],["The `EncryptionConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a property `KmsKey` that lets the user set a customer-provided Cloud KMS key name for data encryption, using the format `projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`."],["There are several versions of the `EncryptionConfig` listed, with 2.9.0 being the most recent and 1.0.0 being the oldest."]]],[]]