You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
row_key (bytes): The key of the row to which the mutation should be applied.
410
-
mutations (list[Union[dict, ~google.cloud.bigtable_v2.types.Mutation]]): Changes to be atomically applied to the specified row. Entries are applied
410
+
row_key (bytes): Required. The key of the row to which the mutation should be applied.
411
+
412
+
Classified as IDENTIFYING\_ID to provide context around data accesses
413
+
for auditing systems.
414
+
mutations (list[Union[dict, ~google.cloud.bigtable_v2.types.Mutation]]): Required. Changes to be atomically applied to the specified row. Entries are applied
411
415
in order, meaning that earlier mutations can be masked by later ones.
412
416
Must contain at least one entry and at most 100000.
413
417
@@ -497,8 +501,8 @@ def mutate_rows(
497
501
... pass
498
502
499
503
Args:
500
-
table_name (str): The unique name of the table to which the mutations should be applied.
501
-
entries (list[Union[dict, ~google.cloud.bigtable_v2.types.Entry]]): The row keys and corresponding mutations to be applied in bulk.
504
+
table_name (str): Required. The unique name of the table to which the mutations should be applied.
505
+
entries (list[Union[dict, ~google.cloud.bigtable_v2.types.Entry]]): Required. The row keys and corresponding mutations to be applied in bulk.
502
506
Each entry is applied as an atomic mutation, but the entries may be
503
507
applied in arbitrary order (even between entries for the same row).
504
508
At least one entry must be specified, and in total the entries can
row_key (bytes): The key of the row to which the read/modify/write rules should be applied.
710
-
rules (list[Union[dict, ~google.cloud.bigtable_v2.types.ReadModifyWriteRule]]): Rules specifying how the specified row's contents are to be transformed
717
+
row_key (bytes): Required. The key of the row to which the read/modify/write rules should
718
+
be applied.
719
+
720
+
Classified as IDENTIFYING\_ID to provide context around data accesses
721
+
for auditing systems.
722
+
rules (list[Union[dict, ~google.cloud.bigtable_v2.types.ReadModifyWriteRule]]): Required. Rules specifying how the specified row's contents are to be transformed
711
723
into writes. Entries are applied in order, meaning that earlier rules will
0 commit comments