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

ProjectsLocationsJobsPatchOptions

import type { ProjectsLocationsJobsPatchOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";

Additional options for Run#projectsLocationsJobsPatch.

interface ProjectsLocationsJobsPatchOptions {
allowMissing?: boolean;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

Optional. If set to true, and if the Job does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.

§
validateOnly?: boolean
[src]

Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.