[[["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-05 UTC."],[[["`SystemProperty.Environment` represents the current executing environment and uses `\"com.google.appengine.runtime.environment\"` as its key."],["The `Environment` class inherits from `SystemProperty` and, further up, `java.lang.Object`, meaning it gains members and methods from both."],["You can set the executing environment to a specific `Value` using the `set(SystemProperty.Environment.Value value)` method, and this method is equivalent to using `set(value.value())`."],["The `value()` method retrieves the `SystemProperty.Environment.Value` that is currently assigned to the SystemProperty, and returns null if nothing is assigned or the assigned value does not correspond to a predefined `Value`."],["The different method calls such as `get()` , `key()`, `set(String)` etc.can be called on the `SystemProperty.Environment` object due to inheritance from the `SystemProperty` class."]]],[]]