Class UpdateTableRequest (2.32.0)

UpdateTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].

Attributes

Name Description
table google.cloud.bigtable_admin_v2.types.Table
Required. The table to update. The table's name field is used to identify the table to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
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 - row_key_schema If column_families is set in update_mask, it will return an UNIMPLEMENTED error.
ignore_warnings bool
Optional. If true, ignore safety checks when updating the table.