public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
[[["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 latest version of the `EncryptionConfig` class is 5.17.0, while the documentation covers versions dating back to 3.1.0."],["The `EncryptionConfig` class provides encryption settings for Google Cloud Dataproc clusters."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EncryptionConfig` class includes a `GcePdKmsKeyName` property, which is used to specify the Cloud KMS key name for PD disk encryption."],["This class has two constructors: a parameterless constructor and a constructor that accepts another EncryptionConfig object as a parameter."]]],[]]