-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: runtimeconfigIssues related to the Cloud Runtime Config API API.Issues related to the Cloud Runtime Config API API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
There is a RuntimeConfig API, which is useful for storing configuration values.
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.
lesv
Metadata
Metadata
Assignees
Labels
api: runtimeconfigIssues related to the Cloud Runtime Config API API.Issues related to the Cloud Runtime Config API API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.