Immutable. The resource name of the lineage process. Format: projects/{project}/locations/{location}/processes/{process}. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:. It takes the form projects/{project}/locations/{location}/processes/{processes}.
[[["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-02-04 UTC."],[[["This webpage details how to update a process using a PATCH HTTP request to a specific URL structure, `https://datalineage.googleapis.com/v1/{process.name}`."],["The process's resource name, formatted as `projects/{project}/locations/{location}/processes/{process}`, is specified as a required path parameter, where the process name must not exceed 200 characters and follow a specific character set."],["The `updateMask` and `allowMissing` parameters are available as query parameters to handle fields updates and to define if the request should insert the process if missing, respectively."],["The request body requires a `Process` instance to describe the process to update, with a `Process` instance being returned in the response body if the request is successful."],["Updating a process requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `datalineage.processes.update` IAM permission."]]],[]]