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 @@ -12,3 +12,7 @@ Types for Google Cloud Bigtable Admin v2 API
1212.. automodule :: google.cloud.bigtable_admin_v2.overlay.types
1313 :members:
1414 :show-inheritance:
15+
16+ .. automodule :: google.cloud.bigtable_admin_v2.overlay.types
17+ :members:
18+ :show-inheritance:
Original file line number Diff line number Diff line change 451451__all__ += google .cloud .bigtable_admin_v2 .overlay .__all__
452452
453453
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__
458+
459+
454460import google .cloud .bigtable_admin_v2 .overlay # noqa: F401
455461from google .cloud .bigtable_admin_v2 .overlay import * # noqa: F401, F403
456462
Original file line number Diff line number Diff line change 274274__all__ += overlay .__all__ # noqa: F405
275275
276276
277+ from .overlay import * # noqa: F403
278+
279+ __all__ += overlay .__all__ # noqa: F405
280+
281+
277282from .overlay import * # noqa: F403
278283
279284__all__ += overlay .__all__ # noqa: F405
Original file line number Diff line number Diff line change 2222from google .cloud .bigtable_admin_v2 .types import types
2323from google .cloud .bigtable_admin_v2 .utils import oneof_message
2424from google .cloud .bigtable_admin_v2 .utils import oneof_message
25+ from google .cloud .bigtable_admin_v2 .utils import oneof_message
2526from google .protobuf import duration_pb2 # type: ignore
2627from google .protobuf import timestamp_pb2 # type: ignore
2728from google .rpc import status_pb2 # type: ignore
You can’t perform that action at this time.
0 commit comments