Skip to content

Commit 5bbd06e

Browse files
authored
docs: add paramter mutation_timeout to instance.table docs (#305)
1 parent 6904553 commit 5bbd06e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/bigtable/instance.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,9 @@ def table(self, table_id, mutation_timeout=None, app_profile_id=None):
643643
:type table_id: str
644644
:param table_id: The ID of the table.
645645
646+
:type mutation_timeout: int
647+
:param mutation_timeout: (Optional) The overriding mutation timeout.
648+
646649
:type app_profile_id: str
647650
:param app_profile_id: (Optional) The unique name of the AppProfile.
648651

0 commit comments

Comments
 (0)