public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta 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-06-12 UTC."],[[["This document provides reference documentation for the `EncryptionConfig` class within the Dataproc Metastore v1beta API, specifically for version 2.0.0-beta10."],["The `EncryptionConfig` class is used to define encryption settings for the Dataproc Metastore service and is part of the `Google.Cloud.Metastore.V1Beta` namespace."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among other features for integration with the Google Protobuf library."],["The class offers two constructors, a default one and another that takes an `EncryptionConfig` object as input for creating a new instance."],["The `EncryptionConfig` class includes the `KmsKey` property, which is a string representing the fully qualified Cloud KMS key name used for customer data encryption."]]],[]]