[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-02。"],[[["This page guides users on how to watch a variable for changes using the `variables().watch` method, which monitors a variable for 60 seconds and reports any changes or if the variable is deleted."],["To use the `gcloud` command-line tool for watching a variable, use the command `gcloud beta runtime-config configs variables watch [VARIABLE_KEY] --max-wait [TIMEOUT_SEC] --config-name [CONFIG_NAME]`, with a maximum wait time of 60 seconds."],["The API method `variables().watch` can be used to watch variables, and it allows for the optional `newerThan` property to check if any changes have been missed since the last watch call, and if the variable value is newer than the specified `newerThan` timestamp it will return immediately."],["Deployment Manager does not support creating a watcher for a variable, and users are instead advised to create a waiter."],["This feature is in beta, which means it is subject to the \"Pre-GA Offerings Terms\", is available \"as is,\" and may have limited support."]]],[]]