From 5bbd06e5413e8b7597ba128174b10fe45fd38380 Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Mon, 3 May 2021 16:26:28 -0400 Subject: [PATCH] docs: add paramter mutation_timeout to instance.table docs (#305) --- google/cloud/bigtable/instance.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/google/cloud/bigtable/instance.py b/google/cloud/bigtable/instance.py index 138d3bfc1..e6e2ac027 100644 --- a/google/cloud/bigtable/instance.py +++ b/google/cloud/bigtable/instance.py @@ -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.