ProjectsInstancesTablesPatchOptions
import type { ProjectsInstancesTablesPatchOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";Additional options for BigtableAdmin#projectsInstancesTablesPatch.
interface ProjectsInstancesTablesPatchOptions  {
ignoreWarnings?: boolean;
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 *
automated_backup_policy * automated_backup_policy.retention_period *
automated_backup_policy.frequency * row_key_schema If column_families
is set in update_mask, it will return an UNIMPLEMENTED error.