A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig service. A RuntimeConfig resource consists of metadata and a hierarchy of variables.
JSON representation
{"name": string,"description": string}
Fields
name
string
The resource name of a runtime config. The name must have the format:
projects/[PROJECT_ID]/configs/[CONFIG_NAME]
The [PROJECT_ID] must be a valid project ID, and [CONFIG_NAME] is an arbitrary name that matches the [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? regular expression. The length of [CONFIG_NAME] must be less than 64 characters.
You pick the RuntimeConfig resource name, but the server will validate that the name adheres to this format. After you create the resource, you cannot change the resource's name.
description
string
An optional description of the RuntimeConfig object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eA RuntimeConfig resource is the central component of the Cloud RuntimeConfig service, comprising metadata and a hierarchy of variables.\u003c/p\u003e\n"],["\u003cp\u003eThe RuntimeConfig resource's name must adhere to a specific format: \u003ccode\u003eprojects/[PROJECT_ID]/configs/[CONFIG_NAME]\u003c/code\u003e, with \u003ccode\u003e[CONFIG_NAME]\u003c/code\u003e being less than 64 characters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e and \u003ccode\u003edescription\u003c/code\u003e fields define the resource, with \u003ccode\u003edescription\u003c/code\u003e being optional.\u003c/p\u003e\n"],["\u003cp\u003eSeveral methods are available to manage RuntimeConfig resources, including creating, deleting, getting, updating, and listing them.\u003c/p\u003e\n"],["\u003cp\u003eManaging access control on RuntimeConfig resources is available through the \u003ccode\u003egetIamPolicy\u003c/code\u003e, \u003ccode\u003esetIamPolicy\u003c/code\u003e, and \u003ccode\u003etestIamPermissions\u003c/code\u003e methods.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.configs\n\n- [Resource: RuntimeConfig](#RuntimeConfig)\n - [JSON representation](#RuntimeConfig.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: RuntimeConfig\n-----------------------\n\nA RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig service. A RuntimeConfig resource consists of metadata and a hierarchy of variables."]]