|
1 | 1 | # This file was automatically generated by BuildFileGenerator |
| 2 | +# https://github.com/googleapis/rules_gapic/tree/master/bazel |
| 3 | + |
| 4 | +# Most of the manual changes to this file will be overwritten. |
| 5 | +# It's **only** allowed to change the following rule attribute values: |
| 6 | +# - names of *_gapic_assembly_* rules |
| 7 | +# - certain parameters of *_gapic_library rules, including but not limited to: |
| 8 | +# * extra_protoc_parameters |
| 9 | +# * extra_protoc_file_parameters |
| 10 | +# The complete list of preserved parameters can be found in the source code. |
2 | 11 |
|
3 | 12 | # This is an API workspace, having public visibility by default makes perfect sense. |
4 | 13 | package(default_visibility = ["//visibility:public"]) |
@@ -67,6 +76,7 @@ java_gapic_library( |
67 | 76 | srcs = [":database_proto_with_info"], |
68 | 77 | gapic_yaml = "spanner_admin_database_gapic.yaml", |
69 | 78 | grpc_service_config = "spanner_admin_database_grpc_service_config.json", |
| 79 | + service_yaml = "spanner.yaml", |
70 | 80 | test_deps = [ |
71 | 81 | ":database_java_grpc", |
72 | 82 | "//google/iam/v1:iam_java_grpc", |
@@ -128,7 +138,7 @@ go_gapic_library( |
128 | 138 | srcs = [":database_proto_with_info"], |
129 | 139 | grpc_service_config = "spanner_admin_database_grpc_service_config.json", |
130 | 140 | importpath = "cloud.google.com/go/spanner/admin/database/apiv1;database", |
131 | | - service_yaml = "spanner_admin_database.yaml", |
| 141 | + service_yaml = "spanner.yaml", |
132 | 142 | transport = "grpc+rest", |
133 | 143 | deps = [ |
134 | 144 | ":database_go_proto", |
@@ -173,6 +183,7 @@ py_gapic_library( |
173 | 183 | "python-gapic-namespace=google.cloud", |
174 | 184 | "python-gapic-name=spanner_admin_database", |
175 | 185 | ], |
| 186 | + service_yaml = "spanner.yaml", |
176 | 187 | ) |
177 | 188 |
|
178 | 189 | py_gapic_assembly_pkg( |
@@ -209,7 +220,7 @@ php_gapic_library( |
209 | 220 | srcs = [":database_proto_with_info"], |
210 | 221 | gapic_yaml = "spanner_admin_database_gapic.yaml", |
211 | 222 | grpc_service_config = "spanner_admin_database_grpc_service_config.json", |
212 | | - service_yaml = "spanner_admin_database.yaml", |
| 223 | + service_yaml = "spanner.yaml", |
213 | 224 | deps = [ |
214 | 225 | ":database_php_grpc", |
215 | 226 | ":database_php_proto", |
@@ -245,7 +256,7 @@ nodejs_gapic_library( |
245 | 256 | ], |
246 | 257 | grpc_service_config = "spanner_admin_database_grpc_service_config.json", |
247 | 258 | package = "google.spanner.admin.database.v1", |
248 | | - service_yaml = "spanner_admin_database.yaml", |
| 259 | + service_yaml = "spanner.yaml", |
249 | 260 | deps = [], |
250 | 261 | ) |
251 | 262 |
|
@@ -293,6 +304,7 @@ ruby_cloud_gapic_library( |
293 | 304 | grpc_service_config = "spanner_admin_database_grpc_service_config.json", |
294 | 305 | ruby_cloud_description = "Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.", |
295 | 306 | ruby_cloud_title = "Cloud Spanner Database Admin V1", |
| 307 | + service_yaml = "spanner.yaml", |
296 | 308 | deps = [ |
297 | 309 | ":database_ruby_grpc", |
298 | 310 | ":database_ruby_proto", |
@@ -336,7 +348,7 @@ csharp_gapic_library( |
336 | 348 | srcs = [":database_proto_with_info"], |
337 | 349 | common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json", |
338 | 350 | grpc_service_config = "spanner_admin_database_grpc_service_config.json", |
339 | | - service_yaml = "spanner_admin_database.yaml", |
| 351 | + service_yaml = "spanner.yaml", |
340 | 352 | deps = [ |
341 | 353 | ":database_csharp_grpc", |
342 | 354 | ":database_csharp_proto", |
|
0 commit comments