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 document provides reference documentation for the `EncryptionConfig` class within the Google Cloud Metastore v1 API for .NET."],["The `EncryptionConfig` class is used to manage encryption settings for the Dataproc Metastore service and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a constructor with no parameters and a constructor that accepts another `EncryptionConfig` instance for copying."],["The `KmsKey` property of the `EncryptionConfig` class allows setting the fully qualified Cloud KMS key name for customer data encryption."],["There are multiple versions available for the `EncryptionConfig` class, spanning from version 1.0.0 up to the latest version 2.9.0, all accessible via their respective links."]]],[]]