Skip to content

Commit fb027c8

Browse files
Google APIscopybara-github
authored andcommitted
feat: Modify ModifyColumnFamiliesRequest proto to expose ignore_warnings field
PiperOrigin-RevId: 590940407
1 parent 3daf379 commit fb027c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/bigtable/admin/v2/bigtable_table_admin.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,9 @@ message ModifyColumnFamiliesRequest {
734734
// family, for example).
735735
repeated Modification modifications = 2
736736
[(google.api.field_behavior) = REQUIRED];
737+
738+
// Optional. If true, ignore safety checks when modifying the column families.
739+
bool ignore_warnings = 3 [(google.api.field_behavior) = OPTIONAL];
737740
}
738741

739742
// Request message for

0 commit comments

Comments
 (0)