The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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-01-22 UTC."],[[["This endpoint, `projects.locations.instances.dataAccessLabels.patch`, updates an existing data access label using a PATCH request."],["The request requires a specific data access label name as a path parameter and can utilize an optional `updateMask` query parameter to specify which fields to modify."],["The request body must include an instance of `DataAccessLabel`, and a successful response also returns an instance of `DataAccessLabel`."],["Updating data access labels necessitates the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `chronicle.dataAccessLabels.update` on the target resource."]]],[]]