Die Projekt-ID für diese Anfrage im Format projects/[PROJECT_ID].
Zur Autorisierung ist die folgende Google IAM-Berechtigung für die angegebene Ressource parent erforderlich:
runtimeconfig.configs.create
Abfrageparameter
Parameter
requestId
string
Optional, aber empfohlen: Ein eindeutiger Wert für requestId. Wenn der Server zwei create()-Anfragen mit demselben requestId empfängt, wird die zweite Anfrage ignoriert und die erste im Back-End erstellte und gespeicherte Ressource zurückgegeben. Leere requestId-Felder werden ignoriert.
Der Kunde ist dafür verantwortlich, dass die requestId-Strings eindeutig sind.
requestId-Strings sind auf 64 Zeichen beschränkt.
Anfragetext
Der Anfragetext enthält eine Instanz von RuntimeConfig.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von RuntimeConfig.
[[["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)."],[[["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`."]]],[]]