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 2018-10-17 UTC."],[[["A RuntimeConfig resource is the central component of the Cloud RuntimeConfig service, comprising metadata and a hierarchy of variables."],["The RuntimeConfig resource's name must adhere to a specific format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`, with `[CONFIG_NAME]` being less than 64 characters."],["The `name` and `description` fields define the resource, with `description` being optional."],["Several methods are available to manage RuntimeConfig resources, including creating, deleting, getting, updating, and listing them."],["Managing access control on RuntimeConfig resources is available through the `getIamPolicy`, `setIamPolicy`, and `testIamPermissions` methods."]]],[]]