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;
forceNewRevision?: 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.

§
forceNewRevision?: boolean
[src]

Optional. If set to true, a new revision will be created from the template even if the system doesn't detect any changes from the previously deployed revision. This may be useful for cases where the underlying resources need to be recreated or reinitialized. For example if the image is specified by label, but the underlying image digest has changed) or if the container performs deployment initialization work that needs to be performed again.

§
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.