Skip to content

Commit eab82ec

Browse files
Google APIscopybara-github
authored andcommitted
feat: Enable rest for google-cloud-video-stitcher
PiperOrigin-RevId: 812959682
1 parent 299e120 commit eab82ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/video/stitcher/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ py_gapic_library(
190190
grpc_service_config = "videostitcher_grpc_service_config.json",
191191
rest_numeric_enums = True,
192192
service_yaml = "videostitcher_v1.yaml",
193-
transport = "grpc",
193+
transport = "grpc+rest",
194194
deps = [
195195
],
196196
)

0 commit comments

Comments
 (0)