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."],[[["This webpage provides documentation for the `EncryptionConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically covering versions from 3.1.0 to the latest 5.17.0."],["The `EncryptionConfig` class is used to define encryption settings for a Dataproc cluster and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides two constructors, a default constructor and another one that accepts another `EncryptionConfig` object for configuration."],["A key property of the `EncryptionConfig` class is `GcePdKmsKeyName`, which allows you to specify the Cloud KMS key for encrypting PD disks on all cluster instances."],["The latest version of the documentation covered is version 5.17.0."]]],[]]