[[["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-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eSystemProperty.Environment\u003c/code\u003e represents the current executing environment and uses \u003ccode\u003e"com.google.appengine.runtime.environment"\u003c/code\u003e as its key.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnvironment\u003c/code\u003e class inherits from \u003ccode\u003eSystemProperty\u003c/code\u003e and, further up, \u003ccode\u003ejava.lang.Object\u003c/code\u003e, meaning it gains members and methods from both.\u003c/p\u003e\n"],["\u003cp\u003eYou can set the executing environment to a specific \u003ccode\u003eValue\u003c/code\u003e using the \u003ccode\u003eset(SystemProperty.Environment.Value value)\u003c/code\u003e method, and this method is equivalent to using \u003ccode\u003eset(value.value())\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue()\u003c/code\u003e method retrieves the \u003ccode\u003eSystemProperty.Environment.Value\u003c/code\u003e that is currently assigned to the SystemProperty, and returns null if nothing is assigned or the assigned value does not correspond to a predefined \u003ccode\u003eValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe different method calls such as \u003ccode\u003eget()\u003c/code\u003e , \u003ccode\u003ekey()\u003c/code\u003e, \u003ccode\u003eset(String)\u003c/code\u003e etc.can be called on the \u003ccode\u003eSystemProperty.Environment\u003c/code\u003e object due to inheritance from the \u003ccode\u003eSystemProperty\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]