Project ID untuk permintaan ini, dalam format projects/[PROJECT_ID].
Otorisasi memerlukan izin Google IAM berikut di resource parent yang ditentukan:
runtimeconfig.configs.create
Parameter kueri
Parameter
requestId
string
requestId unik yang bersifat opsional, tetapi direkomendasikan. Jika server menerima dua permintaan create() dengan requestId yang sama, permintaan kedua akan diabaikan dan resource pertama yang dibuat dan disimpan di backend akan ditampilkan. Kolom requestId kosong akan diabaikan.
Klien bertanggung jawab untuk memastikan keunikan string requestId.
[[["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."],[[["This endpoint creates a new RuntimeConfig resource, which requires a unique configuration name within the project."],["The HTTP request is a `POST` to a specific URL structure that includes the project ID in the format `projects/[PROJECT_ID]`."],["The `parent` path parameter specifies the project ID and requires `runtimeconfig.configs.create` IAM permission for authorization."],["An optional `requestId` query parameter can be included to ensure idempotent resource creation, preventing duplicate resources."],["The request and response bodies both contain instances of the `RuntimeConfig` resource, and the process requires specific OAuth scopes for authorization, such as `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig`."]]],[]]