@@ -49,6 +49,7 @@ proto_library_with_info(
4949 deps = [
5050 ":run_proto" ,
5151 "//google/cloud:common_resources_proto" ,
52+ "//google/cloud/location:location_proto" ,
5253 ],
5354)
5455
@@ -80,15 +81,18 @@ java_gapic_library(
8081 srcs = [":run_proto_with_info" ],
8182 gapic_yaml = None ,
8283 grpc_service_config = "run_grpc_service_config.json" ,
84+ rest_numeric_enums = False ,
8385 service_yaml = "run_v2.yaml" ,
8486 test_deps = [
8587 ":run_java_grpc" ,
88+ "//google/cloud/location:location_java_grpc" ,
8689 "//google/iam/v1:iam_java_grpc" ,
8790 ],
8891 transport = "grpc+rest" ,
8992 deps = [
9093 ":run_java_proto" ,
9194 "//google/api:api_java_proto" ,
95+ "//google/cloud/location:location_java_proto" ,
9296 "//google/iam/v1:iam_java_proto" ,
9397 ],
9498)
@@ -148,10 +152,12 @@ go_gapic_library(
148152 grpc_service_config = "run_grpc_service_config.json" ,
149153 importpath = "cloud.google.com/go/run/apiv2;run" ,
150154 metadata = True ,
155+ rest_numeric_enums = False ,
151156 service_yaml = "run_v2.yaml" ,
152157 transport = "grpc+rest" ,
153158 deps = [
154159 ":run_go_proto" ,
160+ "//google/cloud/location:location_go_proto" ,
155161 "//google/iam/v1:iam_go_proto" ,
156162 "//google/longrunning:longrunning_go_proto" ,
157163 "@com_google_cloud_go//longrunning:go_default_library" ,
@@ -185,12 +191,14 @@ load(
185191 "@com_google_googleapis_imports//:imports.bzl" ,
186192 "py_gapic_assembly_pkg" ,
187193 "py_gapic_library" ,
194+ "py_test" ,
188195)
189196
190197py_gapic_library (
191198 name = "run_py_gapic" ,
192199 srcs = [":run_proto" ],
193200 grpc_service_config = "run_grpc_service_config.json" ,
201+ rest_numeric_enums = False ,
194202 service_yaml = "run_v2.yaml" ,
195203 transport = "grpc+rest" ,
196204 deps = [
@@ -242,6 +250,7 @@ php_gapic_library(
242250 name = "run_php_gapic" ,
243251 srcs = [":run_proto_with_info" ],
244252 grpc_service_config = "run_grpc_service_config.json" ,
253+ rest_numeric_enums = False ,
245254 service_yaml = "run_v2.yaml" ,
246255 deps = [
247256 ":run_php_grpc" ,
@@ -275,6 +284,7 @@ nodejs_gapic_library(
275284 extra_protoc_parameters = ["metadata" ],
276285 grpc_service_config = "run_grpc_service_config.json" ,
277286 package = "google.cloud.run.v2" ,
287+ rest_numeric_enums = False ,
278288 service_yaml = "run_v2.yaml" ,
279289 deps = [],
280290)
@@ -320,8 +330,10 @@ ruby_cloud_gapic_library(
320330 "ruby-cloud-wrapper-gem-override=google-cloud-run-client" ,
321331 ],
322332 grpc_service_config = "run_grpc_service_config.json" ,
333+ rest_numeric_enums = False ,
323334 ruby_cloud_description = "Cloud Run deploys and manages user provided container images that scale automatically based on incoming requests." ,
324335 ruby_cloud_title = "Cloud Run V2" ,
336+ service_yaml = "run_v2.yaml" ,
325337 deps = [
326338 ":run_ruby_grpc" ,
327339 ":run_ruby_proto" ,
@@ -365,6 +377,7 @@ csharp_gapic_library(
365377 srcs = [":run_proto_with_info" ],
366378 common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json" ,
367379 grpc_service_config = "run_grpc_service_config.json" ,
380+ rest_numeric_enums = False ,
368381 service_yaml = "run_v2.yaml" ,
369382 deps = [
370383 ":run_csharp_grpc" ,
0 commit comments