Closed
Description
There is a RuntimeConfig API, which is useful for storing configuration values.
See:
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/
I started adding support in Python. googleapis/google-cloud-python#2485 I'd love to have this for Java, too.
The most important methods for my use cases (and most Cloud samples/applications in general, I believe) are listing variables and getting variable values. I wouldn't expect the watcher API to be supported yet, or even create/update methods, since in general the workflow will be to set variables from the command-line and read the latest value on app start-up.