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

ProjectsLocationsServicesPatchOptions

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

Additional options for Run#projectsLocationsServicesPatch.

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

§Properties

§
allowMissing?: boolean
[src]

Optional. If set to true, and if the Service does not exist, it will create a new one. The caller must have 'run.services.create' permissions if this is set to true and the Service does not exist.

§
updateMask?: string
[src]

Optional. The list of fields to be updated.

§
validateOnly?: boolean
[src]

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