Required. A mask to specify the fields in the Zone to overwrite with this update. The fields specified in the updateMask are relative to the zone, 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 2024-08-06 UTC."],[[["This page details how to update the parameters of a zone using a `PATCH` request to the specified URL."],["The `zone.name` parameter in the URL path is a required string identifier formatted as `projects/{project}/locations/{location}/zones/{zone}`."],["The `updateMask` query parameter, formatted as a [FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask), is required to specify which fields of the zone to overwrite."],["The request body must contain an instance of the `Zone`, and the response body will contain an instance of `Operation` if successful."],["To make this update, the request requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `gdchardwaremanagement.zones.update` on the `name` resource."]]],[]]