Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any route environment variables. If a variable cannot be resolved,
the reference in the input string will be unchanged. The $(VAR_NAME)
syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped
references will never be expanded, regardless of whether the variable
exists or not.
Defaults to "", and the maximum length is 32768 bytes.
[[["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-08-08 UTC."],[[["This document outlines the `EnvVar` class within the `Google.Cloud.Run.V2` namespace, which represents an environment variable in a container and is part of the Google Cloud Run V2 library."],["The `EnvVar` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, cloning, and buffer management."],["The document lists various versions of the library, with `2.13.0` being the latest version and `1.0.0-beta02` being the version the current documentation pertains to."],["`EnvVar` objects have properties `Name` and `Value` to define the environment variable, along with the `ValuesCase` property, and a `ValueSource` property to define the source of the value."],["The document provides constructor information, outlining how to create new `EnvVar` instances, including a constructor to copy an existing `EnvVar` object."]]],[]]