public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore 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-03-21 UTC."],[[["This webpage provides reference documentation for the `EncryptionConfig` class within the Google Cloud Dataproc Metastore V1 API, specifically version 2.3.0."],["The `EncryptionConfig` class, designed for managing encryption settings for the service, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and has public constructors that allows the instantiation of a new instance or cloning an existing `EncryptionConfig` instance."],["The `EncryptionConfig` class includes a `KmsKey` property of type `string`, allowing users to specify a fully qualified Cloud KMS key name for data encryption."],["The latest version of the api is 2.9.0 and the documentation provides a list of versions from 1.0.0 to the latest version, allowing users to navigate through the different releases."]]],[]]