Data Lineage API: projects.
See: https://cloud.google.com/data-catalogapi/reference/rest/v1/projects
Data Lineage API: projects. See: https://cloud.google.com/data-catalogapi/reference/rest/v1/projects
(locations-batchSearchLinkProcesses$ auth parameters body)
Required parameters: parent
Optional parameters: none
Body:
{:pageToken string, :links [string], :pageSize integer}
Retrieve information about LineageProcesses associated with specific links. LineageProcesses are transformation pipelines that result in data flowing from source to target assets. Links between assets represent this operation. If you have specific link names, you can use this method to verify which LineageProcesses contribute to creating those links. See the SearchLinks method for more information on how to retrieve link name. You can retrieve the LineageProcess information in every project where you have the datalineage.events.get
permission. The project provided in the URL is used for Billing and Quota.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/batchSearchLinkProcesses Required parameters: parent Optional parameters: none Body: {:pageToken string, :links [string], :pageSize integer} Retrieve information about LineageProcesses associated with specific links. LineageProcesses are transformation pipelines that result in data flowing from **source** to **target** assets. Links between assets represent this operation. If you have specific link names, you can use this method to verify which LineageProcesses contribute to creating those links. See the SearchLinks method for more information on how to retrieve link name. You can retrieve the LineageProcess information in every project where you have the `datalineage.events.get` permission. The project provided in the URL is used for Billing and Quota.
(locations-operations-cancel$ auth parameters body)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/cancel
Required parameters: name
Optional parameters: none
Body:
{}
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/cancel Required parameters: name Optional parameters: none Body: {} Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
(locations-operations-delete$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/delete
Required parameters: name
Optional parameters: none
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/delete Required parameters: name Optional parameters: none Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
(locations-operations-get$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/get
Required parameters: name
Optional parameters: none
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/get Required parameters: name Optional parameters: none Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
(locations-operations-list$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/list
Required parameters: name
Optional parameters: filter, pageToken, pageSize
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/operations/list Required parameters: name Optional parameters: filter, pageToken, pageSize Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
(locations-processes-create$ auth parameters body)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/create
Required parameters: parent
Optional parameters: requestId
Body:
{:attributes {}, :displayName string, :origin {:sourceType string, :name string}, :name string}
Creates a new process.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/create Required parameters: parent Optional parameters: requestId Body: {:attributes {}, :displayName string, :origin {:sourceType string, :name string}, :name string} Creates a new process.
(locations-processes-delete$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/delete
Required parameters: name
Optional parameters: allowMissing
Deletes the process with the specified name.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/delete Required parameters: name Optional parameters: allowMissing Deletes the process with the specified name.
(locations-processes-get$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/get
Required parameters: name
Optional parameters: none
Gets the details of the specified process.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/get Required parameters: name Optional parameters: none Gets the details of the specified process.
(locations-processes-list$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/list
Required parameters: parent
Optional parameters: pageToken, pageSize
List processes in the given project and location. List order is descending by insertion time.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/list Required parameters: parent Optional parameters: pageToken, pageSize List processes in the given project and location. List order is descending by insertion time.
(locations-processes-patch$ auth parameters body)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/patch
Required parameters: name
Optional parameters: allowMissing, updateMask
Body:
{:attributes {}, :displayName string, :origin {:sourceType string, :name string}, :name string}
Updates a process.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/patch Required parameters: name Optional parameters: allowMissing, updateMask Body: {:attributes {}, :displayName string, :origin {:sourceType string, :name string}, :name string} Updates a process.
(locations-processes-runs-create$ auth parameters body)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/create
Required parameters: parent
Optional parameters: requestId
Body:
{:attributes {}, :endTime string, :state string, :name string, :startTime string, :displayName string}
Creates a new run.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/create Required parameters: parent Optional parameters: requestId Body: {:attributes {}, :endTime string, :state string, :name string, :startTime string, :displayName string} Creates a new run.
(locations-processes-runs-delete$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/delete
Required parameters: name
Optional parameters: allowMissing
Deletes the run with the specified name.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/delete Required parameters: name Optional parameters: allowMissing Deletes the run with the specified name.
(locations-processes-runs-get$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/get
Required parameters: name
Optional parameters: none
Gets the details of the specified run.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/get Required parameters: name Optional parameters: none Gets the details of the specified run.
(locations-processes-runs-lineageEvents-create$ auth parameters body)
Required parameters: parent
Optional parameters: requestId
Body:
{:name string, :endTime string, :startTime string, :links [{:source GoogleCloudDatacatalogLineageV1EntityReference, :target GoogleCloudDatacatalogLineageV1EntityReference}]}
Creates a new lineage event.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/lineageEvents/create Required parameters: parent Optional parameters: requestId Body: {:name string, :endTime string, :startTime string, :links [{:source GoogleCloudDatacatalogLineageV1EntityReference, :target GoogleCloudDatacatalogLineageV1EntityReference}]} Creates a new lineage event.
(locations-processes-runs-lineageEvents-delete$ auth parameters)
Required parameters: name
Optional parameters: allowMissing
Deletes the lineage event with the specified name.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/lineageEvents/delete Required parameters: name Optional parameters: allowMissing Deletes the lineage event with the specified name.
(locations-processes-runs-lineageEvents-get$ auth parameters)
Required parameters: name
Optional parameters: none
Gets details of a specified lineage event.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/lineageEvents/get Required parameters: name Optional parameters: none Gets details of a specified lineage event.
(locations-processes-runs-lineageEvents-list$ auth parameters)
Required parameters: parent
Optional parameters: pageSize, pageToken
Lists lineage events in the given project and location. The list order is not defined.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/lineageEvents/list Required parameters: parent Optional parameters: pageSize, pageToken Lists lineage events in the given project and location. The list order is not defined.
(locations-processes-runs-list$ auth parameters)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/list
Required parameters: parent
Optional parameters: pageSize, pageToken
Lists runs in the given project and location. List order is descending by start_time
.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/list Required parameters: parent Optional parameters: pageSize, pageToken Lists runs in the given project and location. List order is descending by `start_time`.
(locations-processes-runs-patch$ auth parameters body)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/patch
Required parameters: name
Optional parameters: updateMask, allowMissing
Body:
{:attributes {}, :endTime string, :state string, :name string, :startTime string, :displayName string}
Updates a run.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processes/runs/patch Required parameters: name Optional parameters: updateMask, allowMissing Body: {:attributes {}, :endTime string, :state string, :name string, :startTime string, :displayName string} Updates a run.
(locations-processOpenLineageRunEvent$ auth parameters body)
Required parameters: parent
Optional parameters: requestId
Body:
{}
Creates new lineage events together with their parents: process and run. Updates the process and run if they already exist. Mapped from Open Lineage specification: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/processOpenLineageRunEvent Required parameters: parent Optional parameters: requestId Body: {} Creates new lineage events together with their parents: process and run. Updates the process and run if they already exist. Mapped from Open Lineage specification: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json.
(locations-searchLinks$ auth parameters body)
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/searchLinks
Required parameters: parent
Optional parameters: none
Body:
{:pageToken string, :pageSize integer, :source {:fullyQualifiedName string}, :target {:fullyQualifiedName string}}
Retrieve a list of links connected to a specific asset. Links represent the data flow between source (upstream) and target (downstream) assets in transformation pipelines. Links are stored in the same project as the Lineage Events that create them. You can retrieve links in every project where you have the datalineage.events.get
permission. The project provided in the URL is used for Billing and Quota.
https://cloud.google.com/data-catalogapi/reference/rest/v1/projects/locations/searchLinks Required parameters: parent Optional parameters: none Body: {:pageToken string, :pageSize integer, :source {:fullyQualifiedName string}, :target {:fullyQualifiedName string}} Retrieve a list of links connected to a specific asset. Links represent the data flow between **source** (upstream) and **target** (downstream) assets in transformation pipelines. Links are stored in the same project as the Lineage Events that create them. You can retrieve links in every project where you have the `datalineage.events.get` permission. The project provided in the URL is used for Billing and Quota.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close