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-03-21 UTC."],[[["The provided content details the `Environment` class within the Google Cloud Batch v1 API, specifically focusing on version 2.11.0, and its role in setting environment variables for task execution."],["The `Environment` class allows for the definition of environment variables through three key properties: `EncryptedVariables` (encrypted key-value pairs), `SecretVariables` (mapping environment variables to Secret Manager secrets), and `Variables` (direct key-value mappings)."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `object` class."],["There are 18 versions of the `Environment` class listed for the Batch v1 API in the content, ranging from 1.0.0 to 2.13.0 (the latest)."]]],[]]