feat: Enable rest for google-cloud-video-stitcher

PiperOrigin-RevId: 812959682
This commit is contained in:
Google APIs 2025-09-29 15:08:32 -07:00 committed by Copybara-Service
parent 299e120454
commit eab82ec804

View file

@ -190,7 +190,7 @@ py_gapic_library(
grpc_service_config = "videostitcher_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "videostitcher_v1.yaml",
transport = "grpc",
transport = "grpc+rest",
deps = [
],
)