Wajib. ID objek yang meminta. Jika ID yang dibuat otomatis diaktifkan di sisi server, hapus kolom ini dan datasetConfigId dari method_signature Create RPC. Catatan: Nilai tidak boleh berisi tanda hubung.
requestId
string
Opsional. ID unik untuk permintaan Anda. Tentukan ID permintaan jika Anda perlu mencoba lagi permintaan tersebut. Jika Anda mencoba lagi permintaan dengan ID yang sama dalam waktu 60 menit, server akan mengabaikan permintaan tersebut jika telah menyelesaikan permintaan asli.
Misalnya, jika waktu tunggu permintaan awal habis dan Anda mencoba lagi permintaan tersebut menggunakan ID permintaan yang sama, server akan mengenali permintaan asli dan tidak memproses permintaan baru.
ID permintaan harus berupa UUID yang valid dan tidak boleh berupa UUID nol (00000000-0000-0000-0000-000000000000).
[[["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-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)."]]