Required. A mask to specify the fields in the Order to overwrite with this update. The fields specified in the updateMask are relative to the order, 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.
[[["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-07-11 UTC."],[[["This page details how to update an order's parameters using a PATCH HTTP request to the specified URL endpoint: `https://gdchardwaremanagement.googleapis.com/v1alpha/{order.name=projects/*/locations/*/orders/*}`."],["The `order.name` parameter, formatted as `projects/{project}/locations/{location}/orders/{order}`, is a required path parameter to identify the specific order."],["The `updateMask` parameter, which is a required query parameter, specifies which fields of the Order resource should be updated and a `requestId`, which is an optional query parameter, can be provided for unique request identification."],["Updating an order requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.orders.update` on the order resource."],["The request body must contain an `Order` resource instance, and a successful response will contain an `Operation` resource instance."]]],[]]