From 5bbf56ce0fadcb03cd5d794d41a3702c007e6f86 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Thu, 7 Nov 2024 15:59:31 -0800 Subject: [PATCH] added docs file --- docs/async_data_client/async_data_table.rst | 2 +- docs/async_data_client/async_data_usage.rst | 1 + google/cloud/bigtable/data/_async/client.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/async_data_client/async_data_table.rst b/docs/async_data_client/async_data_table.rst index 3b7973e8e..37c396570 100644 --- a/docs/async_data_client/async_data_table.rst +++ b/docs/async_data_client/async_data_table.rst @@ -8,4 +8,4 @@ Table Async .. autoclass:: google.cloud.bigtable.data._async.client.TableAsync :members: - :show-inheritance: + :inherited-members: diff --git a/docs/async_data_client/async_data_usage.rst b/docs/async_data_client/async_data_usage.rst index 61d5837fd..d3f5f3a92 100644 --- a/docs/async_data_client/async_data_usage.rst +++ b/docs/async_data_client/async_data_usage.rst @@ -6,6 +6,7 @@ Async Data Client async_data_client async_data_table + async_data_authorized_view async_data_mutations_batcher async_data_read_rows_query async_data_row diff --git a/google/cloud/bigtable/data/_async/client.py b/google/cloud/bigtable/data/_async/client.py index f751ed59e..0273286e1 100644 --- a/google/cloud/bigtable/data/_async/client.py +++ b/google/cloud/bigtable/data/_async/client.py @@ -448,7 +448,7 @@ def get_authorized_view( directly to the AuthorizedViewAsync constructor. Args: - instance_id: The Bigtable instance ID to associate with this client. + instance_id: The Bigtable instance ID to associate with this client. instance_id is combined with the client's project to fully specify the instance table_id: The ID of the table. table_id is combined with the