ProjectsLocationsProcessesPatchOptions
import type { ProjectsLocationsProcessesPatchOptions } from "https://googleapis.deno.dev/v1/datalineage:v1.ts";Additional options for DataLineage#projectsLocationsProcessesPatch.
interface ProjectsLocationsProcessesPatchOptions {
allowMissing?: boolean;
requestId?: string;
updateMask?: string;
}§Properties
§
allowMissing?: boolean
[src]Optional. If set to true and the process is not found, the request inserts it.