BUILD.bazel 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  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 = "stitcher_proto",
  19. srcs = [
  20. "ad_tag_details.proto",
  21. "cdn_keys.proto",
  22. "companions.proto",
  23. "events.proto",
  24. "sessions.proto",
  25. "slates.proto",
  26. "stitch_details.proto",
  27. "video_stitcher_service.proto",
  28. ],
  29. deps = [
  30. "//google/api:annotations_proto",
  31. "//google/api:client_proto",
  32. "//google/api:field_behavior_proto",
  33. "//google/api:resource_proto",
  34. "@com_google_protobuf//:duration_proto",
  35. "@com_google_protobuf//:empty_proto",
  36. "@com_google_protobuf//:field_mask_proto",
  37. "@com_google_protobuf//:struct_proto",
  38. ],
  39. )
  40. proto_library_with_info(
  41. name = "stitcher_proto_with_info",
  42. deps = [
  43. ":stitcher_proto",
  44. "//google/cloud:common_resources_proto",
  45. ],
  46. )
  47. ##############################################################################
  48. # Java
  49. ##############################################################################
  50. load(
  51. "@com_google_googleapis_imports//:imports.bzl",
  52. "java_gapic_assembly_gradle_pkg",
  53. "java_gapic_library",
  54. "java_gapic_test",
  55. "java_grpc_library",
  56. "java_proto_library",
  57. )
  58. java_proto_library(
  59. name = "stitcher_java_proto",
  60. deps = [":stitcher_proto"],
  61. )
  62. java_grpc_library(
  63. name = "stitcher_java_grpc",
  64. srcs = [":stitcher_proto"],
  65. deps = [":stitcher_java_proto"],
  66. )
  67. java_gapic_library(
  68. name = "stitcher_java_gapic",
  69. srcs = [":stitcher_proto_with_info"],
  70. gapic_yaml = None,
  71. grpc_service_config = "videostitcher_grpc_service_config.json",
  72. rest_numeric_enums = False,
  73. service_yaml = "videostitcher_v1.yaml",
  74. test_deps = [
  75. ":stitcher_java_grpc",
  76. ],
  77. transport = "grpc",
  78. deps = [
  79. ":stitcher_java_proto",
  80. "//google/api:api_java_proto",
  81. ],
  82. )
  83. java_gapic_test(
  84. name = "stitcher_java_gapic_test_suite",
  85. test_classes = [
  86. "com.google.cloud.video.stitcher.v1.VideoStitcherServiceClientTest",
  87. ],
  88. runtime_deps = [":stitcher_java_gapic_test"],
  89. )
  90. # Open Source Packages
  91. java_gapic_assembly_gradle_pkg(
  92. name = "google-cloud-video-stitcher-v1-java",
  93. include_samples = True,
  94. transport = "grpc",
  95. deps = [
  96. ":stitcher_java_gapic",
  97. ":stitcher_java_grpc",
  98. ":stitcher_java_proto",
  99. ":stitcher_proto",
  100. ],
  101. )
  102. ##############################################################################
  103. # Go
  104. ##############################################################################
  105. load(
  106. "@com_google_googleapis_imports//:imports.bzl",
  107. "go_gapic_assembly_pkg",
  108. "go_gapic_library",
  109. "go_proto_library",
  110. "go_test",
  111. )
  112. go_proto_library(
  113. name = "stitcher_go_proto",
  114. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  115. importpath = "google.golang.org/genproto/googleapis/cloud/video/stitcher/v1",
  116. protos = [":stitcher_proto"],
  117. deps = [
  118. "//google/api:annotations_go_proto",
  119. ],
  120. )
  121. go_gapic_library(
  122. name = "stitcher_go_gapic",
  123. srcs = [":stitcher_proto_with_info"],
  124. grpc_service_config = "videostitcher_grpc_service_config.json",
  125. importpath = "cloud.google.com/go/video/stitcher/apiv1;stitcher",
  126. metadata = True,
  127. rest_numeric_enums = False,
  128. service_yaml = "videostitcher_v1.yaml",
  129. deps = [
  130. ":stitcher_go_proto",
  131. "@io_bazel_rules_go//proto/wkt:duration_go_proto",
  132. ],
  133. )
  134. go_test(
  135. name = "stitcher_go_gapic_test",
  136. srcs = [":stitcher_go_gapic_srcjar_test"],
  137. embed = [":stitcher_go_gapic"],
  138. importpath = "cloud.google.com/go/video/stitcher/apiv1",
  139. )
  140. # Open Source Packages
  141. go_gapic_assembly_pkg(
  142. name = "gapi-cloud-video-stitcher-v1-go",
  143. deps = [
  144. ":stitcher_go_gapic",
  145. ":stitcher_go_gapic_srcjar-metadata.srcjar",
  146. ":stitcher_go_gapic_srcjar-test.srcjar",
  147. ":stitcher_go_proto",
  148. ],
  149. )
  150. ##############################################################################
  151. # Python
  152. ##############################################################################
  153. load(
  154. "@com_google_googleapis_imports//:imports.bzl",
  155. "py_gapic_assembly_pkg",
  156. "py_gapic_library",
  157. "py_test",
  158. )
  159. py_gapic_library(
  160. name = "stitcher_py_gapic",
  161. srcs = [":stitcher_proto"],
  162. grpc_service_config = "videostitcher_grpc_service_config.json",
  163. rest_numeric_enums = False,
  164. service_yaml = "videostitcher_v1.yaml",
  165. transport = "grpc+rest",
  166. )
  167. py_test(
  168. name = "stitcher_py_gapic_test",
  169. srcs = [
  170. "stitcher_py_gapic_pytest.py",
  171. "stitcher_py_gapic_test.py",
  172. ],
  173. legacy_create_init = False,
  174. deps = [":stitcher_py_gapic"],
  175. )
  176. # Open Source Packages
  177. py_gapic_assembly_pkg(
  178. name = "video-stitcher-v1-py",
  179. deps = [
  180. ":stitcher_py_gapic",
  181. ],
  182. )
  183. ##############################################################################
  184. # PHP
  185. ##############################################################################
  186. load(
  187. "@com_google_googleapis_imports//:imports.bzl",
  188. "php_gapic_assembly_pkg",
  189. "php_gapic_library",
  190. "php_grpc_library",
  191. "php_proto_library",
  192. )
  193. php_proto_library(
  194. name = "stitcher_php_proto",
  195. deps = [":stitcher_proto"],
  196. )
  197. php_grpc_library(
  198. name = "stitcher_php_grpc",
  199. srcs = [":stitcher_proto"],
  200. deps = [":stitcher_php_proto"],
  201. )
  202. php_gapic_library(
  203. name = "stitcher_php_gapic",
  204. srcs = [":stitcher_proto_with_info"],
  205. grpc_service_config = "videostitcher_grpc_service_config.json",
  206. rest_numeric_enums = False,
  207. service_yaml = "videostitcher_v1.yaml",
  208. transport = "grpc+rest",
  209. deps = [
  210. ":stitcher_php_grpc",
  211. ":stitcher_php_proto",
  212. ],
  213. )
  214. # Open Source Packages
  215. php_gapic_assembly_pkg(
  216. name = "google-cloud-video-stitcher-v1-php",
  217. deps = [
  218. ":stitcher_php_gapic",
  219. ":stitcher_php_grpc",
  220. ":stitcher_php_proto",
  221. ],
  222. )
  223. ##############################################################################
  224. # Node.js
  225. ##############################################################################
  226. load(
  227. "@com_google_googleapis_imports//:imports.bzl",
  228. "nodejs_gapic_assembly_pkg",
  229. "nodejs_gapic_library",
  230. )
  231. nodejs_gapic_library(
  232. name = "stitcher_nodejs_gapic",
  233. package_name = "@google-cloud/video-stitcher",
  234. src = ":stitcher_proto_with_info",
  235. extra_protoc_parameters = ["metadata"],
  236. grpc_service_config = "videostitcher_grpc_service_config.json",
  237. package = "google.cloud.video.stitcher.v1",
  238. rest_numeric_enums = False,
  239. service_yaml = "videostitcher_v1.yaml",
  240. transport = "grpc+rest",
  241. deps = [],
  242. )
  243. nodejs_gapic_assembly_pkg(
  244. name = "video-stitcher-v1-nodejs",
  245. deps = [
  246. ":stitcher_nodejs_gapic",
  247. ":stitcher_proto",
  248. ],
  249. )
  250. ##############################################################################
  251. # Ruby
  252. ##############################################################################
  253. load(
  254. "@com_google_googleapis_imports//:imports.bzl",
  255. "ruby_cloud_gapic_library",
  256. "ruby_gapic_assembly_pkg",
  257. "ruby_grpc_library",
  258. "ruby_proto_library",
  259. )
  260. ruby_proto_library(
  261. name = "stitcher_ruby_proto",
  262. deps = [":stitcher_proto"],
  263. )
  264. ruby_grpc_library(
  265. name = "stitcher_ruby_grpc",
  266. srcs = [":stitcher_proto"],
  267. deps = [":stitcher_ruby_proto"],
  268. )
  269. ruby_cloud_gapic_library(
  270. name = "stitcher_ruby_gapic",
  271. srcs = [":stitcher_proto_with_info"],
  272. extra_protoc_parameters = [
  273. "ruby-cloud-api-id=videostitcher.googleapis.com",
  274. "ruby-cloud-api-shortname=videostitcher",
  275. "ruby-cloud-gem-name=google-cloud-video-stitcher-v1",
  276. "ruby-cloud-product-url=https://cloud.google.com/video-stitcher/",
  277. ],
  278. grpc_service_config = "videostitcher_grpc_service_config.json",
  279. rest_numeric_enums = False,
  280. ruby_cloud_description = "The Video Stitcher API allows you to manipulate video content to dynamically insert ads prior to delivery to client devices. Using the Video Stitcher API, you can monetize your video-on-demand (VOD) and livestreaming videos by inserting ads as described by metadata stored on ad servers.",
  281. ruby_cloud_title = "Video Stitcher V1",
  282. deps = [
  283. ":stitcher_ruby_grpc",
  284. ":stitcher_ruby_proto",
  285. ],
  286. )
  287. # Open Source Packages
  288. ruby_gapic_assembly_pkg(
  289. name = "google-cloud-video-stitcher-v1-ruby",
  290. deps = [
  291. ":stitcher_ruby_gapic",
  292. ":stitcher_ruby_grpc",
  293. ":stitcher_ruby_proto",
  294. ],
  295. )
  296. ##############################################################################
  297. # C#
  298. ##############################################################################
  299. load(
  300. "@com_google_googleapis_imports//:imports.bzl",
  301. "csharp_gapic_assembly_pkg",
  302. "csharp_gapic_library",
  303. "csharp_grpc_library",
  304. "csharp_proto_library",
  305. )
  306. csharp_proto_library(
  307. name = "stitcher_csharp_proto",
  308. deps = [":stitcher_proto"],
  309. )
  310. csharp_grpc_library(
  311. name = "stitcher_csharp_grpc",
  312. srcs = [":stitcher_proto"],
  313. deps = [":stitcher_csharp_proto"],
  314. )
  315. csharp_gapic_library(
  316. name = "stitcher_csharp_gapic",
  317. srcs = [":stitcher_proto_with_info"],
  318. common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json",
  319. grpc_service_config = "videostitcher_grpc_service_config.json",
  320. rest_numeric_enums = False,
  321. service_yaml = "videostitcher_v1.yaml",
  322. deps = [
  323. ":stitcher_csharp_grpc",
  324. ":stitcher_csharp_proto",
  325. ],
  326. )
  327. # Open Source Packages
  328. csharp_gapic_assembly_pkg(
  329. name = "google-cloud-video-stitcher-v1-csharp",
  330. deps = [
  331. ":stitcher_csharp_gapic",
  332. ":stitcher_csharp_grpc",
  333. ":stitcher_csharp_proto",
  334. ],
  335. )
  336. ##############################################################################
  337. # C++
  338. ##############################################################################
  339. load(
  340. "@com_google_googleapis_imports//:imports.bzl",
  341. "cc_grpc_library",
  342. "cc_proto_library",
  343. )
  344. cc_proto_library(
  345. name = "stitcher_cc_proto",
  346. deps = [":stitcher_proto"],
  347. )
  348. cc_grpc_library(
  349. name = "stitcher_cc_grpc",
  350. srcs = [":stitcher_proto"],
  351. grpc_only = True,
  352. deps = [":stitcher_cc_proto"],
  353. )