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

ProjectsLocationsTriggersPatchOptions

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

Additional options for Eventarc#projectsLocationsTriggersPatch.

interface ProjectsLocationsTriggersPatchOptions {
allowMissing?: boolean;
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

If set to true, and the trigger is not found, a new trigger will be created. In this situation, update_mask is ignored.

§
updateMask?: string
[src]

The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not post it.