Field mask is used to specify the fields that the update will overwrite in an instance resource. The fields specified in the updateMask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask, the label field will be overwritten.
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-03-17 UTC."],[[["This endpoint updates a single Data Fusion instance using a PATCH request."],["The `instance.name` path parameter specifies the instance to be updated, using the format `projects/*/locations/*/instances/*`."],["The `updateMask` query parameter determines which fields within the instance will be overwritten during the update, and it is formatted as a comma-separated list of fields."],["The request body should contain an instance of `Instance`, while a successful response returns an instance of `Operation`."],["Authorization for this endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]