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

ProjectsLocationsJobsUpdateOptions

import type { ProjectsLocationsJobsUpdateOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Additional options for Dataflow#projectsLocationsJobsUpdate.

interface ProjectsLocationsJobsUpdateOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The list of fields to update relative to Job. If empty, only RequestedJobState will be considered for update. If the FieldMask is not empty and RequestedJobState is none/empty, The fields specified in the update mask will be the only ones considered for update. If both RequestedJobState and update_mask are specified, an error will be returned as we cannot update both state and mask.