- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Updates a process.
HTTP request
PATCH https://datalineage.googleapis.com/v1/{process.name}
Path parameters
| Parameters | |
|---|---|
process.name | 
                
                   
 Immutable. The resource name of the lineage process. Format:   | 
              
Query parameters
| Parameters | |
|---|---|
updateMask | 
                
                   
 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:   | 
              
allowMissing | 
                
                   
 If set to true and the process is not found, the request inserts it.  | 
              
requestId | 
                
                   
 Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a   | 
              
Request body
The request body contains an instance of Process.
Response body
If successful, the response body contains an instance of Process.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
datalineage.processes.update
For more information, see the IAM documentation.