BUILD.bazel 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. # This file was automatically generated by BuildFileGenerator
  2. # https://github.com/googleapis/gapic-generator/tree/master/rules_gapic/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 = "securitycenter_proto",
  19. srcs = [
  20. "asset.proto",
  21. "finding.proto",
  22. "folder.proto",
  23. "notification_config.proto",
  24. "notification_message.proto",
  25. "organization_settings.proto",
  26. "resource.proto",
  27. "run_asset_discovery_response.proto",
  28. "security_marks.proto",
  29. "securitycenter_service.proto",
  30. "source.proto",
  31. ],
  32. deps = [
  33. "//google/api:annotations_proto",
  34. "//google/api:client_proto",
  35. "//google/api:field_behavior_proto",
  36. "//google/api:resource_proto",
  37. "//google/iam/v1:iam_policy_proto",
  38. "//google/iam/v1:policy_proto",
  39. "//google/longrunning:operations_proto",
  40. "@com_google_protobuf//:duration_proto",
  41. "@com_google_protobuf//:empty_proto",
  42. "@com_google_protobuf//:field_mask_proto",
  43. "@com_google_protobuf//:struct_proto",
  44. "@com_google_protobuf//:timestamp_proto",
  45. ],
  46. )
  47. proto_library_with_info(
  48. name = "securitycenter_proto_with_info",
  49. deps = [
  50. ":securitycenter_proto",
  51. "//google/cloud:common_resources_proto",
  52. ],
  53. )
  54. ##############################################################################
  55. # Java
  56. ##############################################################################
  57. load(
  58. "@com_google_googleapis_imports//:imports.bzl",
  59. "java_gapic_assembly_gradle_pkg",
  60. "java_gapic_library",
  61. "java_gapic_test",
  62. "java_grpc_library",
  63. "java_proto_library",
  64. )
  65. java_proto_library(
  66. name = "securitycenter_java_proto",
  67. deps = [":securitycenter_proto"],
  68. )
  69. java_grpc_library(
  70. name = "securitycenter_java_grpc",
  71. srcs = [":securitycenter_proto"],
  72. deps = [":securitycenter_java_proto"],
  73. )
  74. java_gapic_library(
  75. name = "securitycenter_java_gapic",
  76. srcs = [":securitycenter_proto_with_info"],
  77. grpc_service_config = "securitycenter_grpc_service_config.json",
  78. rest_numeric_enums = False,
  79. test_deps = [
  80. ":securitycenter_java_grpc",
  81. "//google/iam/v1:iam_java_grpc",
  82. ],
  83. transport = "grpc+rest",
  84. deps = [
  85. ":securitycenter_java_proto",
  86. "//google/iam/v1:iam_java_proto",
  87. ],
  88. )
  89. java_gapic_test(
  90. name = "securitycenter_java_gapic_test_suite",
  91. test_classes = [
  92. "com.google.cloud.securitycenter.v1p1beta1.SecurityCenterClientHttpJsonTest",
  93. "com.google.cloud.securitycenter.v1p1beta1.SecurityCenterClientTest",
  94. ],
  95. runtime_deps = [":securitycenter_java_gapic_test"],
  96. )
  97. # Open Source Packages
  98. java_gapic_assembly_gradle_pkg(
  99. name = "google-cloud-securitycenter-v1p1beta1-java",
  100. include_samples = True,
  101. transport = "grpc+rest",
  102. deps = [
  103. ":securitycenter_java_gapic",
  104. ":securitycenter_java_grpc",
  105. ":securitycenter_java_proto",
  106. ":securitycenter_proto",
  107. ],
  108. )
  109. ##############################################################################
  110. # Go
  111. ##############################################################################
  112. load(
  113. "@com_google_googleapis_imports//:imports.bzl",
  114. "go_gapic_assembly_pkg",
  115. "go_gapic_library",
  116. "go_proto_library",
  117. "go_test",
  118. )
  119. go_proto_library(
  120. name = "securitycenter_go_proto",
  121. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  122. importpath = "google.golang.org/genproto/googleapis/cloud/securitycenter/v1p1beta1",
  123. protos = [":securitycenter_proto"],
  124. deps = [
  125. "//google/api:annotations_go_proto",
  126. "//google/iam/v1:iam_go_proto",
  127. "//google/longrunning:longrunning_go_proto",
  128. ],
  129. )
  130. go_gapic_library(
  131. name = "securitycenter_go_gapic",
  132. srcs = [":securitycenter_proto_with_info"],
  133. grpc_service_config = "securitycenter_grpc_service_config.json",
  134. importpath = "cloud.google.com/go/securitycenter/apiv1p1beta1;securitycenter",
  135. rest_numeric_enums = False,
  136. service_yaml = "securitycenter_v1p1beta1.yaml",
  137. transport = "grpc+rest",
  138. deps = [
  139. ":securitycenter_go_proto",
  140. "//google/iam/v1:iam_go_proto",
  141. "//google/longrunning:longrunning_go_proto",
  142. "@com_google_cloud_go//longrunning:go_default_library",
  143. "@com_google_cloud_go//longrunning/autogen:go_default_library",
  144. "@io_bazel_rules_go//proto/wkt:duration_go_proto",
  145. "@io_bazel_rules_go//proto/wkt:struct_go_proto",
  146. ],
  147. )
  148. go_test(
  149. name = "securitycenter_go_gapic_test",
  150. srcs = [":securitycenter_go_gapic_srcjar_test"],
  151. embed = [":securitycenter_go_gapic"],
  152. importpath = "cloud.google.com/go/securitycenter/apiv1p1beta1",
  153. )
  154. # Open Source Packages
  155. go_gapic_assembly_pkg(
  156. name = "gapi-cloud-securitycenter-v1p1beta1-go",
  157. deps = [
  158. ":securitycenter_go_gapic",
  159. ":securitycenter_go_gapic_srcjar-test.srcjar",
  160. ":securitycenter_go_proto",
  161. ],
  162. )
  163. ##############################################################################
  164. # Python
  165. ##############################################################################
  166. load(
  167. "@com_google_googleapis_imports//:imports.bzl",
  168. "py_gapic_assembly_pkg",
  169. "py_gapic_library",
  170. "py_test",
  171. )
  172. py_gapic_library(
  173. name = "securitycenter_py_gapic",
  174. srcs = [":securitycenter_proto"],
  175. grpc_service_config = "securitycenter_grpc_service_config.json",
  176. rest_numeric_enums = False,
  177. transport = "grpc",
  178. deps = [
  179. "//google/iam/v1:iam_policy_py_proto",
  180. ],
  181. )
  182. py_test(
  183. name = "securitycenter_py_gapic_test",
  184. srcs = [
  185. "securitycenter_py_gapic_pytest.py",
  186. "securitycenter_py_gapic_test.py",
  187. ],
  188. legacy_create_init = False,
  189. deps = [":securitycenter_py_gapic"],
  190. )
  191. # Open Source Packages
  192. py_gapic_assembly_pkg(
  193. name = "securitycenter-v1p1beta1-py",
  194. deps = [
  195. ":securitycenter_py_gapic",
  196. ],
  197. )
  198. ##############################################################################
  199. # PHP
  200. ##############################################################################
  201. load(
  202. "@com_google_googleapis_imports//:imports.bzl",
  203. "php_gapic_assembly_pkg",
  204. "php_gapic_library",
  205. "php_grpc_library",
  206. "php_proto_library",
  207. )
  208. php_proto_library(
  209. name = "securitycenter_php_proto",
  210. deps = [":securitycenter_proto"],
  211. )
  212. php_grpc_library(
  213. name = "securitycenter_php_grpc",
  214. srcs = [":securitycenter_proto"],
  215. deps = [":securitycenter_php_proto"],
  216. )
  217. php_gapic_library(
  218. name = "securitycenter_php_gapic",
  219. srcs = [":securitycenter_proto_with_info"],
  220. grpc_service_config = "securitycenter_grpc_service_config.json",
  221. rest_numeric_enums = False,
  222. service_yaml = "securitycenter_v1p1beta1.yaml",
  223. transport = "grpc+rest",
  224. deps = [
  225. ":securitycenter_php_grpc",
  226. ":securitycenter_php_proto",
  227. ],
  228. )
  229. # Open Source Packages
  230. php_gapic_assembly_pkg(
  231. name = "google-cloud-securitycenter-v1p1beta1-php",
  232. deps = [
  233. ":securitycenter_php_gapic",
  234. ":securitycenter_php_grpc",
  235. ":securitycenter_php_proto",
  236. ],
  237. )
  238. ##############################################################################
  239. # Node.js
  240. ##############################################################################
  241. load(
  242. "@com_google_googleapis_imports//:imports.bzl",
  243. "nodejs_gapic_assembly_pkg",
  244. "nodejs_gapic_library",
  245. )
  246. nodejs_gapic_library(
  247. name = "securitycenter_nodejs_gapic",
  248. package_name = "@google-cloud/security-center",
  249. src = ":securitycenter_proto_with_info",
  250. extra_protoc_parameters = ["metadata"],
  251. grpc_service_config = "securitycenter_grpc_service_config.json",
  252. package = "google.cloud.securitycenter.v1p1beta1",
  253. rest_numeric_enums = False,
  254. service_yaml = "securitycenter_v1p1beta1.yaml",
  255. transport = "grpc+rest",
  256. deps = [],
  257. )
  258. nodejs_gapic_assembly_pkg(
  259. name = "securitycenter-v1p1beta1-nodejs",
  260. deps = [
  261. ":securitycenter_nodejs_gapic",
  262. ":securitycenter_proto",
  263. ],
  264. )
  265. ##############################################################################
  266. # Ruby
  267. ##############################################################################
  268. load(
  269. "@com_google_googleapis_imports//:imports.bzl",
  270. "ruby_cloud_gapic_library",
  271. "ruby_gapic_assembly_pkg",
  272. "ruby_grpc_library",
  273. "ruby_proto_library",
  274. )
  275. ruby_proto_library(
  276. name = "securitycenter_ruby_proto",
  277. deps = [":securitycenter_proto"],
  278. )
  279. ruby_grpc_library(
  280. name = "securitycenter_ruby_grpc",
  281. srcs = [":securitycenter_proto"],
  282. deps = [":securitycenter_ruby_proto"],
  283. )
  284. ruby_cloud_gapic_library(
  285. name = "securitycenter_ruby_gapic",
  286. srcs = [":securitycenter_proto_with_info"],
  287. extra_protoc_parameters = [
  288. "ruby-cloud-gem-name=google-cloud-security_center-v1p1beta1",
  289. "ruby-cloud-env-prefix=SECURITY_CENTER",
  290. "ruby-cloud-product-url=https://cloud.google.com/security-command-center",
  291. "ruby-cloud-api-id=securitycenter.googleapis.com",
  292. "ruby-cloud-api-shortname=securitycenter",
  293. ],
  294. grpc_service_config = "securitycenter_grpc_service_config.json",
  295. rest_numeric_enums = False,
  296. ruby_cloud_description = "Security Command Center API provides access to temporal views of assets and findings within an organization.",
  297. ruby_cloud_title = "Cloud Security Command Center V1p1beta1",
  298. deps = [
  299. ":securitycenter_ruby_grpc",
  300. ":securitycenter_ruby_proto",
  301. ],
  302. )
  303. # Open Source Packages
  304. ruby_gapic_assembly_pkg(
  305. name = "google-cloud-securitycenter-v1p1beta1-ruby",
  306. deps = [
  307. ":securitycenter_ruby_gapic",
  308. ":securitycenter_ruby_grpc",
  309. ":securitycenter_ruby_proto",
  310. ],
  311. )
  312. ##############################################################################
  313. # C#
  314. ##############################################################################
  315. load(
  316. "@com_google_googleapis_imports//:imports.bzl",
  317. "csharp_gapic_assembly_pkg",
  318. "csharp_gapic_library",
  319. "csharp_grpc_library",
  320. "csharp_proto_library",
  321. )
  322. csharp_proto_library(
  323. name = "securitycenter_csharp_proto",
  324. deps = [":securitycenter_proto"],
  325. )
  326. csharp_grpc_library(
  327. name = "securitycenter_csharp_grpc",
  328. srcs = [":securitycenter_proto"],
  329. deps = [":securitycenter_csharp_proto"],
  330. )
  331. csharp_gapic_library(
  332. name = "securitycenter_csharp_gapic",
  333. srcs = [":securitycenter_proto_with_info"],
  334. common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
  335. grpc_service_config = "securitycenter_grpc_service_config.json",
  336. rest_numeric_enums = False,
  337. service_yaml = "securitycenter_v1p1beta1.yaml",
  338. deps = [
  339. ":securitycenter_csharp_grpc",
  340. ":securitycenter_csharp_proto",
  341. ],
  342. )
  343. # Open Source Packages
  344. csharp_gapic_assembly_pkg(
  345. name = "google-cloud-securitycenter-v1p1beta1-csharp",
  346. deps = [
  347. ":securitycenter_csharp_gapic",
  348. ":securitycenter_csharp_grpc",
  349. ":securitycenter_csharp_proto",
  350. ],
  351. )