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
Copy file name to clipboardExpand all lines: packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/gapic/transports/bigtable_table_admin_grpc_transport.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ def check_consistency(self):
267
267
defget_iam_policy(self):
268
268
"""Return the gRPC stub for :meth:`BigtableTableAdminClient.get_iam_policy`.
269
269
270
-
Gets the access control policy for an instance resource. Returns an empty
270
+
Gets the access control policy for a table resource. Returns an empty
271
271
policy if an table exists but does not have a policy set.
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