Required. A mask specifying a list of fields to be updated in the ReportConfig resource. The fields specified in the updateMask are relative to the resource, not the full request. A field is overwritten if it is in the mask. The updateMask is required.
This is a comma-separated list of fully qualified names of fields. Example: displayName,frequency_options.frequency.
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 ReportConfig.
Response body
If successful, the response body contains an instance of ReportConfig.
[[["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.reportConfigs.patch\n\nUpdates an existing inventory report configuration in a given project for a given location.\n\n### HTTP request\n\n`PATCH https://storageinsights.googleapis.com/v1/{reportConfig.name=projects/*/locations/*/reportConfigs/*}`\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 [ReportConfig](/storage/docs/insights/reference/rest/v1/projects.locations.reportConfigs#ReportConfig).\n\n### Response body\n\nIf successful, the response body contains an instance of [ReportConfig](/storage/docs/insights/reference/rest/v1/projects.locations.reportConfigs#ReportConfig).\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.reportConfigs.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]