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

ProjectsLocationsDataPoliciesPatchOptions

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

Additional options for BigQueryDataPolicy#projectsLocationsDataPoliciesPatch.

interface ProjectsLocationsDataPoliciesPatchOptions {
allowMissing?: boolean;
updateMask?: string;
}

§Properties

§
allowMissing?: boolean
[src]

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

§
updateMask?: string
[src]

The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask If not set, defaults to all of the fields that are allowed to update. Updates to the name and dataPolicyId fields are not allowed.