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-04-09 UTC."],[[["This webpage provides documentation for the `EncryptionConfig` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its use in managing cluster encryption settings."],["The `EncryptionConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The documentation covers various versions of `EncryptionConfig`, ranging from the latest version 5.17.0 down to version 3.1.0, in addition to version 3.4.0."],["The class offers two constructors: a default `EncryptionConfig()` and an `EncryptionConfig(EncryptionConfig other)` to duplicate an existing class, allowing for customized and default creation of the class, respectively."],["The `GcePdKmsKeyName` property within `EncryptionConfig` is a string value that specifies the Cloud KMS key used for encrypting persistent disk data for all cluster instances."]]],[]]