Resource RuntimeConfig adalah resource utama di layanan Cloud RuntimeConfig. Resource RuntimeConfig terdiri dari metadata dan hierarki variabel.
Representasi JSON
{"name": string,"description": string}
Kolom
name
string
Nama resource konfigurasi runtime. Nama harus memiliki format:
projects/[PROJECT_ID]/configs/[CONFIG_NAME]
[PROJECT_ID] harus berupa project ID yang valid, dan [CONFIG_NAME] adalah nama arbitrer yang cocok dengan ekspresi reguler [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])?. Panjang [CONFIG_NAME] harus kurang dari 64 karakter.
Anda memilih nama resource RuntimeConfig, tetapi server akan memvalidasi bahwa nama tersebut mematuhi format ini. Setelah membuat resource, Anda tidak dapat mengubah namanya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]