필수 항목입니다. 필드 마스크는 DatasetConfig 리소스에서 업데이트로 덮어쓸 필드를 지정하는 데 사용됩니다. updateMask에 지정된 필드는 전체 요청이 아닌 해당 리소스를 기준으로 합니다. 마스크에 있으면 필드를 덮어씁니다. 사용자가 마스크를 제공하지 않으면 '잘못된 인수' 오류가 반환됩니다.
정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예: description, retentionPeriodDays
requestId
string
선택사항입니다. 요청의 고유 식별자입니다. 요청을 다시 시도해야 하는 경우 요청 ID를 지정합니다. 60분 내에 동일한 ID를 사용해서 요청을 다시 시도하면 이미 원래 요청이 완료된 경우 서버가 해당 요청을 무시합니다.
예를 들어 초기 요청이 타임아웃되고 동일한 요청 ID를 사용해서 요청을 다시 시도하면 서버가 원래 요청을 인식하고 새 요청을 처리하지 않습니다.
요청 ID는 유효한 UUID여야 하며 0인 UUID(00000000-0000-0000-0000-000000000000)는 될 수 없습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-20(UTC)"],[],[],null,["# Method: projects.locations.datasetConfigs.patch\n\nUpdates a dataset configuration in a given project for a given location.\n\n### HTTP request\n\n`PATCH https://storageinsights.googleapis.com/v1/{datasetConfig.name=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 an 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 `name` resource:\n\n- `storageinsights.datasetConfigs.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]