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.
[[["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 document provides reference documentation for the `EncryptionConfig` class within the Dataproc Metastore v1alpha API, specifically for version 2.0.0-alpha10."],["The `EncryptionConfig` class is a sealed class that manages encryption settings for the Dataproc Metastore service."],["The `EncryptionConfig` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EncryptionConfig` class has a `KmsKey` property, which is a string that represents the fully qualified Cloud KMS key name used for customer data encryption."],["The document details the two constructor methods: `EncryptionConfig()` and `EncryptionConfig(EncryptionConfig other)`, and includes information on inherited members."]]],[]]