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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe latest version available for the Cloud Run Admin v2 API class EnvVar is 2.13.0, with multiple previous versions also accessible, including 2.12.0, 2.11.0, down to 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003eEnvVar, which is a class within the Google.Cloud.Run.V2 namespace, represents an environment variable present in a Container.\u003c/p\u003e\n"],["\u003cp\u003eEnvVar has properties such as \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003eValue\u003c/code\u003e, where \u003ccode\u003eName\u003c/code\u003e is the identifier for the variable, and \u003ccode\u003eValue\u003c/code\u003e is its corresponding value, with a length limit of 32768 characters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValueSource\u003c/code\u003e property of EnvVar allows specifying the source of the environment variable's value.\u003c/p\u003e\n"],["\u003cp\u003eEnvVar can be constructed using a default constructor \u003ccode\u003eEnvVar()\u003c/code\u003e or by passing another EnvVar object to \u003ccode\u003eEnvVar(EnvVar other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]