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 configuration from overwriting each other. If not empty, the API only deletes the instance configuration when the etag provided matches the current status of the requested instance configuration. Otherwise, deletes the instance configuration without checking the current status of the requested instance configuration.

§
validateOnly?: boolean
[src]

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