BUILD.bazel 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. # This file was automatically generated by BuildFileGenerator
  2. ##############################################################################
  3. # Common
  4. ##############################################################################
  5. load("@rules_proto//proto:defs.bzl", "proto_library")
  6. load(
  7. "@com_google_googleapis_imports//:imports.bzl",
  8. "cc_grpc_library",
  9. "cc_proto_library",
  10. "csharp_gapic_assembly_pkg",
  11. "csharp_gapic_library",
  12. "csharp_grpc_library",
  13. "csharp_proto_library",
  14. "go_gapic_assembly_pkg",
  15. "go_gapic_library",
  16. "go_proto_library",
  17. "go_test",
  18. "java_gapic_assembly_gradle_pkg",
  19. "java_gapic_library",
  20. "java_gapic_test",
  21. "java_grpc_library",
  22. "java_proto_library",
  23. "nodejs_gapic_assembly_pkg",
  24. "nodejs_gapic_library",
  25. "php_gapic_assembly_pkg",
  26. "php_gapic_library",
  27. "php_grpc_library",
  28. "php_proto_library",
  29. "proto_library_with_info",
  30. "py_gapic_assembly_pkg",
  31. "py_gapic_library",
  32. "py_test",
  33. "ruby_cloud_gapic_library",
  34. "ruby_gapic_assembly_pkg",
  35. "ruby_grpc_library",
  36. "ruby_proto_library",
  37. )
  38. # This is an API workspace, having public visibility by default makes perfect sense.
  39. package(default_visibility = ["//visibility:public"])
  40. proto_library(
  41. name = "storage_proto",
  42. srcs = [
  43. "arrow.proto",
  44. "avro.proto",
  45. "read_options.proto",
  46. "storage.proto",
  47. "table_reference.proto",
  48. ],
  49. deps = [
  50. "//google/api:annotations_proto",
  51. "//google/api:client_proto",
  52. "//google/api:field_behavior_proto",
  53. "//google/api:resource_proto",
  54. "@com_google_protobuf//:empty_proto",
  55. "@com_google_protobuf//:timestamp_proto",
  56. ],
  57. )
  58. proto_library_with_info(
  59. name = "storage_proto_with_info",
  60. deps = [
  61. ":storage_proto",
  62. "//google/cloud:common_resources_proto",
  63. ],
  64. )
  65. java_proto_library(
  66. name = "storage_java_proto",
  67. deps = [":storage_proto"],
  68. )
  69. java_grpc_library(
  70. name = "storage_java_grpc",
  71. srcs = [":storage_proto"],
  72. deps = [":storage_java_proto"],
  73. )
  74. java_gapic_library(
  75. name = "storage_java_gapic",
  76. srcs = [":storage_proto_with_info"],
  77. gapic_yaml = "bigquerystorage_gapic.yaml",
  78. grpc_service_config = "bigquerystorage_grpc_service_config.json",
  79. rest_numeric_enums = False,
  80. test_deps = [
  81. ":storage_java_grpc",
  82. ],
  83. transport = "grpc",
  84. deps = [
  85. ":storage_java_proto",
  86. ],
  87. )
  88. java_gapic_test(
  89. name = "storage_java_gapic_test_suite",
  90. test_classes = [
  91. "com.google.cloud.bigquery.storage.v1beta1.BaseBigQueryStorageClientTest",
  92. ],
  93. runtime_deps = [":storage_java_gapic_test"],
  94. )
  95. # Open Source Packages
  96. java_gapic_assembly_gradle_pkg(
  97. name = "google-cloud-bigquery-storage-v1beta1-java",
  98. include_samples = True,
  99. transport = "grpc",
  100. deps = [
  101. ":storage_java_gapic",
  102. ":storage_java_grpc",
  103. ":storage_java_proto",
  104. ":storage_proto",
  105. ],
  106. )
  107. go_proto_library(
  108. name = "storage_go_proto",
  109. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  110. importpath = "google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1beta1",
  111. protos = [":storage_proto"],
  112. deps = [
  113. "//google/api:annotations_go_proto",
  114. ],
  115. )
  116. go_gapic_library(
  117. name = "storage_go_gapic",
  118. srcs = [":storage_proto_with_info"],
  119. grpc_service_config = "bigquerystorage_grpc_service_config.json",
  120. importpath = "cloud.google.com/go/bigquery/storage/apiv1beta1;storage",
  121. rest_numeric_enums = False,
  122. service_yaml = "bigquerystorage_v1beta1.yaml",
  123. deps = [
  124. ":storage_go_proto",
  125. ],
  126. )
  127. go_test(
  128. name = "storage_go_gapic_test",
  129. srcs = [":storage_go_gapic_srcjar_test"],
  130. embed = [":storage_go_gapic"],
  131. importpath = "cloud.google.com/go/bigquery/storage/apiv1beta1",
  132. )
  133. # Open Source Packages
  134. go_gapic_assembly_pkg(
  135. name = "gapi-cloud-bigquery-storage-v1beta1-go",
  136. deps = [
  137. ":storage_go_gapic",
  138. ":storage_go_gapic_srcjar-test.srcjar",
  139. ":storage_go_proto",
  140. ],
  141. )
  142. py_gapic_library(
  143. name = "storage_py_gapic",
  144. srcs = [":storage_proto"],
  145. grpc_service_config = "bigquerystorage_grpc_service_config.json",
  146. rest_numeric_enums = False,
  147. transport = "grpc",
  148. )
  149. py_test(
  150. name = "storage_py_gapic_test",
  151. srcs = [
  152. "storage_py_gapic_pytest.py",
  153. "storage_py_gapic_test.py",
  154. ],
  155. legacy_create_init = False,
  156. deps = [":storage_py_gapic"],
  157. )
  158. py_gapic_assembly_pkg(
  159. name = "bigquery-storage-v1beta1-py",
  160. deps = [
  161. ":storage_py_gapic",
  162. ],
  163. )
  164. php_proto_library(
  165. name = "storage_php_proto",
  166. deps = [":storage_proto"],
  167. )
  168. php_grpc_library(
  169. name = "storage_php_grpc",
  170. srcs = [":storage_proto"],
  171. deps = [":storage_php_proto"],
  172. )
  173. php_gapic_library(
  174. name = "storage_php_gapic",
  175. srcs = [":storage_proto_with_info"],
  176. grpc_service_config = "bigquerystorage_grpc_service_config.json",
  177. rest_numeric_enums = False,
  178. transport = "grpc+rest",
  179. deps = [
  180. ":storage_php_grpc",
  181. ":storage_php_proto",
  182. ],
  183. )
  184. # Open Source Packages
  185. php_gapic_assembly_pkg(
  186. name = "google-cloud-bigquery-storage-v1beta1-php",
  187. deps = [
  188. ":storage_php_gapic",
  189. ":storage_php_grpc",
  190. ":storage_php_proto",
  191. ],
  192. )
  193. nodejs_gapic_library(
  194. name = "storage_nodejs_gapic",
  195. package_name = "@google-cloud/bigquery-storage",
  196. src = ":storage_proto_with_info",
  197. extra_protoc_parameters = ["metadata"],
  198. grpc_service_config = "bigquerystorage_grpc_service_config.json",
  199. package = "google.cloud.bigquery.storage.v1beta1",
  200. rest_numeric_enums = False,
  201. service_yaml = "bigquerystorage_v1beta1.yaml",
  202. transport = "grpc+rest",
  203. deps = [],
  204. )
  205. nodejs_gapic_assembly_pkg(
  206. name = "bigquery-storage-v1beta1-nodejs",
  207. deps = [
  208. ":storage_nodejs_gapic",
  209. ":storage_proto",
  210. ],
  211. )
  212. ruby_proto_library(
  213. name = "storage_ruby_proto",
  214. deps = [":storage_proto"],
  215. )
  216. ruby_grpc_library(
  217. name = "storage_ruby_grpc",
  218. srcs = [":storage_proto"],
  219. deps = [":storage_ruby_proto"],
  220. )
  221. ruby_cloud_gapic_library(
  222. name = "storage_ruby_gapic",
  223. srcs = [":storage_proto_with_info"],
  224. extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-bigquery-storage-v1beta1"],
  225. rest_numeric_enums = False,
  226. deps = [
  227. ":storage_ruby_grpc",
  228. ":storage_ruby_proto",
  229. ],
  230. )
  231. # Open Source Packages
  232. ruby_gapic_assembly_pkg(
  233. name = "google-cloud-bigquery-storage-v1beta1-ruby",
  234. deps = [
  235. ":storage_ruby_gapic",
  236. ":storage_ruby_grpc",
  237. ":storage_ruby_proto",
  238. ],
  239. )
  240. csharp_proto_library(
  241. name = "storage_csharp_proto",
  242. deps = [":storage_proto"],
  243. )
  244. csharp_grpc_library(
  245. name = "storage_csharp_grpc",
  246. srcs = [":storage_proto"],
  247. deps = [":storage_csharp_proto"],
  248. )
  249. csharp_gapic_library(
  250. name = "storage_csharp_gapic",
  251. srcs = [":storage_proto_with_info"],
  252. common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
  253. grpc_service_config = "bigquerystorage_grpc_service_config.json",
  254. rest_numeric_enums = False,
  255. service_yaml = "bigquerystorage_v1beta1.yaml",
  256. deps = [
  257. ":storage_csharp_grpc",
  258. ":storage_csharp_proto",
  259. ],
  260. )
  261. # Open Source Packages
  262. csharp_gapic_assembly_pkg(
  263. name = "google-cloud-bigquery-storage-v1beta1-csharp",
  264. deps = [
  265. ":storage_csharp_gapic",
  266. ":storage_csharp_grpc",
  267. ":storage_csharp_proto",
  268. ],
  269. )
  270. cc_proto_library(
  271. name = "storage_cc_proto",
  272. deps = [":storage_proto"],
  273. )
  274. cc_grpc_library(
  275. name = "storage_cc_grpc",
  276. srcs = [":storage_proto"],
  277. generate_mocks = True,
  278. grpc_only = True,
  279. deps = [":storage_cc_proto"],
  280. )