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)."],[[["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."]]],[]]