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

ProjectsLocationsProcessesPatchOptions

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

Additional options for DataLineage#projectsLocationsProcessesPatch.

interface ProjectsLocationsProcessesPatchOptions {
allowMissing?: boolean;
updateMask?: string;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true and the process is not found, the request inserts it.

§
updateMask?: string
[src]

The list of fields to update. Currently not used. The whole message is updated.