public sealed class DatabaseEncryption : IMessage<DatabaseEncryption>, IEquatable<DatabaseEncryption>, IDeepCloneable<DatabaseEncryption>, IBufferMessage, IMessage
[[["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 latest version of the `Google.Cloud.Container.V1.DatabaseEncryption` is 3.33.0, and a list of versions from 3.32.0 down to 2.3.0 are also available."],["The `DatabaseEncryption` class is used for the configuration of etcd encryption and is part of the `Google.Cloud.Container.V1` namespace."],["`DatabaseEncryption` is an object that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties: `KeyName`, which specifies the CloudKMS key for encryption, and `State`, which indicates the current state of etcd encryption."],["The class has two constructors: a default constructor and one that takes another `DatabaseEncryption` object as a parameter."]]],[]]