Required. ID of the requesting object. If auto-generating ID is enabled on the server-side, remove this field and datasetConfigId from the method_signature of Create RPC. Note: The value should not contain any hyphens.
requestId
string
Optional. A unique identifier for your request. Specify the request ID if you need to retry the request. If you retry the request with the same ID within 60 minutes, the server ignores the request if it has already completed the original request.
For example, if your initial request times out and you retry the request using the same request ID, the server recognizes the original request and does not process the new request.
The request ID must be a valid UUID and cannot be a zero UUID (00000000-0000-0000-0000-000000000000).
Request body
The request body contains an instance of DatasetConfig.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 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)."]]