Skip to content

Commit

Permalink
docs: add paramter mutation_timeout to instance.table docs (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed May 3, 2021
1 parent 6904553 commit 5bbd06e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/cloud/bigtable/instance.py
Expand Up @@ -643,6 +643,9 @@ def table(self, table_id, mutation_timeout=None, app_profile_id=None):
:type table_id: str
:param table_id: The ID of the table.
:type mutation_timeout: int
:param mutation_timeout: (Optional) The overriding mutation timeout.
:type app_profile_id: str
:param app_profile_id: (Optional) The unique name of the AppProfile.
Expand Down

0 comments on commit 5bbd06e

Please sign in to comment.