File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 449449from 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__
Original file line number Diff line number Diff line change 272272from .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
Original file line number Diff line number Diff line change 2121
2222from google .cloud .bigtable_admin_v2 .types import types
2323from google .cloud .bigtable_admin_v2 .utils import oneof_message
24+ from google .cloud .bigtable_admin_v2 .utils import oneof_message
2425from google .protobuf import duration_pb2 # type: ignore
2526from google .protobuf import timestamp_pb2 # type: ignore
2627from google .rpc import status_pb2 # type: ignore
You can’t perform that action at this time.
0 commit comments