Registry / gcp / google-cloud-runtimeconfig

google-cloud-runtimeconfig

JSON →
library0.36.1pypypiunverified

Client library for the Google Cloud Runtime Configuration API, which allows you to dynamically store and retrieve configuration data for your applications. Current version 0.36.1, requires Python >=3.9, maintained by Google.

pip install google-cloud-runtimeconfig
INSTALL
IMPORT
SIG · GOOGLE-CLOUD-RUNTI
G
google-cloud-runtimeconfig
gcppythonv0.36.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RuntimeConfigClient
from google.cloud.runtimeconfig_v1 import RuntimeConfigClient
from google.cloud.runtimeconfig import RuntimeConfigClient

Instantiate the client and construct a config resource path.

from google.cloud.runtimeconfig import RuntimeConfigClient client = RuntimeConfigClient() project_id = 'my-project' config_name = 'my-config' config_path = client.config_path(project_id, config_name) print(config_path)
Debug
Known issues
gotchaThe RuntimeConfig API is a v1beta1 API and may have limited GA guarantees. Behavior may change.
fix
Check official Google Cloud documentation for the current API version lifecycle.
affects: all
gotchaSome quota and limits apply, such as variable size (max 64 KB) and number of variables per config. Exceeding these may cause errors.
fix
See https://cloud.google.com/deployment-manager/runtime-configurator/quotas
affects: all
gotchaThe library uses gRPC for communication. Ensure that the 'grpcio' and 'grpcio-status' packages are installed and updated.
fix
pip install --upgrade grpcio grpcio-status
affects: all
Upgrade
Version history
0.36.1latest on PyPI · released Mar 26, 2026
Audit
Dependencies
google-api-corerequiredCore library for Google API client infrastructure.
proto-plusrequiredProtobuf message handling.
google-authrequiredAuthentication for Google Cloud APIs.
Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
google-cloud-runtimeconfig — pip install google-cloud-runtimeconfig · libregistry