Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse

import type { GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse } from "https://googleapis.deno.dev/v1/datalineage:v1.ts";

Response message for ProcessOpenLineageRunEvent.

interface GoogleCloudDatacatalogLineageV1ProcessOpenLineageRunEventResponse {
lineageEvents?: string[];
process?: string;
run?: string;
}

§Properties

§
lineageEvents?: string[]
[src]

Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.

§
process?: string
[src]

Created process name. Format: projects/{project}/locations/{location}/processes/{process}.

§
run?: string
[src]

Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.