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 \u003ccode\u003eEnvVar\u003c/code\u003e class in the Cloud Run Admin v2 API is 2.13.0, with version 2.9.0 being specifically detailed in the provided content, while older versions are available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnvVar\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Run.V2\u003c/code\u003e namespace, represents an environment variable within a Container and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnvVar\u003c/code\u003e class includes properties such as \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eValue\u003c/code\u003e, and \u003ccode\u003eValueSource\u003c/code\u003e, which define the environment variable's name, value, and the source of its value respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eValue\u003c/code\u003e property supports variable expansion using the syntax $(VAR_NAME), with the ability to escape this syntax using double dollar signs ($$) for cases where expansion is not desired, and it can support up to 32768 characters.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eEnvVar\u003c/code\u003e class has two constructors that are available for use, one is \u003ccode\u003eEnvVar()\u003c/code\u003e which is the default empty constructor and the second is \u003ccode\u003eEnvVar(EnvVar other)\u003c/code\u003e which allows for another \u003ccode\u003eEnvVar\u003c/code\u003e to be passed in as a parameter.\u003c/p\u003e\n"]]],[],null,[]]