{"name": string,"updateTime": string,"state": enum(VariableState),// Union field contents can be only one of the following:"value": string,"text": string// End of list of possible types for union field contents.}
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-04 UTC。"],[[["A Variable describes a single variable within a RuntimeConfig resource, with a hierarchical name (e.g., `ports/serving_port`), and only leaf variables can have values."],["The JSON representation of a Variable includes its name, update time, state, and either a `value` (binary) or `text` (string) content, but not both."],["`VariableState` indicates the last known state of the variable, and the `variables().watch` call will update its status to either `UPDATED` or `DELETED`, it also has an `VARIABLE_STATE_UNSPECIFIED` state."],["Key fields for a Variable include `name` (the resource name with project, config, and variable identifiers), `updateTime` (last update timestamp), and `state` (current state), along with either a binary `value` or string `text`."],["Several methods can be performed on variables, including create, delete, get, list, testIamPermissions, update, and watch, allowing for managing and monitoring variable changes."]]],[]]