Skip to content

Commit

Permalink
fix: Add service_yaml parameters to edgecontainer GAPIC targets
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 513843138
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 3, 2023
1 parent 66e4406 commit d33c9ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions google/cloud/edgecontainer/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ java_gapic_library(
gapic_yaml = None,
grpc_service_config = "edgecontainer_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = None,
service_yaml = "edgecontainer_v1.yaml",
test_deps = [
":edgecontainer_java_grpc",
],
Expand Down Expand Up @@ -138,10 +138,11 @@ go_gapic_library(
metadata = True,
release_level = "beta",
rest_numeric_enums = True,
service_yaml = None,
service_yaml = "edgecontainer_v1.yaml",
transport = "grpc+rest",
deps = [
":edgecontainer_go_proto",
"//google/cloud/location:location_go_proto",
"//google/longrunning:longrunning_go_proto",
"@com_google_cloud_go_longrunning//:go_default_library",
"@com_google_cloud_go_longrunning//autogen:go_default_library",
Expand Down Expand Up @@ -181,10 +182,9 @@ py_gapic_library(
srcs = [":edgecontainer_proto"],
grpc_service_config = "edgecontainer_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = None,
service_yaml = "edgecontainer_v1.yaml",
transport = "grpc+rest",
deps = [
],
deps = ["//google/iam/v1:iam_policy_py_proto",],
)

py_test(
Expand Down Expand Up @@ -232,7 +232,7 @@ php_gapic_library(
srcs = [":edgecontainer_proto_with_info"],
grpc_service_config = "edgecontainer_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = None,
service_yaml = "edgecontainer_v1.yaml",
transport = "grpc+rest",
deps = [
":edgecontainer_php_grpc",
Expand Down Expand Up @@ -267,7 +267,7 @@ nodejs_gapic_library(
grpc_service_config = "edgecontainer_grpc_service_config.json",
package = "google.cloud.edgecontainer.v1",
rest_numeric_enums = True,
service_yaml = None,
service_yaml = "edgecontainer_v1.yaml",
transport = "grpc+rest",
deps = [],
)
Expand Down Expand Up @@ -308,7 +308,7 @@ ruby_cloud_gapic_library(
extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-edgecontainer-v1"],
grpc_service_config = "edgecontainer_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = None,
service_yaml = "edgecontainer_v1.yaml",
deps = [
":edgecontainer_ruby_grpc",
":edgecontainer_ruby_proto",
Expand Down Expand Up @@ -353,7 +353,7 @@ csharp_gapic_library(
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
grpc_service_config = "edgecontainer_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = None,
service_yaml = "edgecontainer_v1.yaml",
transport = "grpc+rest",
deps = [
":edgecontainer_csharp_grpc",
Expand Down

0 comments on commit d33c9ad

Please sign in to comment.