POST https://datalineage.googleapis.com/v1/{parent}/processes
Path parameters
Parameters
parent
string
Required. The name of the project and its location that should own the process. It takes the form projects/{project}/locations/{location}.
Query parameters
Parameters
requestId
string
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-02-04 UTC."],[[["This endpoint facilitates the creation of a new process via an HTTP POST request to a specific project and location defined in the `parent` path parameter."],["The `requestId` query parameter allows for request idempotency and requires a unique identifier up to 36 ASCII characters, with a random UUID being recommended."],["The request body must contain an instance of the `Process` object, while the response body will return the newly created `Process` instance upon success."],["Successful authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `datalineage.processes.create` on the `parent` resource."]]],[]]