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 content pertains to the `EncryptionConfig` class within the `Google.Cloud.Dataproc.V1` namespace, specifically version 3.3.0 and its relationship with other versions."],["This `EncryptionConfig` class is used to define encryption settings for Dataproc clusters and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property, `GcePdKmsKeyName`, which allows users to set the Cloud KMS key for encrypting Persistent Disk (PD) data on instances within the cluster, and it is optional."],["There are numerous historical versions available, with the latest version being 5.17.0, and it offers compatibility all the way back to 3.1.0."],["The `EncryptionConfig` class can be constructed using a default constructor, or a copy constructor that accepts another `EncryptionConfig` object as a parameter."]]],[]]