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 @@ -16,3 +16,7 @@ Types for Google Cloud Bigtable Admin v2 API
1616.. automodule :: google.cloud.bigtable_admin_v2.overlay.types
1717 :members:
1818 :show-inheritance:
19+
20+ .. automodule :: google.cloud.bigtable_admin_v2.overlay.types
21+ :members:
22+ :show-inheritance:
Original file line number Diff line number Diff line change 457457__all__ += google .cloud .bigtable_admin_v2 .overlay .__all__
458458
459459
460+ import google .cloud .bigtable_admin_v2 .overlay # noqa: F401
461+ from google .cloud .bigtable_admin_v2 .overlay import * # noqa: F401, F403
462+
463+ __all__ += google .cloud .bigtable_admin_v2 .overlay .__all__
464+
465+
460466import google .cloud .bigtable_admin_v2 .overlay # noqa: F401
461467from google .cloud .bigtable_admin_v2 .overlay import * # noqa: F401, F403
462468
Original file line number Diff line number Diff line change 279279__all__ += overlay .__all__ # noqa: F405
280280
281281
282+ from .overlay import * # noqa: F403
283+
284+ __all__ += overlay .__all__ # noqa: F405
285+
286+
282287from .overlay import * # noqa: F403
283288
284289__all__ += overlay .__all__ # noqa: F405
Original file line number Diff line number Diff line change 2323from google .cloud .bigtable_admin_v2 .utils import oneof_message
2424from google .cloud .bigtable_admin_v2 .utils import oneof_message
2525from google .cloud .bigtable_admin_v2 .utils import oneof_message
26+ from google .cloud .bigtable_admin_v2 .utils import oneof_message
2627from google .protobuf import duration_pb2 # type: ignore
2728from google .protobuf import timestamp_pb2 # type: ignore
2829from google .rpc import status_pb2 # type: ignore
You can’t perform that action at this time.
0 commit comments