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

ProjectsInstancesTablesPatchOptions

import type { ProjectsInstancesTablesPatchOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesTablesPatch.

interface ProjectsInstancesTablesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The list of fields to update. A mask specifying which fields (e.g. change_stream_config) in the table field should be updated. This mask is relative to the table field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * change_stream_config * change_stream_config.retention_period * deletion_protection If column_families is set in update_mask, it will return an UNIMPLEMENTED error.