Skip to content

Commit f31e7ed

Browse files
1 parent 2ff5790 commit f31e7ed

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/BigtableAdmin/Resource/ProjectsInstancesTables.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,10 @@ public function modifyColumnFamilies($name, ModifyColumnFamiliesRequest $postBod
244244
* request message. The wildcard (*) path is currently not supported. Currently
245245
* UpdateTable is only supported for the following fields: *
246246
* `change_stream_config` * `change_stream_config.retention_period` *
247-
* `deletion_protection` If `column_families` is set in `update_mask`, it will
248-
* return an UNIMPLEMENTED error.
247+
* `deletion_protection` * `automated_backup_policy` *
248+
* `automated_backup_policy.retention_period` *
249+
* `automated_backup_policy.frequency` If `column_families` is set in
250+
* `update_mask`, it will return an UNIMPLEMENTED error.
249251
* @return Operation
250252
* @throws \Google\Service\Exception
251253
*/

0 commit comments

Comments
 (0)