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;
requestId?: string;
updateMask?: string;
}

§Properties

§
allowMissing?: boolean
[src]

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

§
requestId?: string
[src]

Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.

§
updateMask?: string
[src]

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