Skip to content

Commit 4d86a05

Browse files
Google APIscopybara-github
authored andcommitted
chore: remove redundant gRPC service config
PiperOrigin-RevId: 876234908
1 parent a383b6b commit 4d86a05

File tree

2 files changed

+7
-40
lines changed

2 files changed

+7
-40
lines changed

google/cloud/commerce/consumer/procurement/v1alpha1/BUILD.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ java_gapic_library(
7373
name = "procurement_java_gapic",
7474
srcs = [":procurement_proto_with_info"],
7575
gapic_yaml = None,
76-
grpc_service_config = "commerceconsumerprocurement_grpc_service_config.json",
76+
grpc_service_config = "commerceconsumerprocurement_v1alpha1_grpc_service_config.json",
7777
rest_numeric_enums = True,
7878
service_yaml = "cloudcommerceconsumerprocurement_v1alpha1.yaml",
7979
test_deps = [
@@ -132,7 +132,7 @@ go_grpc_library(
132132
go_gapic_library(
133133
name = "procurement_go_gapic",
134134
srcs = [":procurement_proto_with_info"],
135-
grpc_service_config = "commerceconsumerprocurement_grpc_service_config.json",
135+
grpc_service_config = "commerceconsumerprocurement_v1alpha1_grpc_service_config.json",
136136
importpath = "cloud.google.com/go/commerce/consumer/procurement/apiv1alpha1;procurement",
137137
metadata = True,
138138
release_level = "alpha",
@@ -173,7 +173,7 @@ load(
173173
py_gapic_library(
174174
name = "procurement_py_gapic",
175175
srcs = [":procurement_proto"],
176-
grpc_service_config = "commerceconsumerprocurement_grpc_service_config.json",
176+
grpc_service_config = "commerceconsumerprocurement_v1alpha1_grpc_service_config.json",
177177
opt_args = [
178178
"python-gapic-name=commerce_consumer_procurement",
179179
"python-gapic-namespace=google.cloud",
@@ -222,7 +222,7 @@ php_proto_library(
222222
php_gapic_library(
223223
name = "procurement_php_gapic",
224224
srcs = [":procurement_proto_with_info"],
225-
grpc_service_config = "commerceconsumerprocurement_grpc_service_config.json",
225+
grpc_service_config = "commerceconsumerprocurement_v1alpha1_grpc_service_config.json",
226226
migration_mode = "PRE_MIGRATION_SURFACE_ONLY",
227227
rest_numeric_enums = True,
228228
service_yaml = "cloudcommerceconsumerprocurement_v1alpha1.yaml",
@@ -256,7 +256,7 @@ nodejs_gapic_library(
256256
package_name = "@google-cloud/procurement",
257257
src = ":procurement_proto_with_info",
258258
extra_protoc_parameters = ["metadata"],
259-
grpc_service_config = "commerceconsumerprocurement_grpc_service_config.json",
259+
grpc_service_config = "commerceconsumerprocurement_v1alpha1_grpc_service_config.json",
260260
package = "google.cloud.commerce.consumer.procurement.v1alpha1",
261261
rest_numeric_enums = True,
262262
service_yaml = "cloudcommerceconsumerprocurement_v1alpha1.yaml",
@@ -299,7 +299,7 @@ ruby_cloud_gapic_library(
299299
name = "procurement_ruby_gapic",
300300
srcs = [":procurement_proto_with_info"],
301301
extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-consumer-procurement-v1alpha1"],
302-
grpc_service_config = "commerceconsumerprocurement_grpc_service_config.json",
302+
grpc_service_config = "commerceconsumerprocurement_v1alpha1_grpc_service_config.json",
303303
rest_numeric_enums = True,
304304
service_yaml = "cloudcommerceconsumerprocurement_v1alpha1.yaml",
305305
transport = "grpc+rest",
@@ -347,7 +347,7 @@ csharp_gapic_library(
347347
name = "procurement_csharp_gapic",
348348
srcs = [":procurement_proto_with_info"],
349349
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
350-
grpc_service_config = "commerceconsumerprocurement_grpc_service_config.json",
350+
grpc_service_config = "commerceconsumerprocurement_v1alpha1_grpc_service_config.json",
351351
rest_numeric_enums = True,
352352
service_yaml = "cloudcommerceconsumerprocurement_v1alpha1.yaml",
353353
transport = "grpc+rest",

google/cloud/commerce/consumer/procurement/v1alpha1/commerceconsumerprocurement_grpc_service_config.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)