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-video-stitcher/google/cloud/video/stitcher_v1/services/video_stitcher_service/client.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@
83
83
from .transports.baseimportDEFAULT_CLIENT_INFO, VideoStitcherServiceTransport
84
84
from .transports.grpcimportVideoStitcherServiceGrpcTransport
85
85
from .transports.grpc_asyncioimportVideoStitcherServiceGrpcAsyncIOTransport
86
+
from .transports.restimportVideoStitcherServiceRestTransport
86
87
87
88
88
89
classVideoStitcherServiceClientMeta(type):
@@ -98,6 +99,7 @@ class VideoStitcherServiceClientMeta(type):
Copy file name to clipboardExpand all lines: packages/google-cloud-video-stitcher/google/cloud/video/stitcher_v1/services/video_stitcher_service/transports/__init__.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,20 @@
19
19
from .baseimportVideoStitcherServiceTransport
20
20
from .grpcimportVideoStitcherServiceGrpcTransport
21
21
from .grpc_asyncioimportVideoStitcherServiceGrpcAsyncIOTransport
22
+
from .restimportVideoStitcherServiceRestInterceptor, VideoStitcherServiceRestTransport
0 commit comments