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"]],[["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 `EncryptionInfo` class in the `Google.Cloud.Audit` namespace provides encryption properties for a table or a job."],["This class is part of the `Google.Cloud.Audit.dll` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EncryptionInfo` class includes a `KmsKeyName` property, which stores the Cloud KMS key identifier used for encryption, following a specific format."],["There are two constructors for the `EncryptionInfo` class, one default and one that takes another `EncryptionInfo` object as a parameter."],["The current latest version is 2.5.0, and it provides links to prior versions from 2.4.0 all the way to 1.0.0."]]],[]]