BUILD.bazel 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. # This file was automatically generated by BuildFileGenerator
  2. # This is an API workspace, having public visibility by default makes perfect sense.
  3. package(default_visibility = ["//visibility:public"])
  4. ##############################################################################
  5. # Common
  6. ##############################################################################
  7. load("@rules_proto//proto:defs.bzl", "proto_library")
  8. proto_library(
  9. name = "container_proto",
  10. srcs = [
  11. "cluster_service.proto",
  12. ],
  13. deps = [
  14. "//google/api:annotations_proto",
  15. "@com_google_protobuf//:empty_proto",
  16. ],
  17. )
  18. ##############################################################################
  19. # Java
  20. ##############################################################################
  21. load(
  22. "@com_google_googleapis_imports//:imports.bzl",
  23. "java_grpc_library",
  24. "java_proto_library",
  25. )
  26. java_proto_library(
  27. name = "container_java_proto",
  28. deps = [":container_proto"],
  29. )
  30. java_grpc_library(
  31. name = "container_java_grpc",
  32. srcs = [":container_proto"],
  33. deps = [":container_java_proto"],
  34. )
  35. ##############################################################################
  36. # Go
  37. ##############################################################################
  38. load(
  39. "@com_google_googleapis_imports//:imports.bzl",
  40. "go_proto_library",
  41. )
  42. go_proto_library(
  43. name = "container_go_proto",
  44. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  45. importpath = "google.golang.org/genproto/googleapis/container/v1alpha1",
  46. protos = [":container_proto"],
  47. deps = [
  48. "//google/api:annotations_go_proto",
  49. ],
  50. )
  51. ##############################################################################
  52. # Python
  53. ##############################################################################
  54. load(
  55. "@com_google_googleapis_imports//:imports.bzl",
  56. "moved_proto_library",
  57. "py_grpc_library",
  58. "py_proto_library",
  59. )
  60. moved_proto_library(
  61. name = "container_moved_proto",
  62. srcs = [":container_proto"],
  63. deps = [
  64. "//google/api:annotations_proto",
  65. "@com_google_protobuf//:empty_proto",
  66. ],
  67. )
  68. py_proto_library(
  69. name = "container_py_proto",
  70. deps = [":container_moved_proto"],
  71. )
  72. py_grpc_library(
  73. name = "container_py_grpc",
  74. srcs = [":container_moved_proto"],
  75. deps = [":container_py_proto"],
  76. )
  77. ##############################################################################
  78. # PHP
  79. ##############################################################################
  80. load(
  81. "@com_google_googleapis_imports//:imports.bzl",
  82. "php_grpc_library",
  83. "php_proto_library",
  84. )
  85. php_proto_library(
  86. name = "container_php_proto",
  87. deps = [":container_proto"],
  88. )
  89. php_grpc_library(
  90. name = "container_php_grpc",
  91. srcs = [":container_proto"],
  92. deps = [":container_php_proto"],
  93. )
  94. ##############################################################################
  95. # Node.js
  96. ##############################################################################
  97. load(
  98. "@com_google_googleapis_imports//:imports.bzl",
  99. "nodejs_gapic_assembly_pkg",
  100. "nodejs_gapic_library",
  101. )
  102. ##############################################################################
  103. # Ruby
  104. ##############################################################################
  105. load(
  106. "@com_google_googleapis_imports//:imports.bzl",
  107. "ruby_grpc_library",
  108. "ruby_proto_library",
  109. )
  110. ruby_proto_library(
  111. name = "container_ruby_proto",
  112. deps = [":container_proto"],
  113. )
  114. ruby_grpc_library(
  115. name = "container_ruby_grpc",
  116. srcs = [":container_proto"],
  117. deps = [":container_ruby_proto"],
  118. )
  119. ##############################################################################
  120. # C#
  121. ##############################################################################
  122. load(
  123. "@com_google_googleapis_imports//:imports.bzl",
  124. "csharp_grpc_library",
  125. "csharp_proto_library",
  126. )
  127. csharp_proto_library(
  128. name = "container_csharp_proto",
  129. deps = [":container_proto"],
  130. )
  131. csharp_grpc_library(
  132. name = "container_csharp_grpc",
  133. srcs = [":container_proto"],
  134. deps = [":container_csharp_proto"],
  135. )
  136. ##############################################################################
  137. # C++
  138. ##############################################################################
  139. load(
  140. "@com_google_googleapis_imports//:imports.bzl",
  141. "cc_grpc_library",
  142. "cc_proto_library",
  143. )
  144. cc_proto_library(
  145. name = "container_cc_proto",
  146. deps = [":container_proto"],
  147. )
  148. cc_grpc_library(
  149. name = "container_cc_grpc",
  150. srcs = [":container_proto"],
  151. grpc_only = True,
  152. deps = [":container_cc_proto"],
  153. )