BUILD.bazel 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  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 = "livestream_proto",
  19. srcs = [
  20. "outputs.proto",
  21. "resources.proto",
  22. "service.proto",
  23. ],
  24. deps = [
  25. "//google/api:annotations_proto",
  26. "//google/api:client_proto",
  27. "//google/api:field_behavior_proto",
  28. "//google/api:resource_proto",
  29. "//google/longrunning:operations_proto",
  30. "//google/rpc:status_proto",
  31. "@com_google_protobuf//:duration_proto",
  32. "@com_google_protobuf//:empty_proto",
  33. "@com_google_protobuf//:field_mask_proto",
  34. "@com_google_protobuf//:timestamp_proto",
  35. ],
  36. )
  37. proto_library_with_info(
  38. name = "livestream_proto_with_info",
  39. deps = [
  40. ":livestream_proto",
  41. "//google/cloud:common_resources_proto",
  42. ],
  43. )
  44. ##############################################################################
  45. # Java
  46. ##############################################################################
  47. load(
  48. "@com_google_googleapis_imports//:imports.bzl",
  49. "java_gapic_assembly_gradle_pkg",
  50. "java_gapic_library",
  51. "java_gapic_test",
  52. "java_grpc_library",
  53. "java_proto_library",
  54. )
  55. java_proto_library(
  56. name = "livestream_java_proto",
  57. deps = [":livestream_proto"],
  58. )
  59. java_grpc_library(
  60. name = "livestream_java_grpc",
  61. srcs = [":livestream_proto"],
  62. deps = [":livestream_java_proto"],
  63. )
  64. java_gapic_library(
  65. name = "livestream_java_gapic",
  66. srcs = [":livestream_proto_with_info"],
  67. gapic_yaml = None,
  68. grpc_service_config = "livestream_grpc_service_config.json",
  69. rest_numeric_enums = False,
  70. service_yaml = "livestream_v1.yaml",
  71. test_deps = [
  72. ":livestream_java_grpc",
  73. ],
  74. transport = "grpc+rest",
  75. deps = [
  76. ":livestream_java_proto",
  77. "//google/api:api_java_proto",
  78. ],
  79. )
  80. java_gapic_test(
  81. name = "livestream_java_gapic_test_suite",
  82. test_classes = [
  83. "com.google.cloud.video.livestream.v1.LivestreamServiceClientHttpJsonTest",
  84. "com.google.cloud.video.livestream.v1.LivestreamServiceClientTest",
  85. ],
  86. runtime_deps = [":livestream_java_gapic_test"],
  87. )
  88. # Open Source Packages
  89. java_gapic_assembly_gradle_pkg(
  90. name = "google-cloud-video-livestream-v1-java",
  91. include_samples = True,
  92. transport = "grpc+rest",
  93. deps = [
  94. ":livestream_java_gapic",
  95. ":livestream_java_grpc",
  96. ":livestream_java_proto",
  97. ":livestream_proto",
  98. ],
  99. )
  100. ##############################################################################
  101. # Go
  102. ##############################################################################
  103. load(
  104. "@com_google_googleapis_imports//:imports.bzl",
  105. "go_gapic_assembly_pkg",
  106. "go_gapic_library",
  107. "go_proto_library",
  108. "go_test",
  109. )
  110. go_proto_library(
  111. name = "livestream_go_proto",
  112. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  113. importpath = "google.golang.org/genproto/googleapis/cloud/video/livestream/v1",
  114. protos = [":livestream_proto"],
  115. deps = [
  116. "//google/api:annotations_go_proto",
  117. "//google/longrunning:longrunning_go_proto",
  118. "//google/rpc:status_go_proto",
  119. ],
  120. )
  121. go_gapic_library(
  122. name = "livestream_go_gapic",
  123. srcs = [":livestream_proto_with_info"],
  124. grpc_service_config = "livestream_grpc_service_config.json",
  125. importpath = "cloud.google.com/go/video/livestream/apiv1;livestream",
  126. metadata = True,
  127. rest_numeric_enums = False,
  128. service_yaml = "livestream_v1.yaml",
  129. transport = "grpc+rest",
  130. deps = [
  131. ":livestream_go_proto",
  132. "//google/longrunning:longrunning_go_proto",
  133. "@com_google_cloud_go//longrunning:go_default_library",
  134. "@com_google_cloud_go//longrunning/autogen:go_default_library",
  135. "@io_bazel_rules_go//proto/wkt:duration_go_proto",
  136. ],
  137. )
  138. go_test(
  139. name = "livestream_go_gapic_test",
  140. srcs = [":livestream_go_gapic_srcjar_test"],
  141. embed = [":livestream_go_gapic"],
  142. importpath = "cloud.google.com/go/video/livestream/apiv1",
  143. )
  144. # Open Source Packages
  145. go_gapic_assembly_pkg(
  146. name = "gapi-cloud-video-livestream-v1-go",
  147. deps = [
  148. ":livestream_go_gapic",
  149. ":livestream_go_gapic_srcjar-metadata.srcjar",
  150. ":livestream_go_gapic_srcjar-test.srcjar",
  151. ":livestream_go_proto",
  152. ],
  153. )
  154. ##############################################################################
  155. # Python
  156. ##############################################################################
  157. load(
  158. "@com_google_googleapis_imports//:imports.bzl",
  159. "py_gapic_assembly_pkg",
  160. "py_gapic_library",
  161. "py_test",
  162. )
  163. py_gapic_library(
  164. name = "livestream_py_gapic",
  165. srcs = [":livestream_proto"],
  166. grpc_service_config = "livestream_grpc_service_config.json",
  167. opt_args = [
  168. "warehouse-package-name=google-cloud-video-live-stream",
  169. "python-gapic-namespace=google.cloud.video",
  170. "python-gapic-name=live_stream",
  171. ],
  172. rest_numeric_enums = False,
  173. transport = "grpc",
  174. )
  175. py_test(
  176. name = "livestream_py_gapic_test",
  177. srcs = [
  178. "livestream_py_gapic_pytest.py",
  179. "livestream_py_gapic_test.py",
  180. ],
  181. legacy_create_init = False,
  182. deps = [":livestream_py_gapic"],
  183. )
  184. # Open Source Packages
  185. py_gapic_assembly_pkg(
  186. name = "video-livestream-v1-py",
  187. deps = [
  188. ":livestream_py_gapic",
  189. ],
  190. )
  191. ##############################################################################
  192. # PHP
  193. ##############################################################################
  194. load(
  195. "@com_google_googleapis_imports//:imports.bzl",
  196. "php_gapic_assembly_pkg",
  197. "php_gapic_library",
  198. "php_grpc_library",
  199. "php_proto_library",
  200. )
  201. php_proto_library(
  202. name = "livestream_php_proto",
  203. deps = [":livestream_proto"],
  204. )
  205. php_grpc_library(
  206. name = "livestream_php_grpc",
  207. srcs = [":livestream_proto"],
  208. deps = [":livestream_php_proto"],
  209. )
  210. php_gapic_library(
  211. name = "livestream_php_gapic",
  212. srcs = [":livestream_proto_with_info"],
  213. grpc_service_config = "livestream_grpc_service_config.json",
  214. rest_numeric_enums = False,
  215. service_yaml = "livestream_v1.yaml",
  216. transport = "grpc+rest",
  217. deps = [
  218. ":livestream_php_grpc",
  219. ":livestream_php_proto",
  220. ],
  221. )
  222. # Open Source Packages
  223. php_gapic_assembly_pkg(
  224. name = "google-cloud-video-livestream-v1-php",
  225. deps = [
  226. ":livestream_php_gapic",
  227. ":livestream_php_grpc",
  228. ":livestream_php_proto",
  229. ],
  230. )
  231. ##############################################################################
  232. # Node.js
  233. ##############################################################################
  234. load(
  235. "@com_google_googleapis_imports//:imports.bzl",
  236. "nodejs_gapic_assembly_pkg",
  237. "nodejs_gapic_library",
  238. )
  239. nodejs_gapic_library(
  240. name = "livestream_nodejs_gapic",
  241. package_name = "@google-cloud/livestream",
  242. src = ":livestream_proto_with_info",
  243. extra_protoc_parameters = ["metadata"],
  244. grpc_service_config = "livestream_grpc_service_config.json",
  245. package = "google.cloud.video.livestream.v1",
  246. rest_numeric_enums = False,
  247. service_yaml = "livestream_v1.yaml",
  248. transport = "grpc+rest",
  249. deps = [],
  250. )
  251. nodejs_gapic_assembly_pkg(
  252. name = "video-livestream-v1-nodejs",
  253. deps = [
  254. ":livestream_nodejs_gapic",
  255. ":livestream_proto",
  256. ],
  257. )
  258. ##############################################################################
  259. # Ruby
  260. ##############################################################################
  261. load(
  262. "@com_google_googleapis_imports//:imports.bzl",
  263. "ruby_cloud_gapic_library",
  264. "ruby_gapic_assembly_pkg",
  265. "ruby_grpc_library",
  266. "ruby_proto_library",
  267. )
  268. ruby_proto_library(
  269. name = "livestream_ruby_proto",
  270. deps = [":livestream_proto"],
  271. )
  272. ruby_grpc_library(
  273. name = "livestream_ruby_grpc",
  274. srcs = [":livestream_proto"],
  275. deps = [":livestream_ruby_proto"],
  276. )
  277. ruby_cloud_gapic_library(
  278. name = "livestream_ruby_gapic",
  279. srcs = [":livestream_proto_with_info"],
  280. extra_protoc_parameters = [
  281. "ruby-cloud-api-id=livestream.googleapis.com",
  282. "ruby-cloud-api-shortname=livestream",
  283. "ruby-cloud-gem-name=google-cloud-video-live_stream-v1",
  284. "ruby-cloud-product-url=https://cloud.google.com/livestream/",
  285. ],
  286. grpc_service_config = "livestream_grpc_service_config.json",
  287. rest_numeric_enums = False,
  288. ruby_cloud_description = "The Live Stream API transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.",
  289. ruby_cloud_title = "Live Stream V1",
  290. deps = [
  291. ":livestream_ruby_grpc",
  292. ":livestream_ruby_proto",
  293. ],
  294. )
  295. # Open Source Packages
  296. ruby_gapic_assembly_pkg(
  297. name = "google-cloud-video-livestream-v1-ruby",
  298. deps = [
  299. ":livestream_ruby_gapic",
  300. ":livestream_ruby_grpc",
  301. ":livestream_ruby_proto",
  302. ],
  303. )
  304. ##############################################################################
  305. # C#
  306. ##############################################################################
  307. load(
  308. "@com_google_googleapis_imports//:imports.bzl",
  309. "csharp_gapic_assembly_pkg",
  310. "csharp_gapic_library",
  311. "csharp_grpc_library",
  312. "csharp_proto_library",
  313. )
  314. csharp_proto_library(
  315. name = "livestream_csharp_proto",
  316. deps = [":livestream_proto"],
  317. )
  318. csharp_grpc_library(
  319. name = "livestream_csharp_grpc",
  320. srcs = [":livestream_proto"],
  321. deps = [":livestream_csharp_proto"],
  322. )
  323. csharp_gapic_library(
  324. name = "livestream_csharp_gapic",
  325. srcs = [":livestream_proto_with_info"],
  326. common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
  327. grpc_service_config = "livestream_grpc_service_config.json",
  328. rest_numeric_enums = False,
  329. service_yaml = "livestream_v1.yaml",
  330. deps = [
  331. ":livestream_csharp_grpc",
  332. ":livestream_csharp_proto",
  333. ],
  334. )
  335. # Open Source Packages
  336. csharp_gapic_assembly_pkg(
  337. name = "google-cloud-video-livestream-v1-csharp",
  338. deps = [
  339. ":livestream_csharp_gapic",
  340. ":livestream_csharp_grpc",
  341. ":livestream_csharp_proto",
  342. ],
  343. )
  344. ##############################################################################
  345. # C++
  346. ##############################################################################
  347. load(
  348. "@com_google_googleapis_imports//:imports.bzl",
  349. "cc_grpc_library",
  350. "cc_proto_library",
  351. )
  352. cc_proto_library(
  353. name = "livestream_cc_proto",
  354. deps = [":livestream_proto"],
  355. )
  356. cc_grpc_library(
  357. name = "livestream_cc_grpc",
  358. srcs = [":livestream_proto"],
  359. grpc_only = True,
  360. deps = [":livestream_cc_proto"],
  361. )