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-02-04 UTC."],[[["This endpoint updates an existing run resource in the Data Lineage API, identified by its unique name using a `PATCH` HTTP request."],["The run's name is specified in the URL path, following a defined format: `projects/{project}/locations/{location}/processes/{process}/runs/{run}`, and must meet certain length and character requirements."],["Query parameters include `updateMask` which is currently not used, and `allowMissing`, that when true, will create a run if one is not found."],["Both the request and the response body use the `Run` resource definition, which is a type that represents a data lineage run."],["Updating a run requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `datalineage.runs.update` on the `name` resource."]]],[]]