This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
replaceRepeatedFields
boolean
Boolean flag that specifies whether to replace existing values in the debug mask when doing an update. Set to true to replace existing values. The default behavior is to append the values (false).
Request body
The request body contains an instance of DebugMask.
Response body
If successful, the response body contains an instance of DebugMask.
[[["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-04 UTC."],[[["This page details how to update a debug mask resource for an environment using a PATCH HTTP request."],["The request URL requires a path parameter, `debugMask.name`, which represents the name of the debug mask to be updated."],["The request supports two query parameters, `updateMask` for partial updates and `replaceRepeatedFields` to control how existing values are updated."],["Both the request and response bodies use the `DebugMask` resource."],["Updating the debug mask requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]