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

UpdateInstancePartitionRequest

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

The request for UpdateInstancePartition.

interface UpdateInstancePartitionRequest {
fieldMask?: string;
instancePartition?: InstancePartition;
}

§Properties

§
fieldMask?: string
[src]

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

§
instancePartition?: InstancePartition
[src]

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