Erforderlich. ID des anfragenden Objekts. Wenn die automatische Generierung von IDs auf der Serverseite aktiviert ist, entfernen Sie dieses Feld und datasetConfigId aus der method_signature von Create RPC. Hinweis: Der Wert darf keine Bindestrich enthalten.
requestId
string
Optional. Eine eindeutige Kennung für Ihre Anfrage. Geben Sie die Anfrage-ID an, falls Sie die Anfrage wiederholen müssen. Wenn Sie die Anfrage innerhalb von 60 Minuten mit derselben ID wiederholen, ignoriert der Server die Anfrage, wenn die ursprüngliche Anfrage bereits abgeschlossen wurde.
Wenn beispielsweise Ihre erste Anfrage ein Zeitlimit überschreitet und Sie die Anfrage mit derselben Anfrage-ID noch einmal wiederholen, erkennt der Server die ursprüngliche Anfrage und verarbeitet die neue Anfrage nicht.
Die Anfrage-ID muss eine gültige UUID sein und darf keine Null-UUID sein (00000000-0000-0000-0000-000000000000).
Anfragetext
Der Anfragetext enthält eine Instanz von DatasetConfig.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte Instanz von Operation.
[[["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-07-29 (UTC)."],[],[],null,["# Method: projects.locations.datasetConfigs.create\n\nCreates a dataset configuration in a given project for a given location.\n\n### HTTP request\n\n`POST https://storageinsights.googleapis.com/v1/{parent=projects/*/locations/*}/datasetConfigs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [DatasetConfig](/storage/docs/insights/reference/rest/v1/projects.locations.datasetConfigs#DatasetConfig).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/storage/docs/insights/reference/rest/v1/projects.locations.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `storageinsights.datasetConfigs.create`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]