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-04-17 UTC."],[[["The `EncryptionConfig` class, part of the Google Cloud Metastore v1 API, manages encryption settings for the service."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring various functionalities and compatibility."],["The latest version is `2.9.0`, and the page contains links to versions ranging from `1.0.0` to `2.9.0` of the API."],["The `EncryptionConfig` class allows for the configuration of a customer-provided Cloud KMS key for data encryption, specified by the fully qualified key name."],["The class offers two constructors: a default `EncryptionConfig()` and an overload `EncryptionConfig(EncryptionConfig other)` for cloning purposes, accepting another EncryptionConfig as an argument."]]],[]]