Required. The workload to update.
The workload's name field is used to identify the workload to be updated.
Format:
organizations/{org_id}/locations/{location_id}/workloads/{workload_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateWorkloadRequest` class in the Assured Workloads v1beta1 API is used to request the updating of a workload."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateWorkloadRequest` has two constructors, one default and one that takes another `UpdateWorkloadRequest` as a parameter."],["It includes two key properties: `UpdateMask`, which specifies the fields to be updated, and `Workload`, which contains the details of the workload to be updated."],["The `Workload` property requires the `name` field to be set, following a specified format."]]],[]]