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."],[[["The `EncryptionConfig` class is part of the Google Cloud Metastore v1 API and is used for configuring encryption settings for the service."],["Version 2.9.0 is the latest version of this API available, with the provided content showing versions ranging from 1.0.0 to 2.9.0, showing the version history."],["The `EncryptionConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is an inherited member of object."],["The `EncryptionConfig` class has a `KmsKey` property which is a string that represents the fully qualified name of the Cloud KMS key used for data encryption."],["Two constructors are available for the EncryptionConfig, one default constructor and another one that takes another EncryptionConfig as parameter."]]],[]]