Skip to content

Commit

Permalink
added docs file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 7, 2024
1 parent 9b6cadf commit 5bbf56c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/async_data_client/async_data_table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Table Async

.. autoclass:: google.cloud.bigtable.data._async.client.TableAsync
:members:
:show-inheritance:
:inherited-members:
1 change: 1 addition & 0 deletions docs/async_data_client/async_data_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable/data/_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bbf56c

Please sign in to comment.