11# This file was automatically generated by BuildFileGenerator
22
3- # This is an API workspace, having public visibility by default makes perfect sense.
4- package (default_visibility = ["//visibility:public" ])
3+ load ("@com_google_googleapis_imports//:imports.bzl" , "cc_grpc_library" , "cc_proto_library" , "csharp_gapic_assembly_pkg" , "csharp_gapic_library" , "csharp_grpc_library" , "csharp_proto_library" , "go_gapic_assembly_pkg" , "go_gapic_library" , "go_proto_library" , "java_gapic_assembly_gradle_pkg" , "java_gapic_library" , "java_gapic_test" , "java_grpc_library" , "java_proto_library" , "nodejs_gapic_assembly_pkg" , "nodejs_gapic_library" , "php_gapic_assembly_pkg" , "php_gapic_library" , "php_proto_library" , "proto_library_with_info" , "py_gapic_assembly_pkg" , "py_gapic_library" , "py_test" , "ruby_cloud_gapic_library" , "ruby_gapic_assembly_pkg" , "ruby_grpc_library" , "ruby_proto_library" )
54
65##############################################################################
76# Common
87##############################################################################
98load ("@rules_proto//proto:defs.bzl" , "proto_library" )
10- load ("@com_google_googleapis_imports//:imports.bzl" , "proto_library_with_info" )
9+
10+ # This is an API workspace, having public visibility by default makes perfect sense.
11+ package (default_visibility = ["//visibility:public" ])
1112
1213proto_library (
1314 name = "connection_proto" ,
@@ -35,18 +36,6 @@ proto_library_with_info(
3536 ],
3637)
3738
38- ##############################################################################
39- # Java
40- ##############################################################################
41- load (
42- "@com_google_googleapis_imports//:imports.bzl" ,
43- "java_gapic_assembly_gradle_pkg" ,
44- "java_gapic_library" ,
45- "java_gapic_test" ,
46- "java_grpc_library" ,
47- "java_proto_library" ,
48- )
49-
5039java_proto_library (
5140 name = "connection_java_proto" ,
5241 deps = [":connection_proto" ],
@@ -61,7 +50,7 @@ java_grpc_library(
6150java_gapic_library (
6251 name = "connection_java_gapic" ,
6352 srcs = [":connection_proto_with_info" ],
64- gapic_yaml = "connection_gapic .yaml" ,
53+ gapic_yaml = "bigqueryconnection_gapic .yaml" ,
6554 grpc_service_config = "bigqueryconnection_grpc_service_config.json" ,
6655 rest_numeric_enums = True ,
6756 service_yaml = "bigqueryconnection_v1.yaml" ,
@@ -98,16 +87,6 @@ java_gapic_assembly_gradle_pkg(
9887 ],
9988)
10089
101- ##############################################################################
102- # Go
103- ##############################################################################
104- load (
105- "@com_google_googleapis_imports//:imports.bzl" ,
106- "go_gapic_assembly_pkg" ,
107- "go_gapic_library" ,
108- "go_proto_library" ,
109- )
110-
11190go_proto_library (
11291 name = "connection_go_proto" ,
11392 compilers = ["@io_bazel_rules_go//proto:go_grpc" ],
@@ -146,16 +125,6 @@ go_gapic_assembly_pkg(
146125 ],
147126)
148127
149- ##############################################################################
150- # Python
151- ##############################################################################
152- load (
153- "@com_google_googleapis_imports//:imports.bzl" ,
154- "py_gapic_assembly_pkg" ,
155- "py_gapic_library" ,
156- "py_test" ,
157- )
158-
159128py_gapic_library (
160129 name = "connection_py_gapic" ,
161130 srcs = [":connection_proto" ],
@@ -190,16 +159,6 @@ py_gapic_assembly_pkg(
190159 ],
191160)
192161
193- ##############################################################################
194- # PHP
195- ##############################################################################
196- load (
197- "@com_google_googleapis_imports//:imports.bzl" ,
198- "php_gapic_assembly_pkg" ,
199- "php_gapic_library" ,
200- "php_proto_library" ,
201- )
202-
203162php_proto_library (
204163 name = "connection_php_proto" ,
205164 deps = [":connection_proto" ],
@@ -225,21 +184,12 @@ php_gapic_assembly_pkg(
225184 ],
226185)
227186
228- ##############################################################################
229- # Node.js
230- ##############################################################################
231- load (
232- "@com_google_googleapis_imports//:imports.bzl" ,
233- "nodejs_gapic_assembly_pkg" ,
234- "nodejs_gapic_library" ,
235- )
236-
237187nodejs_gapic_library (
238188 name = "connection_nodejs_gapic" ,
239189 package_name = "@google-cloud/bigquery-connection" ,
240190 src = ":connection_proto_with_info" ,
241191 extra_protoc_parameters = ["metadata" ],
242- gapic_yaml = "connection_gapic .yaml" ,
192+ gapic_yaml = "bigqueryconnection_gapic .yaml" ,
243193 grpc_service_config = "bigqueryconnection_grpc_service_config.json" ,
244194 package = "google.cloud.bigquery.connection.v1" ,
245195 rest_numeric_enums = True ,
@@ -256,17 +206,6 @@ nodejs_gapic_assembly_pkg(
256206 ],
257207)
258208
259- ##############################################################################
260- # Ruby
261- ##############################################################################
262- load (
263- "@com_google_googleapis_imports//:imports.bzl" ,
264- "ruby_cloud_gapic_library" ,
265- "ruby_gapic_assembly_pkg" ,
266- "ruby_grpc_library" ,
267- "ruby_proto_library" ,
268- )
269-
270209ruby_proto_library (
271210 name = "connection_ruby_proto" ,
272211 deps = [":connection_proto" ],
@@ -310,17 +249,6 @@ ruby_gapic_assembly_pkg(
310249 ],
311250)
312251
313- ##############################################################################
314- # C#
315- ##############################################################################
316- load (
317- "@com_google_googleapis_imports//:imports.bzl" ,
318- "csharp_gapic_assembly_pkg" ,
319- "csharp_gapic_library" ,
320- "csharp_grpc_library" ,
321- "csharp_proto_library" ,
322- )
323-
324252csharp_proto_library (
325253 name = "connection_csharp_proto" ,
326254 deps = [":connection_proto" ],
@@ -356,15 +284,6 @@ csharp_gapic_assembly_pkg(
356284 ],
357285)
358286
359- ##############################################################################
360- # C++
361- ##############################################################################
362- load (
363- "@com_google_googleapis_imports//:imports.bzl" ,
364- "cc_grpc_library" ,
365- "cc_proto_library" ,
366- )
367-
368287cc_proto_library (
369288 name = "connection_cc_proto" ,
370289 deps = [":connection_proto" ],
0 commit comments