Skip to content

Commit 1139217

Browse files
Google APIscopybara-github
authored andcommitted
chore: Update Firestore Bazel files to refer to correct service config YAML files
PiperOrigin-RevId: 472218602
1 parent ab6b87c commit 1139217

4 files changed

Lines changed: 11 additions & 36 deletions

File tree

google/firestore/firestore_v1.yaml

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

google/firestore/firestore_v1beta1.yaml

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

google/firestore/v1/BUILD.bazel

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ go_proto_library(
115115
protos = [":firestore_proto"],
116116
deps = [
117117
"//google/api:annotations_go_proto",
118+
"//google/longrunning:longrunning_go_proto",
118119
"//google/rpc:status_go_proto",
119120
"//google/type:latlng_go_proto",
120121
],
@@ -125,10 +126,14 @@ go_gapic_library(
125126
srcs = [":firestore_proto_with_info"],
126127
grpc_service_config = "firestore_grpc_service_config.json",
127128
importpath = "cloud.google.com/go/firestore/apiv1;firestore",
128-
service_yaml = "//google/firestore:firestore_v1.yaml",
129+
service_yaml = "firestore_v1.yaml",
129130
transport = "grpc+rest",
130131
deps = [
131132
":firestore_go_proto",
133+
"//google/longrunning:longrunning_go_proto",
134+
"@com_google_cloud_go//longrunning:go_default_library",
135+
"@com_google_cloud_go//longrunning/autogen:go_default_library",
136+
"@io_bazel_rules_go//proto/wkt:any_go_proto",
132137
],
133138
)
134139

@@ -240,7 +245,7 @@ nodejs_gapic_library(
240245
extra_protoc_parameters = ["metadata"],
241246
grpc_service_config = "firestore_grpc_service_config.json",
242247
package = "google.firestore.v1",
243-
service_yaml = "//google/firestore:firestore_v1.yaml",
248+
service_yaml = "firestore_v1.yaml",
244249
deps = [],
245250
)
246251

@@ -330,7 +335,7 @@ csharp_gapic_library(
330335
srcs = [":firestore_proto_with_info"],
331336
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
332337
grpc_service_config = "firestore_grpc_service_config.json",
333-
service_yaml = "//google/firestore:firestore_v1.yaml",
338+
service_yaml = "firestore_v1.yaml",
334339
deps = [
335340
":firestore_csharp_grpc",
336341
":firestore_csharp_proto",

google/firestore/v1beta1/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ go_gapic_library(
134134
srcs = [":firestore_proto_with_info"],
135135
grpc_service_config = "firestore_grpc_service_config.json",
136136
importpath = "cloud.google.com/go/firestore/apiv1beta1;firestore",
137-
service_yaml = "//google/firestore:firestore_v1beta1.yaml",
137+
service_yaml = "firestore_v1beta1.yaml",
138138
transport = "grpc+rest",
139139
deps = [
140140
":firestore_go_proto",
@@ -248,7 +248,7 @@ nodejs_gapic_library(
248248
extra_protoc_parameters = ["metadata"],
249249
grpc_service_config = "firestore_grpc_service_config.json",
250250
package = "google.firestore.v1beta1",
251-
service_yaml = "//google/firestore:firestore_v1beta1.yaml",
251+
service_yaml = "firestore_v1beta1.yaml",
252252
deps = [],
253253
)
254254

@@ -329,7 +329,7 @@ csharp_gapic_library(
329329
srcs = [":firestore_proto_with_info"],
330330
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
331331
grpc_service_config = "firestore_grpc_service_config.json",
332-
service_yaml = "//google/firestore:firestore_v1beta1.yaml",
332+
service_yaml = "firestore_v1beta1.yaml",
333333
deps = [
334334
":firestore_csharp_grpc",
335335
":firestore_csharp_proto",

0 commit comments

Comments
 (0)