Required. A mask to specify the fields in the Hardware to overwrite with this update. The fields specified in the updateMask are relative to the hardware, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
requestId
string
Optional. An optional unique identifier for this request. See AIP-155.
Request body
The request body contains an instance of Hardware.
Response body
If successful, the response body contains an instance of Operation.
[[["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-06 UTC."],[[["This webpage details how to update hardware parameters using a `PATCH` HTTP request to a specific URL format utilizing gRPC Transcoding."],["The `hardware.name` path parameter, formatted as `projects/{project}/locations/{location}/hardware/{hardware}`, is required to identify the specific hardware to be updated."],["Query parameters, including a required `updateMask` (FieldMask format) and an optional `requestId`, allow for fine-grained control over the hardware update process."],["The request body should contain an instance of `Hardware`, and a successful update returns an instance of `Operation`."],["Updating hardware parameters requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.hardware.update`."]]],[]]