ProjectsLocationsMessageBusesPatchOptions
import type { ProjectsLocationsMessageBusesPatchOptions } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
Additional options for Eventarc#projectsLocationsMessageBusesPatch.
interface ProjectsLocationsMessageBusesPatchOptions {
allowMissing?: boolean;
updateMask?: string;
validateOnly?: boolean;
}§Properties
§
allowMissing?: boolean
[src]Optional. If set to true, and the MessageBus is not found, a new
MessageBus will be created. In this situation, update_mask
is ignored.