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

UpdateInstanceConfigRequest

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

The request for UpdateInstanceConfigRequest.

interface UpdateInstanceConfigRequest {
instanceConfig?: InstanceConfig;
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
instanceConfig?: InstanceConfig
[src]

Required. The user instance config to update, which must always include the instance config name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.

§
updateMask?: string
[src]

Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.

§
validateOnly?: boolean
[src]

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