Skip to content

Commit b81889f

Browse files
Google APIscopybara-github
authored andcommitted
chore: remove duplicate gRPC service config file
PiperOrigin-RevId: 842752391
1 parent effe5c4 commit b81889f

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

google/devtools/artifactregistry/v1/BUILD.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ java_gapic_library(
9797
name = "artifactregistry_java_gapic",
9898
srcs = [":artifactregistry_proto_with_info"],
9999
gapic_yaml = None,
100-
grpc_service_config = "artifactregistry_grpc_service_config.json",
100+
grpc_service_config = "artifactregistry_v1_grpc_service_config.json",
101101
rest_numeric_enums = True,
102102
service_yaml = "artifactregistry_v1.yaml",
103103
test_deps = [
@@ -163,7 +163,7 @@ go_grpc_library(
163163
go_gapic_library(
164164
name = "artifactregistry_go_gapic",
165165
srcs = [":artifactregistry_proto_with_info"],
166-
grpc_service_config = "artifactregistry_grpc_service_config.json",
166+
grpc_service_config = "artifactregistry_v1_grpc_service_config.json",
167167
importpath = "cloud.google.com/go/artifactregistry/apiv1;artifactregistry",
168168
metadata = True,
169169
release_level = "ga",
@@ -208,7 +208,7 @@ load(
208208
py_gapic_library(
209209
name = "artifactregistry_py_gapic",
210210
srcs = [":artifactregistry_proto"],
211-
grpc_service_config = "artifactregistry_grpc_service_config.json",
211+
grpc_service_config = "artifactregistry_v1_grpc_service_config.json",
212212
opt_args = [
213213
"python-gapic-name=artifactregistry",
214214
"python-gapic-namespace=google.cloud",
@@ -259,7 +259,7 @@ php_proto_library(
259259
php_gapic_library(
260260
name = "artifactregistry_php_gapic",
261261
srcs = [":artifactregistry_proto_with_info"],
262-
grpc_service_config = "artifactregistry_grpc_service_config.json",
262+
grpc_service_config = "artifactregistry_v1_grpc_service_config.json",
263263
migration_mode = "NEW_SURFACE_ONLY",
264264
rest_numeric_enums = True,
265265
service_yaml = "artifactregistry_v1.yaml",
@@ -293,7 +293,7 @@ nodejs_gapic_library(
293293
package_name = "@google-cloud/artifact-registry",
294294
src = ":artifactregistry_proto_with_info",
295295
extra_protoc_parameters = ["metadata"],
296-
grpc_service_config = "artifactregistry_grpc_service_config.json",
296+
grpc_service_config = "artifactregistry_v1_grpc_service_config.json",
297297
package = "google.devtools.artifactregistry.v1",
298298
rest_numeric_enums = True,
299299
service_yaml = "artifactregistry_v1.yaml",
@@ -342,7 +342,7 @@ ruby_cloud_gapic_library(
342342
"ruby-cloud-gem-name=google-cloud-artifact_registry-v1",
343343
"ruby-cloud-product-url=https://cloud.google.com/artifact-registry/",
344344
],
345-
grpc_service_config = "artifactregistry_grpc_service_config.json",
345+
grpc_service_config = "artifactregistry_v1_grpc_service_config.json",
346346
rest_numeric_enums = True,
347347
ruby_cloud_description = "Artifact Registry stores and manages build artifacts in a scalable and integrated service built on Google infrastructure.",
348348
ruby_cloud_title = "Artifact Registry V1",
@@ -392,7 +392,7 @@ csharp_gapic_library(
392392
name = "artifactregistry_csharp_gapic",
393393
srcs = [":artifactregistry_proto_with_info"],
394394
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
395-
grpc_service_config = "artifactregistry_grpc_service_config.json",
395+
grpc_service_config = "artifactregistry_v1_grpc_service_config.json",
396396
rest_numeric_enums = True,
397397
service_yaml = "artifactregistry_v1.yaml",
398398
transport = "grpc+rest",

google/devtools/artifactregistry/v1/artifactregistry_grpc_service_config.json

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

0 commit comments

Comments
 (0)