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

ProjectsInstanceConfigsDeleteOptions

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

Additional options for Spanner#projectsInstanceConfigsDelete.

interface ProjectsInstanceConfigsDeleteOptions {
etag?: string;
validateOnly?: boolean;
}

§Properties

§
etag?: string
[src]

Used for optimistic concurrency control as a way to help prevent simultaneous deletes of an instance config from overwriting each other. If not empty, the API only deletes the instance config when the etag provided matches the current status of the requested instance config. Otherwise, deletes the instance config without checking the current status of the requested instance config.

§
validateOnly?: boolean
[src]

An option to validate, but not actually execute, a request, and provide the same response.