Skip to content

Commit b1844c9

Browse files
Google APIscopybara-github
authored andcommitted
chore: Remove redundant service config YAML
The two files (datastore_v1.yaml and datastore_admin_v1.yaml) are identical, but the former is what is generated by our publication pipeline. PiperOrigin-RevId: 386255743
1 parent 3859723 commit b1844c9

2 files changed

Lines changed: 3 additions & 52 deletions

File tree

google/datastore/admin/v1/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ go_gapic_library(
114114
srcs = [":admin_proto_with_info"],
115115
grpc_service_config = "datastore_admin_grpc_service_config.json",
116116
importpath = "cloud.google.com/go/datastore/admin/apiv1;admin",
117-
service_yaml = "datastore_admin_v1.yaml",
117+
service_yaml = "datastore_v1.yaml",
118118
deps = [
119119
":admin_go_proto",
120120
"//google/longrunning:longrunning_go_proto",
@@ -189,7 +189,7 @@ php_gapic_library(
189189
name = "admin_php_gapic",
190190
srcs = [":admin_proto_with_info"],
191191
grpc_service_config = "datastore_admin_grpc_service_config.json",
192-
service_yaml = "datastore_admin_v1.yaml",
192+
service_yaml = "datastore_v1.yaml",
193193
deps = [
194194
":admin_php_grpc",
195195
":admin_php_proto",
@@ -221,7 +221,7 @@ nodejs_gapic_library(
221221
extra_protoc_parameters = ["metadata"],
222222
grpc_service_config = "datastore_admin_grpc_service_config.json",
223223
package = "google.datastore.admin.v1",
224-
service_yaml = "datastore_admin_v1.yaml",
224+
service_yaml = "datastore_v1.yaml",
225225
deps = [],
226226
)
227227

google/datastore/admin/v1/datastore_admin_v1.yaml

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

0 commit comments

Comments
 (0)