public sealed class Environment.Types.KMSEnvMap : IMessage<Environment.Types.KMSEnvMap>, IEquatable<Environment.Types.KMSEnvMap>, IDeepCloneable<Environment.Types.KMSEnvMap>, 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-04-17 UTC."],[[["This page details the `KMSEnvMap` class within the `Google.Cloud.Batch.V1` namespace, specifically in version 2.1.0 and later, for managing environment variables encrypted with Key Management Service (KMS)."],["The `KMSEnvMap` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class includes two constructors, `KMSEnvMap()`, which creates a new instance, and `KMSEnvMap(Environment.Types.KMSEnvMap other)`, which creates a copy from another instance of `KMSEnvMap`."],["It has two properties `CipherText`, which stores the encrypted text value, and `KeyName`, which identifies the KMS key used for decryption."],["The documentation provides a comprehensive version history of the `KMSEnvMap`, showing availability from version 1.0.0 up to the latest version 2.13.0."]]],[]]