We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fd5d8 commit f5d5136Copy full SHA for f5d5136
google/cloud/bigtable/data/__init__.py
@@ -31,6 +31,7 @@
31
32
from google.cloud.bigtable.data.mutations import Mutation
33
from google.cloud.bigtable.data.mutations import RowMutationEntry
34
+from google.cloud.bigtable.data.mutations import AddToCell
35
from google.cloud.bigtable.data.mutations import SetCell
36
from google.cloud.bigtable.data.mutations import DeleteRangeFromColumn
37
from google.cloud.bigtable.data.mutations import DeleteAllFromFamily
@@ -89,6 +90,7 @@
89
90
"RowRange",
91
"Mutation",
92
"RowMutationEntry",
93
+ "AddToCell",
94
"SetCell",
95
"DeleteRangeFromColumn",
96
"DeleteAllFromFamily",
0 commit comments