public MapField<string, string> SecretVariables { get; }
A map of environment variable names to Secret Manager secret names.
The VM will access the named secrets to set the value of each environment
variable.
[[["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."],[[["The provided content details the `Environment` class within the Google Cloud Batch v1 API, which is used to define environment variables for task execution."],["The `Environment` class offers three properties for setting environment variables: `EncryptedVariables` for encrypted values, `SecretVariables` for retrieving values from Secret Manager, and `Variables` for standard key-value pairs."],["Multiple versions of the Google.Cloud.Batch.V1 API are listed, with 2.13.0 being the latest and other versions, such as 2.2.0 and 1.0.0, also being accessible."],["The `Environment` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers framework."],["This class provides two constructors: a default constructor and a constructor that accepts another `Environment` object for cloning purposes."]]],[]]