BUILD.bazel 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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_gapic_assembly_gradle_pkg",
  26. "java_proto_library",
  27. )
  28. java_proto_library(
  29. name = "attribute_context_java_proto",
  30. deps = [":attribute_context_proto"],
  31. )
  32. # Please DO-NOT-REMOVE this section.
  33. # This is required to generate java files for these protos.
  34. # Open Source Packages
  35. java_gapic_assembly_gradle_pkg(
  36. name = "google-context-java",
  37. transport = "grpc+rest",
  38. deps = [
  39. ":attribute_context_java_proto",
  40. ":attribute_context_proto",
  41. ],
  42. )
  43. ##############################################################################
  44. # Go
  45. ##############################################################################
  46. load(
  47. "@com_google_googleapis_imports//:imports.bzl",
  48. "go_proto_library",
  49. )
  50. go_proto_library(
  51. name = "attribute_context_go_proto",
  52. compilers = ["@io_bazel_rules_go//proto:go_grpc"],
  53. importpath = "google.golang.org/genproto/googleapis/rpc/context/attribute_context",
  54. protos = [":attribute_context_proto"],
  55. deps = [
  56. ],
  57. )
  58. ##############################################################################
  59. # Python
  60. ##############################################################################
  61. load(
  62. "@com_google_googleapis_imports//:imports.bzl",
  63. "moved_proto_library",
  64. "py_proto_library",
  65. )
  66. moved_proto_library(
  67. name = "attribute_context_moved_proto",
  68. srcs = [":attribute_context_proto"],
  69. deps = [
  70. "@com_google_protobuf//:any_proto",
  71. "@com_google_protobuf//:duration_proto",
  72. "@com_google_protobuf//:struct_proto",
  73. "@com_google_protobuf//:timestamp_proto",
  74. ],
  75. )
  76. py_proto_library(
  77. name = "attribute_context_py_proto",
  78. deps = [":attribute_context_moved_proto"],
  79. )
  80. ##############################################################################
  81. # PHP
  82. ##############################################################################
  83. load(
  84. "@com_google_googleapis_imports//:imports.bzl",
  85. "php_proto_library",
  86. )
  87. php_proto_library(
  88. name = "attribute_context_php_proto",
  89. deps = [":attribute_context_proto"],
  90. )
  91. ##############################################################################
  92. # Ruby
  93. ##############################################################################
  94. load(
  95. "@com_google_googleapis_imports//:imports.bzl",
  96. "ruby_proto_library",
  97. )
  98. ruby_proto_library(
  99. name = "attribute_context_ruby_proto",
  100. deps = [":attribute_context_proto"],
  101. )
  102. ##############################################################################
  103. # C#
  104. ##############################################################################
  105. load(
  106. "@com_google_googleapis_imports//:imports.bzl",
  107. "csharp_proto_library",
  108. )
  109. csharp_proto_library(
  110. name = "attribute_context_csharp_proto",
  111. deps = [":attribute_context_proto"],
  112. )
  113. ##############################################################################
  114. # C++
  115. ##############################################################################
  116. load(
  117. "@com_google_googleapis_imports//:imports.bzl",
  118. "cc_proto_library",
  119. )
  120. cc_proto_library(
  121. name = "attribute_context_cc_proto",
  122. deps = [":attribute_context_proto"],
  123. )