File tree Expand file tree Collapse file tree
cloud/mediatranslation/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ py_gapic_library(
178178 service_yaml = "analyticsadmin_v1alpha.yaml" ,
179179 deps = [
180180 ],
181+ transport = "grpc+rest" ,
181182)
182183
183184py_test (
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ py_gapic_library(
172172 srcs = [":admin_proto" ],
173173 grpc_service_config = "admin_grpc_service_config.json" ,
174174 service_yaml = "analyticsadmin.yaml" ,
175+ transport = "grpc+rest" ,
175176)
176177
177178py_test (
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ py_gapic_library(
165165 opt_args = [
166166 "warehouse-package-name=google-cloud-media-translation" ,
167167 ],
168+ transport = "grpc+rest" ,
168169)
169170
170171py_test (
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ py_gapic_library(
192192 "python-gapic-namespace=google.cloud" ,
193193 "warehouse-package-name=google-cloud-dataflow-client" ,
194194 ],
195+ transport = "grpc+rest" ,
195196)
196197
197198py_test (
You can’t perform that action at this time.
0 commit comments