- REST Resource: v1.projects.locations
- REST Resource: v1.projects.locations.operations
- REST Resource: v1.projects.locations.processes
- REST Resource: v1.projects.locations.processes.runs
- REST Resource: v1.projects.locations.processes.runs.lineageEvents
Service: datalineage.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://datalineage.googleapis.com
REST Resource: v1.projects.locations
| Methods | |
|---|---|
| batchSearchLinkProcesses | POST /v1/{parent}:batchSearchLinkProcessesRetrieve information about LineageProcesses associated with specific links. | 
| processOpenLineageRunEvent | POST /v1/{parent}:processOpenLineageRunEventCreates new lineage events together with their parents: process and run. | 
| searchLinks | POST /v1/{parent}:searchLinksRetrieve a list of links connected to a specific asset. | 
REST Resource: v1.projects.locations.operations
| Methods | |
|---|---|
| cancel | POST /v1/{name}:cancelStarts asynchronous cancellation on a long-running operation. | 
| delete | DELETE /v1/{name}Deletes a long-running operation. | 
| get | GET /v1/{name}Gets the latest state of a long-running operation. | 
| list | GET /v1/{name}/operationsLists operations that match the specified filter in the request. | 
REST Resource: v1.projects.locations.processes
| Methods | |
|---|---|
| create | POST /v1/{parent}/processesCreates a new process. | 
| delete | DELETE /v1/{name}Deletes the process with the specified name. | 
| get | GET /v1/{name}Gets the details of the specified process. | 
| list | GET /v1/{parent}/processesList processes in the given project and location. | 
| patch | PATCH /v1/{process.name}Updates a process. | 
REST Resource: v1.projects.locations.processes.runs
| Methods | |
|---|---|
| create | POST /v1/{parent}/runsCreates a new run. | 
| delete | DELETE /v1/{name}Deletes the run with the specified name. | 
| get | GET /v1/{name}Gets the details of the specified run. | 
| list | GET /v1/{parent}/runsLists runs in the given project and location. | 
| patch | PATCH /v1/{run.name}Updates a run. | 
REST Resource: v1.projects.locations.processes.runs.lineageEvents
| Methods | |
|---|---|
| create | POST /v1/{parent}/lineageEventsCreates a new lineage event. | 
| delete | DELETE /v1/{name}Deletes the lineage event with the specified name. | 
| get | GET /v1/{name}Gets details of a specified lineage event. | 
| list | GET /v1/{parent}/lineageEventsLists lineage events in the given project and location. |