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."],[[["This webpage provides documentation for the `EncryptionConfig` class within the Google Cloud Metastore v1 API, detailing its structure and functionality."],["The `EncryptionConfig` class is a sealed class used to configure encryption settings for the service, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest API version available is 2.9.0, with documentation available for multiple previous versions, ranging back to version 1.0.0, and the current content focuses on version 2.4.0."],["The class includes properties like `KmsKey`, which is a string representing the fully qualified Cloud KMS key name used for customer data encryption."],["There are two different constructors for the `EncryptionConfig` class, one default and one that accepts another `EncryptionConfig` instance as a parameter."]]],[]]