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

UpdateInstanceRequest

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

The request for UpdateInstance.

interface UpdateInstanceRequest {
fieldMask?: string;
instance?: Instance;
}

§Properties

§
fieldMask?: string
[src]

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

§
instance?: Instance
[src]

Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.