Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields:
"description"
"directoryServices"
"fileShares"
"labels"
"performanceConfig"
"deletionProtectionEnabled"
"deletionProtectionReason"
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of Instance.
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 2025-01-29 UTC."],[[["This webpage details how to update the settings of a specific instance using a `PATCH` request to the provided URL."],["The request requires a `name` path parameter to identify the instance and an `updateMask` query parameter to specify which fields to update."],["The request body must contain an `Instance` resource with updated settings, as defined in the documentation."],["Upon a successful `PATCH` request, the response body will contain an `Operation` resource."],["The operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]