Skip to content

Commit 29aea41

Browse files
Google APIscopybara-github
authored andcommitted
chore: remove redundant gRPC service config file
feat: specify retry configuration PiperOrigin-RevId: 712493958
1 parent e1b13ab commit 29aea41

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

google/cloud/config/grpc/v1/config_grpc_service_config.json

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

google/cloud/config/v1/BUILD.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ java_gapic_library(
7575
name = "config_java_gapic",
7676
srcs = [":config_proto_with_info"],
7777
gapic_yaml = "config_gapic.yaml",
78-
grpc_service_config = None,
78+
grpc_service_config = "config_grpc_service_config.json",
7979
rest_numeric_enums = True,
8080
service_yaml = "config_v1.yaml",
8181
test_deps = [
@@ -139,7 +139,7 @@ go_proto_library(
139139
go_gapic_library(
140140
name = "config_go_gapic",
141141
srcs = [":config_proto_with_info"],
142-
grpc_service_config = None,
142+
grpc_service_config = "config_grpc_service_config.json",
143143
importpath = "cloud.google.com/go/config/apiv1;config",
144144
metadata = True,
145145
release_level = "ga",
@@ -182,7 +182,7 @@ load(
182182
py_gapic_library(
183183
name = "config_py_gapic",
184184
srcs = [":config_proto"],
185-
grpc_service_config = None,
185+
grpc_service_config = "config_grpc_service_config.json",
186186
rest_numeric_enums = True,
187187
service_yaml = "config_v1.yaml",
188188
transport = "grpc+rest",
@@ -228,7 +228,7 @@ php_gapic_library(
228228
name = "config_php_gapic",
229229
srcs = [":config_proto_with_info"],
230230
gapic_yaml = "config_gapic.yaml",
231-
grpc_service_config = None,
231+
grpc_service_config = "config_grpc_service_config.json",
232232
rest_numeric_enums = True,
233233
migration_mode = "NEW_SURFACE_ONLY",
234234
service_yaml = "config_v1.yaml",
@@ -261,7 +261,7 @@ nodejs_gapic_library(
261261
package_name = "@google-cloud/config",
262262
src = ":config_proto_with_info",
263263
extra_protoc_parameters = ["metadata"],
264-
grpc_service_config = None,
264+
grpc_service_config = "config_grpc_service_config.json",
265265
package = "google.cloud.config.v1",
266266
rest_numeric_enums = True,
267267
service_yaml = "config_v1.yaml",
@@ -305,7 +305,7 @@ ruby_cloud_gapic_library(
305305
extra_protoc_parameters = [
306306
"ruby-cloud-gem-name=google-cloud-config_service-v1",
307307
],
308-
grpc_service_config = None,
308+
grpc_service_config = "config_grpc_service_config.json",
309309
rest_numeric_enums = True,
310310
service_yaml = "config_v1.yaml",
311311
transport = "grpc+rest",
@@ -352,7 +352,7 @@ csharp_gapic_library(
352352
name = "config_csharp_gapic",
353353
srcs = [":config_proto_with_info"],
354354
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
355-
grpc_service_config = None,
355+
grpc_service_config = "config_grpc_service_config.json",
356356
rest_numeric_enums = True,
357357
service_yaml = "config_v1.yaml",
358358
deps = [

0 commit comments

Comments
 (0)