Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} 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}/runs/{run}.
[[["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 endpoint updates an existing run resource in the Data Lineage API, identified by its unique name using a \u003ccode\u003ePATCH\u003c/code\u003e HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe run's name is specified in the URL path, following a defined format: \u003ccode\u003eprojects/{project}/locations/{location}/processes/{process}/runs/{run}\u003c/code\u003e, and must meet certain length and character requirements.\u003c/p\u003e\n"],["\u003cp\u003eQuery parameters include \u003ccode\u003eupdateMask\u003c/code\u003e which is currently not used, and \u003ccode\u003eallowMissing\u003c/code\u003e, that when true, will create a run if one is not found.\u003c/p\u003e\n"],["\u003cp\u003eBoth the request and the response body use the \u003ccode\u003eRun\u003c/code\u003e resource definition, which is a type that represents a data lineage run.\u003c/p\u003e\n"],["\u003cp\u003eUpdating a run requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003edatalineage.runs.update\u003c/code\u003e on the \u003ccode\u003ename\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.processes.runs.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 run.\n\n### HTTP request\n\n`PATCH https://datalineage.googleapis.com/v1/{run.name}`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Run](/dataplex/docs/reference/data-lineage/rest/v1/projects.locations.processes.runs#Run).\n\n### Response body\n\nIf successful, the response body contains an instance of [Run](/dataplex/docs/reference/data-lineage/rest/v1/projects.locations.processes.runs#Run).\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.runs.update`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]