BUILD.bazel 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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 = "agentendpoint_proto",
  19. srcs = [
  20. "agentendpoint.proto",
  21. "guest_policies.proto",
  22. "patch_jobs.proto",
  23. "tasks.proto",
  24. ],
  25. deps = [
  26. "//google/api:annotations_proto",
  27. "//google/api:client_proto",
  28. "//google/api:field_behavior_proto",
  29. ],
  30. )
  31. proto_library_with_info(
  32. name = "agentendpoint_proto_with_info",
  33. deps = [
  34. ":agentendpoint_proto",
  35. "//google/cloud:common_resources_proto",
  36. ],
  37. )
  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. java_proto_library(
  50. name = "agentendpoint_java_proto",
  51. deps = [":agentendpoint_proto"],
  52. )
  53. java_grpc_library(
  54. name = "agentendpoint_java_grpc",
  55. srcs = [":agentendpoint_proto"],
  56. deps = [":agentendpoint_java_proto"],
  57. )
  58. java_gapic_library(
  59. name = "agentendpoint_java_gapic",
  60. srcs = [":agentendpoint_proto_with_info"],
  61. gapic_yaml = "osconfig_gapic.yaml",
  62. grpc_service_config = "agentendpoint_grpc_service_config.json",
  63. rest_numeric_enums = False,
  64. service_yaml = "osconfig_v1beta.yaml",
  65. test_deps = [
  66. ":agentendpoint_java_grpc",
  67. ],
  68. transport = "grpc+rest",
  69. deps = [
  70. ":agentendpoint_java_proto",
  71. "//google/api:api_java_proto",
  72. ],
  73. )
  74. java_gapic_test(
  75. name = "agentendpoint_java_gapic_test_suite",
  76. test_classes = [
  77. "com.google.cloud.osconfig.agentendpoint.v1beta.AgentEndpointServiceClientHttpJsonTest",
  78. "com.google.cloud.osconfig.agentendpoint.v1beta.AgentEndpointServiceClientTest",
  79. ],
  80. runtime_deps = [":agentendpoint_java_gapic_test"],
  81. )
  82. # Open Source Packages
  83. java_gapic_assembly_gradle_pkg(
  84. name = "google-cloud-osconfig-agentendpoint-v1beta-java",
  85. include_samples = True,
  86. transport = "grpc+rest",
  87. deps = [
  88. ":agentendpoint_java_gapic",
  89. ":agentendpoint_java_grpc",
  90. ":agentendpoint_java_proto",
  91. ":agentendpoint_proto",
  92. ],
  93. )
  94. ##############################################################################
  95. # Go
  96. ##############################################################################
  97. load(
  98. "@com_google_googleapis_imports//:imports.bzl",
  99. "go_gapic_assembly_pkg",
  100. "go_gapic_library",
  101. "go_proto_library",
  102. "go_test",
  103. )
  104. go_proto_library(
  105. name = "agentendpoint_go_proto",
  106. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  107. importpath = "google.golang.org/genproto/googleapis/cloud/osconfig/agentendpoint/v1beta",
  108. protos = [":agentendpoint_proto"],
  109. deps = [
  110. "//google/api:annotations_go_proto",
  111. ],
  112. )
  113. go_gapic_library(
  114. name = "agentendpoint_go_gapic",
  115. srcs = [":agentendpoint_proto_with_info"],
  116. grpc_service_config = "agentendpoint_grpc_service_config.json",
  117. importpath = "cloud.google.com/go/osconfig/agentendpoint/apiv1beta;agentendpoint",
  118. metadata = True,
  119. rest_numeric_enums = False,
  120. service_yaml = "osconfig_v1beta.yaml",
  121. transport = "grpc+rest",
  122. deps = [
  123. ":agentendpoint_go_proto",
  124. ],
  125. )
  126. go_test(
  127. name = "agentendpoint_go_gapic_test",
  128. srcs = [":agentendpoint_go_gapic_srcjar_test"],
  129. embed = [":agentendpoint_go_gapic"],
  130. importpath = "cloud.google.com/go/osconfig/agentendpoint/apiv1beta",
  131. )
  132. # Open Source Packages
  133. go_gapic_assembly_pkg(
  134. name = "gapi-cloud-osconfig-agentendpoint-v1beta-go",
  135. deps = [
  136. ":agentendpoint_go_gapic",
  137. ":agentendpoint_go_gapic_srcjar-metadata.srcjar",
  138. ":agentendpoint_go_gapic_srcjar-test.srcjar",
  139. ":agentendpoint_go_proto",
  140. ],
  141. )
  142. ##############################################################################
  143. # Python
  144. ##############################################################################
  145. load(
  146. "@com_google_googleapis_imports//:imports.bzl",
  147. "py_gapic_assembly_pkg",
  148. "py_gapic_library",
  149. "py_test",
  150. )
  151. py_gapic_library(
  152. name = "agentendpoint_py_gapic",
  153. srcs = [":agentendpoint_proto"],
  154. grpc_service_config = "agentendpoint_grpc_service_config.json",
  155. rest_numeric_enums = False,
  156. transport = "grpc",
  157. )
  158. py_test(
  159. name = "agentendpoint_py_gapic_test",
  160. srcs = [
  161. "agentendpoint_py_gapic_pytest.py",
  162. "agentendpoint_py_gapic_test.py",
  163. ],
  164. legacy_create_init = False,
  165. deps = [":agentendpoint_py_gapic"],
  166. )
  167. # Open Source Packages
  168. py_gapic_assembly_pkg(
  169. name = "osconfig-agentendpoint-v1beta-py",
  170. deps = [
  171. ":agentendpoint_py_gapic",
  172. ],
  173. )
  174. ##############################################################################
  175. # PHP
  176. ##############################################################################
  177. load(
  178. "@com_google_googleapis_imports//:imports.bzl",
  179. "php_gapic_assembly_pkg",
  180. "php_gapic_library",
  181. "php_grpc_library",
  182. "php_proto_library",
  183. )
  184. php_proto_library(
  185. name = "agentendpoint_php_proto",
  186. deps = [":agentendpoint_proto"],
  187. )
  188. php_grpc_library(
  189. name = "agentendpoint_php_grpc",
  190. srcs = [":agentendpoint_proto"],
  191. deps = [":agentendpoint_php_proto"],
  192. )
  193. php_gapic_library(
  194. name = "agentendpoint_php_gapic",
  195. srcs = [":agentendpoint_proto_with_info"],
  196. grpc_service_config = "agentendpoint_grpc_service_config.json",
  197. rest_numeric_enums = False,
  198. service_yaml = "osconfig_v1beta.yaml",
  199. transport = "grpc+rest",
  200. deps = [
  201. ":agentendpoint_php_grpc",
  202. ":agentendpoint_php_proto",
  203. ],
  204. )
  205. # Open Source Packages
  206. php_gapic_assembly_pkg(
  207. name = "google-cloud-osconfig-agentendpoint-v1beta-php",
  208. deps = [
  209. ":agentendpoint_php_gapic",
  210. ":agentendpoint_php_grpc",
  211. ":agentendpoint_php_proto",
  212. ],
  213. )
  214. ##############################################################################
  215. # Node.js
  216. ##############################################################################
  217. load(
  218. "@com_google_googleapis_imports//:imports.bzl",
  219. "nodejs_gapic_assembly_pkg",
  220. "nodejs_gapic_library",
  221. )
  222. nodejs_gapic_library(
  223. name = "agentendpoint_nodejs_gapic",
  224. package_name = "@google-cloud/agentendpoint",
  225. src = ":agentendpoint_proto_with_info",
  226. extra_protoc_parameters = ["metadata"],
  227. grpc_service_config = "agentendpoint_grpc_service_config.json",
  228. package = "google.cloud.osconfig.agentendpoint.v1beta",
  229. rest_numeric_enums = False,
  230. service_yaml = "osconfig_v1beta.yaml",
  231. transport = "grpc+rest",
  232. deps = [],
  233. )
  234. nodejs_gapic_assembly_pkg(
  235. name = "osconfig-agentendpoint-v1beta-nodejs",
  236. deps = [
  237. ":agentendpoint_nodejs_gapic",
  238. ":agentendpoint_proto",
  239. ],
  240. )
  241. ##############################################################################
  242. # Ruby
  243. ##############################################################################
  244. load(
  245. "@com_google_googleapis_imports//:imports.bzl",
  246. "ruby_cloud_gapic_library",
  247. "ruby_gapic_assembly_pkg",
  248. "ruby_grpc_library",
  249. "ruby_proto_library",
  250. )
  251. ruby_proto_library(
  252. name = "agentendpoint_ruby_proto",
  253. deps = [":agentendpoint_proto"],
  254. )
  255. ruby_grpc_library(
  256. name = "agentendpoint_ruby_grpc",
  257. srcs = [":agentendpoint_proto"],
  258. deps = [":agentendpoint_ruby_proto"],
  259. )
  260. ruby_cloud_gapic_library(
  261. name = "agentendpoint_ruby_gapic",
  262. srcs = [":agentendpoint_proto_with_info"],
  263. extra_protoc_parameters = ["ruby-cloud-gem-name=google-cloud-agentendpoint-v1beta"],
  264. grpc_service_config = "agentendpoint_grpc_service_config.json",
  265. rest_numeric_enums = False,
  266. deps = [
  267. ":agentendpoint_ruby_grpc",
  268. ":agentendpoint_ruby_proto",
  269. ],
  270. )
  271. # Open Source Packages
  272. ruby_gapic_assembly_pkg(
  273. name = "google-cloud-osconfig-agentendpoint-v1beta-ruby",
  274. deps = [
  275. ":agentendpoint_ruby_gapic",
  276. ":agentendpoint_ruby_grpc",
  277. ":agentendpoint_ruby_proto",
  278. ],
  279. )
  280. ##############################################################################
  281. # C#
  282. ##############################################################################
  283. load(
  284. "@com_google_googleapis_imports//:imports.bzl",
  285. "csharp_gapic_assembly_pkg",
  286. "csharp_gapic_library",
  287. "csharp_grpc_library",
  288. "csharp_proto_library",
  289. )
  290. csharp_proto_library(
  291. name = "agentendpoint_csharp_proto",
  292. deps = [":agentendpoint_proto"],
  293. )
  294. csharp_grpc_library(
  295. name = "agentendpoint_csharp_grpc",
  296. srcs = [":agentendpoint_proto"],
  297. deps = [":agentendpoint_csharp_proto"],
  298. )
  299. csharp_gapic_library(
  300. name = "agentendpoint_csharp_gapic",
  301. srcs = [":agentendpoint_proto_with_info"],
  302. common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
  303. grpc_service_config = "agentendpoint_grpc_service_config.json",
  304. rest_numeric_enums = False,
  305. service_yaml = "osconfig_v1beta.yaml",
  306. deps = [
  307. ":agentendpoint_csharp_grpc",
  308. ":agentendpoint_csharp_proto",
  309. ],
  310. )
  311. # Open Source Packages
  312. csharp_gapic_assembly_pkg(
  313. name = "google-cloud-osconfig-agentendpoint-v1beta-csharp",
  314. deps = [
  315. ":agentendpoint_csharp_gapic",
  316. ":agentendpoint_csharp_grpc",
  317. ":agentendpoint_csharp_proto",
  318. ],
  319. )
  320. ##############################################################################
  321. # C++
  322. ##############################################################################
  323. load(
  324. "@com_google_googleapis_imports//:imports.bzl",
  325. "cc_grpc_library",
  326. "cc_proto_library",
  327. )
  328. cc_proto_library(
  329. name = "agentendpoint_cc_proto",
  330. deps = [":agentendpoint_proto"],
  331. )
  332. cc_grpc_library(
  333. name = "agentendpoint_cc_grpc",
  334. srcs = [":agentendpoint_proto"],
  335. grpc_only = True,
  336. deps = [":agentendpoint_cc_proto"],
  337. )