11# 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.
211
312# This is an API workspace, having public visibility by default makes perfect sense.
413package (default_visibility = ["//visibility:public" ])
@@ -12,6 +21,7 @@ load("@com_google_googleapis_imports//:imports.bzl", "proto_library_with_info")
1221proto_library (
1322 name = "firestore_proto" ,
1423 srcs = [
24+ "aggregation_result.proto" ,
1525 "common.proto" ,
1626 "document.proto" ,
1727 "firestore.proto" ,
@@ -36,6 +46,7 @@ proto_library_with_info(
3646 deps = [
3747 ":firestore_proto" ,
3848 "//google/cloud:common_resources_proto" ,
49+ "//google/cloud/location:location_proto" ,
3950 ],
4051)
4152
@@ -67,12 +78,17 @@ java_gapic_library(
6778 srcs = [":firestore_proto_with_info" ],
6879 gapic_yaml = "firestore_gapic.yaml" ,
6980 grpc_service_config = "firestore_grpc_service_config.json" ,
81+ rest_numeric_enums = False ,
82+ service_yaml = "firestore_v1.yaml" ,
7083 test_deps = [
7184 ":firestore_java_grpc" ,
85+ "//google/cloud/location:location_java_grpc" ,
7286 ],
7387 transport = "grpc+rest" ,
7488 deps = [
7589 ":firestore_java_proto" ,
90+ "//google/api:api_java_proto" ,
91+ "//google/cloud/location:location_java_proto" ,
7692 ],
7793)
7894
@@ -88,6 +104,7 @@ java_gapic_test(
88104# Open Source Packages
89105java_gapic_assembly_gradle_pkg (
90106 name = "google-cloud-firestore-v1-java" ,
107+ include_samples = True ,
91108 transport = "grpc+rest" ,
92109 deps = [
93110 ":firestore_java_gapic" ,
@@ -115,7 +132,6 @@ go_proto_library(
115132 protos = [":firestore_proto" ],
116133 deps = [
117134 "//google/api:annotations_go_proto" ,
118- "//google/longrunning:longrunning_go_proto" ,
119135 "//google/rpc:status_go_proto" ,
120136 "//google/type:latlng_go_proto" ,
121137 ],
@@ -126,14 +142,17 @@ go_gapic_library(
126142 srcs = [":firestore_proto_with_info" ],
127143 grpc_service_config = "firestore_grpc_service_config.json" ,
128144 importpath = "cloud.google.com/go/firestore/apiv1;firestore" ,
145+ metadata = True ,
146+ rest_numeric_enums = False ,
129147 service_yaml = "firestore_v1.yaml" ,
130148 transport = "grpc+rest" ,
131149 deps = [
132150 ":firestore_go_proto" ,
151+ "//google/cloud/location:location_go_proto" ,
152+ "//google/longrunning:longrunning_go_gapic" ,
133153 "//google/longrunning:longrunning_go_proto" ,
134154 "@com_google_cloud_go//longrunning:go_default_library" ,
135155 "@com_google_cloud_go//longrunning/autogen:go_default_library" ,
136- "@io_bazel_rules_go//proto/wkt:any_go_proto" ,
137156 ],
138157)
139158
@@ -149,6 +168,7 @@ go_gapic_assembly_pkg(
149168 name = "gapi-cloud-firestore-v1-go" ,
150169 deps = [
151170 ":firestore_go_gapic" ,
171+ ":firestore_go_gapic_srcjar-metadata.srcjar" ,
152172 ":firestore_go_gapic_srcjar-test.srcjar" ,
153173 ":firestore_go_proto" ,
154174 ],
@@ -169,6 +189,10 @@ py_gapic_library(
169189 srcs = [":firestore_proto" ],
170190 grpc_service_config = "firestore_grpc_service_config.json" ,
171191 opt_args = ["python-gapic-namespace=google.cloud" ],
192+ rest_numeric_enums = False ,
193+ service_yaml = "firestore_v1.yaml" ,
194+ deps = [
195+ ],
172196)
173197
174198py_test (
@@ -181,6 +205,7 @@ py_test(
181205 deps = [":firestore_py_gapic" ],
182206)
183207
208+ # Open Source Packages
184209py_gapic_assembly_pkg (
185210 name = "firestore-v1-py" ,
186211 deps = [
@@ -213,6 +238,9 @@ php_grpc_library(
213238php_gapic_library (
214239 name = "firestore_php_gapic" ,
215240 srcs = [":firestore_proto_with_info" ],
241+ grpc_service_config = "firestore_grpc_service_config.json" ,
242+ rest_numeric_enums = False ,
243+ service_yaml = "firestore_v1.yaml" ,
216244 deps = [
217245 ":firestore_php_grpc" ,
218246 ":firestore_php_proto" ,
@@ -245,6 +273,7 @@ nodejs_gapic_library(
245273 extra_protoc_parameters = ["metadata" ],
246274 grpc_service_config = "firestore_grpc_service_config.json" ,
247275 package = "google.firestore.v1" ,
276+ rest_numeric_enums = False ,
248277 service_yaml = "firestore_v1.yaml" ,
249278 deps = [],
250279)
@@ -283,15 +312,17 @@ ruby_cloud_gapic_library(
283312 name = "firestore_ruby_gapic" ,
284313 srcs = [":firestore_proto_with_info" ],
285314 extra_protoc_parameters = [
286- "ruby-cloud-gem-name=google-cloud-firestore-v1" ,
287- "ruby-cloud-env-prefix=FIRESTORE" ,
288- "ruby-cloud-product-url=https://cloud.google.com/firestore" ,
289315 "ruby-cloud-api-id=firestore.googleapis.com" ,
290316 "ruby-cloud-api-shortname=firestore" ,
317+ "ruby-cloud-env-prefix=FIRESTORE" ,
318+ "ruby-cloud-gem-name=google-cloud-firestore-v1" ,
319+ "ruby-cloud-product-url=https://cloud.google.com/firestore" ,
291320 ],
292321 grpc_service_config = "firestore_grpc_service_config.json" ,
322+ rest_numeric_enums = False ,
293323 ruby_cloud_description = "Cloud Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development." ,
294324 ruby_cloud_title = "Cloud Firestore V1" ,
325+ service_yaml = "firestore_v1.yaml" ,
295326 deps = [
296327 ":firestore_ruby_grpc" ,
297328 ":firestore_ruby_proto" ,
@@ -335,6 +366,7 @@ csharp_gapic_library(
335366 srcs = [":firestore_proto_with_info" ],
336367 common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json" ,
337368 grpc_service_config = "firestore_grpc_service_config.json" ,
369+ rest_numeric_enums = False ,
338370 service_yaml = "firestore_v1.yaml" ,
339371 deps = [
340372 ":firestore_csharp_grpc" ,
0 commit comments