Una risorsa RuntimeConfig è la risorsa principale del servizio Cloud RuntimeConfig. Una risorsa RuntimeConfig è costituita da metadati e da una gerarchia di variabili.
Rappresentazione JSON
{"name": string,"description": string}
Campi
name
string
Il nome della risorsa di una configurazione di runtime. Il nome deve avere il formato:
projects/[PROJECT_ID]/configs/[CONFIG_NAME]
[PROJECT_ID] deve essere un ID progetto valido e [CONFIG_NAME] è un nome arbitrario che corrisponde all'espressione regolare [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])?. La lunghezza di [CONFIG_NAME] deve essere inferiore a 64 caratteri.
Scegli il nome della risorsa RuntimeConfig, ma il server convaliderà che il nome rispetti questo formato. Una volta creata la risorsa, non puoi modificarne il nome.
description
string
Una descrizione facoltativa dell'oggetto RuntimeConfig.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]