You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/services/bare_metal_solution/client.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@
66
66
from .transports.baseimportDEFAULT_CLIENT_INFO, BareMetalSolutionTransport
67
67
from .transports.grpcimportBareMetalSolutionGrpcTransport
68
68
from .transports.grpc_asyncioimportBareMetalSolutionGrpcAsyncIOTransport
69
+
from .transports.restimportBareMetalSolutionRestTransport
69
70
70
71
71
72
classBareMetalSolutionClientMeta(type):
@@ -81,6 +82,7 @@ class BareMetalSolutionClientMeta(type):
Copy file name to clipboardExpand all lines: packages/google-cloud-bare-metal-solution/google/cloud/bare_metal_solution_v2/services/bare_metal_solution/transports/__init__.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,18 @@
19
19
from .baseimportBareMetalSolutionTransport
20
20
from .grpcimportBareMetalSolutionGrpcTransport
21
21
from .grpc_asyncioimportBareMetalSolutionGrpcAsyncIOTransport
22
+
from .restimportBareMetalSolutionRestInterceptor, BareMetalSolutionRestTransport
0 commit comments