Method: projects.locations.processes.runs.patch

Stay organized with collections Save and categorize content based on your preferences.

Updates a run.

HTTP request

PATCH https://datalineage.googleapis.com/v1/{run.name}

Path parameters

Parameters
run.name

string

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}.

Query parameters

Parameters
updateMask

string (FieldMask format)

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".

Request body

The request body contains an instance of Run.

Response body

If successful, the response body contains an instance of Run.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.