Skip to content

Commit 0a4ce50

Browse files
Google APIscopybara-github
authored andcommitted
build: ensure there's only a single service config file for the Spanner Admin Instances API
PiperOrigin-RevId: 763646865
1 parent 9bed6f0 commit 0a4ce50

2 files changed

Lines changed: 7 additions & 48 deletions

File tree

google/spanner/admin/instance/v1/BUILD.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ java_gapic_library(
8484
gapic_yaml = "spanner_gapic.yaml",
8585
grpc_service_config = "spanner_admin_instance_grpc_service_config.json",
8686
rest_numeric_enums = True,
87-
service_yaml = "spanner_admin_instance.yaml",
87+
service_yaml = "spanner.yaml",
8888
test_deps = [
8989
":instance_java_grpc",
9090
"//google/iam/v1:iam_java_grpc",
@@ -138,7 +138,7 @@ go_gapic_library(
138138
importpath = "cloud.google.com/go/spanner/admin/instance/apiv1;instance",
139139
release_level = "ga",
140140
rest_numeric_enums = True,
141-
service_yaml = "spanner_admin_instance.yaml",
141+
service_yaml = "spanner.yaml",
142142
transport = "grpc+rest",
143143
deps = [
144144
":instance_go_proto",
@@ -169,7 +169,7 @@ py_gapic_library(
169169
"python-gapic-name=spanner_admin_instance",
170170
],
171171
rest_numeric_enums = True,
172-
service_yaml = "spanner_admin_instance.yaml",
172+
service_yaml = "spanner.yaml",
173173
transport = "grpc+rest",
174174
deps = [
175175
"//google/iam/v1:iam_policy_py_proto",
@@ -205,7 +205,7 @@ php_gapic_library(
205205
grpc_service_config = "spanner_admin_instance_grpc_service_config.json",
206206
migration_mode = "MIGRATING",
207207
rest_numeric_enums = True,
208-
service_yaml = "spanner_admin_instance.yaml",
208+
service_yaml = "spanner.yaml",
209209
transport = "grpc+rest",
210210
deps = [":instance_php_proto"],
211211
)
@@ -231,7 +231,7 @@ nodejs_gapic_library(
231231
handwritten_layer = True,
232232
package = "google.spanner.admin.instance.v1",
233233
rest_numeric_enums = True,
234-
service_yaml = "spanner_admin_instance.yaml",
234+
service_yaml = "spanner.yaml",
235235
transport = "grpc+rest",
236236
deps = [],
237237
)
@@ -270,7 +270,7 @@ ruby_cloud_gapic_library(
270270
rest_numeric_enums = True,
271271
ruby_cloud_description = "Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.",
272272
ruby_cloud_title = "Cloud Spanner Instance Admin V1",
273-
service_yaml = "spanner_admin_instance.yaml",
273+
service_yaml = "spanner.yaml",
274274
transport = "grpc+rest",
275275
deps = [
276276
":instance_ruby_grpc",
@@ -305,7 +305,7 @@ csharp_gapic_library(
305305
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
306306
grpc_service_config = "spanner_admin_instance_grpc_service_config.json",
307307
rest_numeric_enums = True,
308-
service_yaml = "spanner_admin_instance.yaml",
308+
service_yaml = "spanner.yaml",
309309
transport = "grpc+rest",
310310
deps = [
311311
":instance_csharp_grpc",

google/spanner/admin/instance/v1/spanner_admin_instance.yaml

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

0 commit comments

Comments
 (0)