BUILD.bazel 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. # This file was automatically generated by BuildFileGenerator
  2. # https://github.com/googleapis/rules_gapic/tree/master/bazel
  3. # Most of the manual changes to this file will be overwritten.
  4. # It's **only** allowed to change the following rule attribute values:
  5. # - names of *_gapic_assembly_* rules
  6. # - certain parameters of *_gapic_library rules, including but not limited to:
  7. # * extra_protoc_parameters
  8. # * extra_protoc_file_parameters
  9. # The complete list of preserved parameters can be found in the source code.
  10. # This is an API workspace, having public visibility by default makes perfect sense.
  11. package(default_visibility = ["//visibility:public"])
  12. ##############################################################################
  13. # Common
  14. ##############################################################################
  15. load("@rules_proto//proto:defs.bzl", "proto_library")
  16. load("@com_google_googleapis_imports//:imports.bzl", "proto_library_with_info")
  17. proto_library(
  18. name = "apigateway_proto",
  19. srcs = [
  20. "apigateway.proto",
  21. "apigateway_service.proto",
  22. ],
  23. deps = [
  24. "//google/api:annotations_proto",
  25. "//google/api:client_proto",
  26. "//google/api:field_behavior_proto",
  27. "//google/api:resource_proto",
  28. "//google/longrunning:operations_proto",
  29. "@com_google_protobuf//:field_mask_proto",
  30. "@com_google_protobuf//:timestamp_proto",
  31. ],
  32. )
  33. proto_library_with_info(
  34. name = "apigateway_proto_with_info",
  35. deps = [
  36. ":apigateway_proto",
  37. "//google/cloud:common_resources_proto",
  38. ],
  39. )
  40. ##############################################################################
  41. # Java
  42. ##############################################################################
  43. load(
  44. "@com_google_googleapis_imports//:imports.bzl",
  45. "java_gapic_assembly_gradle_pkg",
  46. "java_gapic_library",
  47. "java_gapic_test",
  48. "java_grpc_library",
  49. "java_proto_library",
  50. )
  51. java_proto_library(
  52. name = "apigateway_java_proto",
  53. deps = [":apigateway_proto"],
  54. )
  55. java_grpc_library(
  56. name = "apigateway_java_grpc",
  57. srcs = [":apigateway_proto"],
  58. deps = [":apigateway_java_proto"],
  59. )
  60. java_gapic_library(
  61. name = "apigateway_java_gapic",
  62. srcs = [":apigateway_proto_with_info"],
  63. grpc_service_config = "apigateway_grpc_service_config.json",
  64. rest_numeric_enums = False,
  65. test_deps = [
  66. ":apigateway_java_grpc",
  67. ],
  68. transport = "grpc+rest",
  69. deps = [
  70. ":apigateway_java_proto",
  71. ],
  72. )
  73. java_gapic_test(
  74. name = "apigateway_java_gapic_test_suite",
  75. test_classes = [
  76. "com.google.cloud.apigateway.v1.ApiGatewayServiceClientHttpJsonTest",
  77. "com.google.cloud.apigateway.v1.ApiGatewayServiceClientTest",
  78. ],
  79. runtime_deps = [":apigateway_java_gapic_test"],
  80. )
  81. # Open Source Packages
  82. java_gapic_assembly_gradle_pkg(
  83. name = "google-cloud-apigateway-v1-java",
  84. include_samples = True,
  85. transport = "grpc+rest",
  86. deps = [
  87. ":apigateway_java_gapic",
  88. ":apigateway_java_grpc",
  89. ":apigateway_java_proto",
  90. ":apigateway_proto",
  91. ],
  92. )
  93. ##############################################################################
  94. # Go
  95. ##############################################################################
  96. load(
  97. "@com_google_googleapis_imports//:imports.bzl",
  98. "go_gapic_assembly_pkg",
  99. "go_gapic_library",
  100. "go_proto_library",
  101. "go_test",
  102. )
  103. go_proto_library(
  104. name = "apigateway_go_proto",
  105. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  106. importpath = "google.golang.org/genproto/googleapis/cloud/apigateway/v1",
  107. protos = [":apigateway_proto"],
  108. deps = [
  109. "//google/api:annotations_go_proto",
  110. "//google/longrunning:longrunning_go_proto",
  111. ],
  112. )
  113. go_gapic_library(
  114. name = "apigateway_go_gapic",
  115. srcs = [":apigateway_proto_with_info"],
  116. grpc_service_config = "apigateway_grpc_service_config.json",
  117. importpath = "cloud.google.com/go/apigateway/apiv1;apigateway",
  118. metadata = True,
  119. rest_numeric_enums = False,
  120. service_yaml = "apigateway_v1.yaml",
  121. transport = "grpc+rest",
  122. deps = [
  123. ":apigateway_go_proto",
  124. "//google/longrunning:longrunning_go_proto",
  125. "@com_google_cloud_go//longrunning:go_default_library",
  126. "@com_google_cloud_go//longrunning/autogen:go_default_library",
  127. ],
  128. )
  129. go_test(
  130. name = "apigateway_go_gapic_test",
  131. srcs = [":apigateway_go_gapic_srcjar_test"],
  132. embed = [":apigateway_go_gapic"],
  133. importpath = "cloud.google.com/go/apigateway/apiv1",
  134. )
  135. # Open Source Packages
  136. go_gapic_assembly_pkg(
  137. name = "gapi-cloud-apigateway-v1-go",
  138. deps = [
  139. ":apigateway_go_gapic",
  140. ":apigateway_go_gapic_srcjar-metadata.srcjar",
  141. ":apigateway_go_gapic_srcjar-test.srcjar",
  142. ":apigateway_go_proto",
  143. ],
  144. )
  145. ##############################################################################
  146. # Python
  147. ##############################################################################
  148. load(
  149. "@com_google_googleapis_imports//:imports.bzl",
  150. "py_gapic_assembly_pkg",
  151. "py_gapic_library",
  152. "py_test",
  153. )
  154. py_gapic_library(
  155. name = "apigateway_py_gapic",
  156. srcs = [":apigateway_proto"],
  157. grpc_service_config = "apigateway_grpc_service_config.json",
  158. opt_args = ["warehouse-package-name=google-cloud-api-gateway"],
  159. rest_numeric_enums = False,
  160. transport = "grpc",
  161. )
  162. py_test(
  163. name = "apigateway_py_gapic_test",
  164. srcs = [
  165. "apigateway_py_gapic_pytest.py",
  166. "apigateway_py_gapic_test.py",
  167. ],
  168. legacy_create_init = False,
  169. deps = [":apigateway_py_gapic"],
  170. )
  171. # Open Source Packages
  172. py_gapic_assembly_pkg(
  173. name = "google-cloud-apigateway-v1-py",
  174. deps = [
  175. ":apigateway_py_gapic",
  176. ],
  177. )
  178. ##############################################################################
  179. # PHP
  180. ##############################################################################
  181. load(
  182. "@com_google_googleapis_imports//:imports.bzl",
  183. "php_gapic_assembly_pkg",
  184. "php_gapic_library",
  185. "php_grpc_library",
  186. "php_proto_library",
  187. )
  188. php_proto_library(
  189. name = "apigateway_php_proto",
  190. deps = [":apigateway_proto"],
  191. )
  192. php_grpc_library(
  193. name = "apigateway_php_grpc",
  194. srcs = [":apigateway_proto"],
  195. deps = [":apigateway_php_proto"],
  196. )
  197. php_gapic_library(
  198. name = "apigateway_php_gapic",
  199. srcs = [":apigateway_proto_with_info"],
  200. grpc_service_config = "apigateway_grpc_service_config.json",
  201. rest_numeric_enums = False,
  202. service_yaml = "apigateway_v1.yaml",
  203. transport = "grpc+rest",
  204. deps = [
  205. ":apigateway_php_grpc",
  206. ":apigateway_php_proto",
  207. ],
  208. )
  209. # Open Source Packages
  210. php_gapic_assembly_pkg(
  211. name = "google-cloud-apigateway-v1-php",
  212. deps = [
  213. ":apigateway_php_gapic",
  214. ":apigateway_php_grpc",
  215. ":apigateway_php_proto",
  216. ],
  217. )
  218. ##############################################################################
  219. # Node.js
  220. ##############################################################################
  221. load(
  222. "@com_google_googleapis_imports//:imports.bzl",
  223. "nodejs_gapic_assembly_pkg",
  224. "nodejs_gapic_library",
  225. )
  226. nodejs_gapic_library(
  227. name = "apigateway_nodejs_gapic",
  228. package_name = "@google-cloud/api-gateway",
  229. src = ":apigateway_proto_with_info",
  230. extra_protoc_parameters = ["metadata"],
  231. grpc_service_config = "apigateway_grpc_service_config.json",
  232. package = "google.cloud.apigateway.v1",
  233. rest_numeric_enums = False,
  234. service_yaml = "apigateway_v1.yaml",
  235. transport = "grpc+rest",
  236. deps = [],
  237. )
  238. nodejs_gapic_assembly_pkg(
  239. name = "apigateway-v1-nodejs",
  240. deps = [
  241. ":apigateway_nodejs_gapic",
  242. ":apigateway_proto",
  243. ],
  244. )
  245. ##############################################################################
  246. # Ruby
  247. ##############################################################################
  248. load(
  249. "@com_google_googleapis_imports//:imports.bzl",
  250. "ruby_cloud_gapic_library",
  251. "ruby_gapic_assembly_pkg",
  252. "ruby_grpc_library",
  253. "ruby_proto_library",
  254. )
  255. ruby_proto_library(
  256. name = "apigateway_ruby_proto",
  257. deps = [":apigateway_proto"],
  258. )
  259. ruby_grpc_library(
  260. name = "apigateway_ruby_grpc",
  261. srcs = [":apigateway_proto"],
  262. deps = [":apigateway_ruby_proto"],
  263. )
  264. ruby_cloud_gapic_library(
  265. name = "apigateway_ruby_gapic",
  266. srcs = [":apigateway_proto_with_info"],
  267. extra_protoc_parameters = [
  268. "ruby-cloud-gem-name=google-cloud-api_gateway-v1",
  269. "ruby-cloud-env-prefix=API_GATEWAY",
  270. "ruby-cloud-product-url=https://cloud.google.com/api-gateway/",
  271. "ruby-cloud-api-id=apigateway.googleapis.com",
  272. "ruby-cloud-api-shortname=apigateway",
  273. ],
  274. grpc_service_config = "apigateway_grpc_service_config.json",
  275. rest_numeric_enums = False,
  276. ruby_cloud_description = "API Gateway enables you to provide secure access to your backend services through a well-defined REST API that is consistent across all of your services, regardless of the service implementation. Clients consume your REST APIS to implement standalone apps for a mobile device or tablet, through apps running in a browser, or through any other type of app that can make a request to an HTTP endpoint.",
  277. ruby_cloud_title = "API Gateway V1",
  278. deps = [
  279. ":apigateway_ruby_grpc",
  280. ":apigateway_ruby_proto",
  281. ],
  282. )
  283. # Open Source Packages
  284. ruby_gapic_assembly_pkg(
  285. name = "google-cloud-apigateway-v1-ruby",
  286. deps = [
  287. ":apigateway_ruby_gapic",
  288. ":apigateway_ruby_grpc",
  289. ":apigateway_ruby_proto",
  290. ],
  291. )
  292. ##############################################################################
  293. # C#
  294. ##############################################################################
  295. load(
  296. "@com_google_googleapis_imports//:imports.bzl",
  297. "csharp_gapic_assembly_pkg",
  298. "csharp_gapic_library",
  299. "csharp_grpc_library",
  300. "csharp_proto_library",
  301. )
  302. csharp_proto_library(
  303. name = "apigateway_csharp_proto",
  304. deps = [":apigateway_proto"],
  305. )
  306. csharp_grpc_library(
  307. name = "apigateway_csharp_grpc",
  308. srcs = [":apigateway_proto"],
  309. deps = [":apigateway_csharp_proto"],
  310. )
  311. csharp_gapic_library(
  312. name = "apigateway_csharp_gapic",
  313. srcs = [":apigateway_proto_with_info"],
  314. common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
  315. grpc_service_config = "apigateway_grpc_service_config.json",
  316. rest_numeric_enums = False,
  317. service_yaml = "apigateway_v1.yaml",
  318. deps = [
  319. ":apigateway_csharp_grpc",
  320. ":apigateway_csharp_proto",
  321. ],
  322. )
  323. # Open Source Packages
  324. csharp_gapic_assembly_pkg(
  325. name = "google-cloud-apigateway-v1-csharp",
  326. deps = [
  327. ":apigateway_csharp_gapic",
  328. ":apigateway_csharp_grpc",
  329. ":apigateway_csharp_proto",
  330. ],
  331. )
  332. ##############################################################################
  333. # C++
  334. ##############################################################################
  335. load(
  336. "@com_google_googleapis_imports//:imports.bzl",
  337. "cc_grpc_library",
  338. "cc_proto_library",
  339. )
  340. cc_proto_library(
  341. name = "apigateway_cc_proto",
  342. deps = [":apigateway_proto"],
  343. )
  344. cc_grpc_library(
  345. name = "apigateway_cc_grpc",
  346. srcs = [":apigateway_proto"],
  347. grpc_only = True,
  348. deps = [":apigateway_cc_proto"],
  349. )