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-03-21 UTC."],[[["This webpage provides documentation for the `KMSEnvMap` class within the `Google.Cloud.Batch.V1` namespace, detailing its structure and usage across various versions."],["The `KMSEnvMap` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it part of the Google Protocol Buffers framework."],["The `KMSEnvMap` class has two constructors: a default constructor (`KMSEnvMap()`) and a copy constructor (`KMSEnvMap(KMSEnvMap other)`) that takes another `KMSEnvMap` instance as a parameter."],["It contains two key properties: `CipherText`, which holds the encrypted value as a string, and `KeyName`, which stores the name of the KMS key used for decryption."],["The documentation lists all available versions, from 1.0.0 to the latest 2.13.0, of the `KMSEnvMap` class, with links to each version's documentation."]]],[]]