BUILD.bazel 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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 = "attribute_context_proto",
  10. srcs = [
  11. "attribute_context.proto",
  12. ],
  13. deps = [
  14. "@com_google_protobuf//:any_proto",
  15. "@com_google_protobuf//:duration_proto",
  16. "@com_google_protobuf//:struct_proto",
  17. "@com_google_protobuf//:timestamp_proto",
  18. ],
  19. )
  20. ##############################################################################
  21. # Java
  22. ##############################################################################
  23. load(
  24. "@com_google_googleapis_imports//:imports.bzl",
  25. "java_proto_library",
  26. )
  27. java_proto_library(
  28. name = "attribute_context_java_proto",
  29. deps = [":attribute_context_proto"],
  30. )
  31. ##############################################################################
  32. # Go
  33. ##############################################################################
  34. load(
  35. "@com_google_googleapis_imports//:imports.bzl",
  36. "go_proto_library",
  37. )
  38. go_proto_library(
  39. name = "attribute_context_go_proto",
  40. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  41. importpath = "google.golang.org/genproto/googleapis/rpc/context/attribute_context",
  42. protos = [":attribute_context_proto"],
  43. deps = [
  44. ],
  45. )
  46. ##############################################################################
  47. # Python
  48. ##############################################################################
  49. load(
  50. "@com_google_googleapis_imports//:imports.bzl",
  51. "moved_proto_library",
  52. "py_proto_library",
  53. )
  54. moved_proto_library(
  55. name = "attribute_context_moved_proto",
  56. srcs = [":attribute_context_proto"],
  57. deps = [
  58. "@com_google_protobuf//:any_proto",
  59. "@com_google_protobuf//:duration_proto",
  60. "@com_google_protobuf//:struct_proto",
  61. "@com_google_protobuf//:timestamp_proto",
  62. ],
  63. )
  64. py_proto_library(
  65. name = "attribute_context_py_proto",
  66. deps = [":attribute_context_moved_proto"],
  67. )
  68. ##############################################################################
  69. # PHP
  70. ##############################################################################
  71. load(
  72. "@com_google_googleapis_imports//:imports.bzl",
  73. "php_proto_library",
  74. )
  75. php_proto_library(
  76. name = "attribute_context_php_proto",
  77. deps = [":attribute_context_proto"],
  78. )
  79. ##############################################################################
  80. # Ruby
  81. ##############################################################################
  82. load(
  83. "@com_google_googleapis_imports//:imports.bzl",
  84. "ruby_proto_library",
  85. )
  86. ruby_proto_library(
  87. name = "attribute_context_ruby_proto",
  88. deps = [":attribute_context_proto"],
  89. )
  90. ##############################################################################
  91. # C#
  92. ##############################################################################
  93. load(
  94. "@com_google_googleapis_imports//:imports.bzl",
  95. "csharp_proto_library",
  96. )
  97. csharp_proto_library(
  98. name = "attribute_context_csharp_proto",
  99. deps = [":attribute_context_proto"],
  100. )
  101. ##############################################################################
  102. # C++
  103. ##############################################################################
  104. load(
  105. "@com_google_googleapis_imports//:imports.bzl",
  106. "cc_proto_library",
  107. )
  108. cc_proto_library(
  109. name = "attribute_context_cc_proto",
  110. deps = [":attribute_context_proto"],
  111. )