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.