Eine RuntimeConfig-Ressource ist die primäre Ressource im Cloud RuntimeConfig-Dienst. Eine RuntimeConfig-Ressource besteht aus Metadaten und einer Hierarchie an Variablen.
JSON-Darstellung
{"name": string,"description": string}
Felder
name
string
Der Name der Ressource einer RuntimeConfig. Der Name muss in folgendem Format sein:
projects/[PROJECT_ID]/configs/[CONFIG_NAME]
[PROJECT_ID] muss eine gültige Projekt-ID sein und [CONFIG_NAME] ist ein beliebiger Name, der dem regulären Ausdruck [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])? entspricht. [CONFIG_NAME] darf maximal 64 Zeichen lang sein.
Sie wählen einen Namen für die RuntimeConfig-Ressource, aber der Server wird überprüfen, ob der Name dem Format entspricht. Nachdem Sie die Ressource erstellt haben, können Sie den Namen der Ressource nicht mehr ändern.
description
string
Eine optionale Beschreibung des RuntimeConfig-Objekts.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-04 (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."]]