public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 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-04-17 UTC."],[[["This webpage provides documentation for the `EncryptionConfig` class within the Google Cloud Dataproc v1 API."],["The `EncryptionConfig` class manages encryption settings for Dataproc clusters, including the option for using a Cloud KMS key for PD disk encryption."],["The current latest version available is 5.17.0, but the page is specifically focused on the 5.13.0 version of the API, as seen in the list provided."],["The class inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available, one being the empty `EncryptionConfig()`, and the other is `EncryptionConfig(EncryptionConfig other)`, which takes an instance of itself as a parameter."]]],[]]