Skip to content

Commit 34fb34c

Browse files
Merge branch 'main' into cross_sync2_pr4_tests
2 parents dfb3dc1 + f974823 commit 34fb34c

File tree

59 files changed

+287
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+287
-59
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Bigtable Data Client Async
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
.. note::
5+
6+
It is generally not recommended to use the async client in an otherwise synchronous codebase. To make use of asyncio's
7+
performance benefits, the codebase should be designed to be async from the ground up.
8+
9+
10+
.. autoclass:: google.cloud.bigtable.data.BigtableDataClientAsync
11+
:members:
12+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Execute Query Iterator Async
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
.. autoclass:: google.cloud.bigtable.data.execute_query.ExecuteQueryIteratorAsync
5+
:members:
6+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Mutations Batcher Async
2+
~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.data._async.mutations_batcher
5+
:members:
6+
:show-inheritance:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Table Async
2+
~~~~~~~~~~~
3+
4+
.. note::
5+
6+
It is generally not recommended to use the async client in an otherwise synchronous codebase. To make use of asyncio's
7+
performance benefits, the codebase should be designed to be async from the ground up.
8+
9+
.. autoclass:: google.cloud.bigtable.data._async.client.TableAsync
10+
:members:
11+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Custom Exceptions
2+
~~~~~~~~~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.data.exceptions
5+
:members:
6+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Execute Query Metadata
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.data.execute_query.metadata
5+
:members:
6+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Execute Query Values
2+
~~~~~~~~~~~~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.data.execute_query.values
5+
:members:
6+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Mutations
2+
~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.data.mutations
5+
:members:
6+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Read Modify Write Rules
2+
~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.data.read_modify_write_rules
5+
:members:
6+
:show-inheritance:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Read Rows Query
2+
~~~~~~~~~~~~~~~
3+
4+
.. automodule:: google.cloud.bigtable.data.read_rows_query
5+
:members:
6+
:show-inheritance:

0 commit comments

Comments
 (0)