Skip to content

Commit f0e2be4

Browse files
Google APIscopybara-github
authored andcommitted
feat: Enable REST transport support for Python analytics-admin, media-translation and dataflow clients
PiperOrigin-RevId: 473076638
1 parent de76e03 commit f0e2be4

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

google/analytics/admin/v1alpha/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ py_gapic_library(
178178
service_yaml = "analyticsadmin_v1alpha.yaml",
179179
deps = [
180180
],
181+
transport = "grpc+rest",
181182
)
182183

183184
py_test(

google/analytics/admin/v1beta/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

177178
py_test(

google/cloud/mediatranslation/v1beta1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

170171
py_test(

google/dataflow/v1beta3/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

197198
py_test(

0 commit comments

Comments
 (0)