Un recurso RuntimeConfig es el recurso principal del servicio de Cloud RuntimeConfig. Un recurso RuntimeConfig consta de metadatos y una jerarquía de variables.
Representación JSON
{"name": string,"description": string}
Campos
name
string
Es el nombre del recurso de una configuración del entorno de ejecución. El nombre debe tener el siguiente formato:
projects/[PROJECT_ID]/configs/[CONFIG_NAME]
[PROJECT_ID] debe ser un ID de proyecto válido y [CONFIG_NAME] es un nombre arbitrario que coincide con la expresión regular [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])?. La longitud de [CONFIG_NAME] debe ser inferior a 64 caracteres.
Eliges el nombre del recurso RuntimeConfig, pero el servidor validará que el nombre cumpla con este formato. Después de crear el recurso, no podrás cambiar su nombre.
description
string
Una descripción opcional del objeto RuntimeConfig.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]