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 page provides documentation for the `DatabaseEncryption` class within the `Google.Cloud.Container.V1` namespace, detailing its configuration for etcd encryption."],["The class `DatabaseEncryption` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling message serialization, equality checks, deep cloning, and buffer management."],["The `DatabaseEncryption` class has two constructors: a default constructor and a constructor that takes another `DatabaseEncryption` object for creating a new instance."],["Key properties of the `DatabaseEncryption` class include `KeyName`, which specifies the CloudKMS key used for encryption, and `State`, indicating the current state of etcd encryption."],["The documentation includes a comprehensive list of versions ranging from 3.33.0 down to 2.3.0, with 3.33.0 being the latest version and links to the respective documentation pages for each release."]]],[]]