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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `DatabaseEncryption` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.7.0 of the library."],["The `DatabaseEncryption` class is responsible for configuring etcd encryption and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available in the list is 3.33.0, with a range of versions provided from 3.33.0 down to 2.3.0, allowing users to access documentation for their specific version."],["The class has two constructors, `DatabaseEncryption()` and `DatabaseEncryption(DatabaseEncryption other)`, for creating instances with or without a pre-existing configuration."],["Key properties within the `DatabaseEncryption` class include `KeyName`, which specifies the CloudKMS key for encryption, and `State`, which indicates the current status of etcd encryption."]]],[]]