public sealed class EncryptionInfo : IMessage<BigQueryAuditMetadata.Types.EncryptionInfo>, IEquatable<BigQueryAuditMetadata.Types.EncryptionInfo>, IDeepCloneable<BigQueryAuditMetadata.Types.EncryptionInfo>, 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 `EncryptionInfo` class, which is used to define encryption properties for a table or job within the `Google.Cloud.Audit` namespace."],["The latest version of this documentation is for version 2.5.0, with previous versions including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0 also documented."],["The `EncryptionInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors, `EncryptionInfo()` and `EncryptionInfo(BigQueryAuditMetadata.Types.EncryptionInfo other)`, allowing for default initialization or initialization based on an existing `EncryptionInfo` object."],["It contains a property, `KmsKeyName`, which is a string type and represents the cloud KMS key identifier using a specified format for the project, location, key ring name, and key name."]]],[]]