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}.
The list of fields to update. Currently not used. The whole message is updated.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
allowMissing
boolean
If set to true and the process is not found, the request inserts it.
requestId
string
Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a requestId is provided.
[[["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-21 UTC."],[[["\u003cp\u003eThis webpage details how to update a process using a PATCH HTTP request to a specific URL structure, \u003ccode\u003ehttps://datalineage.googleapis.com/v1/{process.name}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe process's resource name, formatted as \u003ccode\u003eprojects/{project}/locations/{location}/processes/{process}\u003c/code\u003e, is specified as a required path parameter, where the process name must not exceed 200 characters and follow a specific character set.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e and \u003ccode\u003eallowMissing\u003c/code\u003e parameters are available as query parameters to handle fields updates and to define if the request should insert the process if missing, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a \u003ccode\u003eProcess\u003c/code\u003e instance to describe the process to update, with a \u003ccode\u003eProcess\u003c/code\u003e instance being returned in the response body if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eUpdating a process requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the \u003ccode\u003edatalineage.processes.update\u003c/code\u003e IAM permission.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.processes.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nUpdates a process.\n\n### HTTP request\n\n`PATCH https://datalineage.googleapis.com/v1/{process.name}`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Process](/dataplex/docs/reference/data-lineage/rest/v1/projects.locations.processes#Process).\n\n### Response body\n\nIf successful, the response body contains an instance of [Process](/dataplex/docs/reference/data-lineage/rest/v1/projects.locations.processes#Process).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `datalineage.processes.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]