Updates an existing workload. Currently allows updating of workload displayName and labels. For force updates don't set etag field in the Workload. Only one update operation per workload can be in progress.
[[["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 2024-08-23 UTC."],[[["This page details how to update an existing workload, specifically allowing modifications to the workload's display name and labels."],["The `PATCH` method is used to make the update, with the endpoint and workload name specified in the URL."],["The `updateMask` query parameter is required to specify which fields within the workload should be updated using a comma-separated list."],["The request and response bodies both utilize the `Workload` resource to send the updated data and confirm the result, respectively."],["Updating a workload requires the `assuredworkloads.workload.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]