Skip to content

Commit 3d7c19d

Browse files
1 parent 5f47d4b commit 3d7c19d

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

‎docs/admin_client/types_.rst‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ Types for Google Cloud Bigtable Admin v2 API
88
.. automodule:: google.cloud.bigtable_admin_v2.overlay.types
99
:members:
1010
:show-inheritance:
11+
12+
.. automodule:: google.cloud.bigtable_admin_v2.overlay.types
13+
:members:
14+
:show-inheritance:

‎google/cloud/bigtable_admin/__init__.py‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,9 @@
449449
from google.cloud.bigtable_admin_v2.overlay import * # noqa: F401, F403
450450

451451
__all__ += google.cloud.bigtable_admin_v2.overlay.__all__
452+
453+
454+
import google.cloud.bigtable_admin_v2.overlay # noqa: F401
455+
from google.cloud.bigtable_admin_v2.overlay import * # noqa: F401, F403
456+
457+
__all__ += google.cloud.bigtable_admin_v2.overlay.__all__

‎google/cloud/bigtable_admin_v2/__init__.py‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,8 @@
272272
from .overlay import * # noqa: F403
273273

274274
__all__ += overlay.__all__ # noqa: F405
275+
276+
277+
from .overlay import * # noqa: F403
278+
279+
__all__ += overlay.__all__ # noqa: F405

‎google/cloud/bigtable_admin_v2/types/table.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
from google.cloud.bigtable_admin_v2.types import types
2323
from google.cloud.bigtable_admin_v2.utils import oneof_message
24+
from google.cloud.bigtable_admin_v2.utils import oneof_message
2425
from google.protobuf import duration_pb2 # type: ignore
2526
from google.protobuf import timestamp_pb2 # type: ignore
2627
from google.rpc import status_pb2 # type: ignore

0 commit comments

Comments
 (0)