Skip to content

Add support for RuntimeConfig API #1305

Closed
@tswast

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.

Metadata

Labels

api: runtimeconfigIssues related to the Cloud Runtime Config API API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions