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 @@ -20,3 +20,7 @@ Types for Google Cloud Bigtable Admin v2 API
2020.. automodule :: google.cloud.bigtable_admin_v2.overlay.types
2121 :members:
2222 :show-inheritance:
23+
24+ .. automodule :: google.cloud.bigtable_admin_v2.overlay.types
25+ :members:
26+ :show-inheritance:
Original file line number Diff line number Diff line change 463463__all__ += google .cloud .bigtable_admin_v2 .overlay .__all__
464464
465465
466+ import google .cloud .bigtable_admin_v2 .overlay # noqa: F401
467+ from google .cloud .bigtable_admin_v2 .overlay import * # noqa: F401, F403
468+
469+ __all__ += google .cloud .bigtable_admin_v2 .overlay .__all__
470+
471+
466472import google .cloud .bigtable_admin_v2 .overlay # noqa: F401
467473from google .cloud .bigtable_admin_v2 .overlay import * # noqa: F401, F403
468474
Original file line number Diff line number Diff line change 284284__all__ += overlay .__all__ # noqa: F405
285285
286286
287+ from .overlay import * # noqa: F403
288+
289+ __all__ += overlay .__all__ # noqa: F405
290+
291+
287292from .overlay import * # noqa: F403
288293
289294__all__ += overlay .__all__ # noqa: F405
Original file line number Diff line number Diff line change 2424from google .cloud .bigtable_admin_v2 .utils import oneof_message
2525from google .cloud .bigtable_admin_v2 .utils import oneof_message
2626from google .cloud .bigtable_admin_v2 .utils import oneof_message
27+ from google .cloud .bigtable_admin_v2 .utils import oneof_message
2728from google .protobuf import duration_pb2 # type: ignore
2829from google .protobuf import timestamp_pb2 # type: ignore
2930from google .rpc import status_pb2 # type: ignore
You can’t perform that action at this time.
0 commit comments