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

ProjectsLocationsMessageBusesDeleteOptions

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

Additional options for Eventarc#projectsLocationsMessageBusesDelete.

interface ProjectsLocationsMessageBusesDeleteOptions {
allowMissing?: boolean;
etag?: string;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

Optional. If set to true, and the MessageBus is not found, the request will succeed but no action will be taken on the server.

§
etag?: string
[src]

Optional. If provided, the MessageBus will only be deleted if the etag matches the current etag on the resource.

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not post it.