|
| 1 | +# This file was automatically generated by BuildFileGenerator |
| 2 | + |
| 3 | +# This is an API workspace, having public visibility by default makes perfect sense. |
| 4 | +package(default_visibility = ["//visibility:public"]) |
| 5 | + |
| 6 | +############################################################################## |
| 7 | +# Common |
| 8 | +############################################################################## |
| 9 | +load("@rules_proto//proto:defs.bzl", "proto_library") |
| 10 | + |
| 11 | +proto_library( |
| 12 | + name = "resultstore_proto", |
| 13 | + srcs = [ |
| 14 | + "action.proto", |
| 15 | + "common.proto", |
| 16 | + "configuration.proto", |
| 17 | + "configured_target.proto", |
| 18 | + "coverage.proto", |
| 19 | + "coverage_summary.proto", |
| 20 | + "download_metadata.proto", |
| 21 | + "file.proto", |
| 22 | + "file_processing_error.proto", |
| 23 | + "file_set.proto", |
| 24 | + "invocation.proto", |
| 25 | + "resultstore_download.proto", |
| 26 | + "resultstore_file_download.proto", |
| 27 | + "resultstore_upload.proto", |
| 28 | + "target.proto", |
| 29 | + "test_suite.proto", |
| 30 | + "upload_metadata.proto", |
| 31 | + ], |
| 32 | + deps = [ |
| 33 | + "//google/api:annotations_proto", |
| 34 | + "//google/api:client_proto", |
| 35 | + "//google/api:field_behavior_proto", |
| 36 | + "//google/api:resource_proto", |
| 37 | + "@com_google_protobuf//:duration_proto", |
| 38 | + "@com_google_protobuf//:empty_proto", |
| 39 | + "@com_google_protobuf//:field_mask_proto", |
| 40 | + "@com_google_protobuf//:timestamp_proto", |
| 41 | + "@com_google_protobuf//:wrappers_proto", |
| 42 | + ], |
| 43 | +) |
| 44 | + |
| 45 | +############################################################################## |
| 46 | +# Java |
| 47 | +############################################################################## |
| 48 | +load( |
| 49 | + "@com_google_googleapis_imports//:imports.bzl", |
| 50 | + "java_grpc_library", |
| 51 | + "java_proto_library", |
| 52 | +) |
| 53 | + |
| 54 | +java_proto_library( |
| 55 | + name = "resultstore_java_proto", |
| 56 | + deps = [":resultstore_proto"], |
| 57 | +) |
| 58 | + |
| 59 | +java_grpc_library( |
| 60 | + name = "resultstore_java_grpc", |
| 61 | + srcs = [":resultstore_proto"], |
| 62 | + deps = [":resultstore_java_proto"], |
| 63 | +) |
| 64 | + |
| 65 | +############################################################################## |
| 66 | +# Go |
| 67 | +############################################################################## |
| 68 | +load( |
| 69 | + "@com_google_googleapis_imports//:imports.bzl", |
| 70 | + "go_proto_library", |
| 71 | +) |
| 72 | + |
| 73 | +go_proto_library( |
| 74 | + name = "resultstore_go_proto", |
| 75 | + compilers = ["@io_bazel_rules_go//proto:go_grpc"], |
| 76 | + importpath = "google.golang.org/genproto/googleapis/devtools/resultstore/v2", |
| 77 | + protos = [":resultstore_proto"], |
| 78 | + deps = [ |
| 79 | + "//google/api:annotations_go_proto", |
| 80 | + ], |
| 81 | +) |
| 82 | + |
| 83 | +############################################################################## |
| 84 | +# Python |
| 85 | +############################################################################## |
| 86 | +load( |
| 87 | + "@com_google_googleapis_imports//:imports.bzl", |
| 88 | + "moved_proto_library", |
| 89 | + "py_grpc_library", |
| 90 | + "py_proto_library", |
| 91 | +) |
| 92 | + |
| 93 | +moved_proto_library( |
| 94 | + name = "resultstore_moved_proto", |
| 95 | + srcs = [":resultstore_proto"], |
| 96 | + deps = [ |
| 97 | + "//google/api:annotations_proto", |
| 98 | + "//google/api:client_proto", |
| 99 | + "//google/api:field_behavior_proto", |
| 100 | + "//google/api:resource_proto", |
| 101 | + "@com_google_protobuf//:duration_proto", |
| 102 | + "@com_google_protobuf//:empty_proto", |
| 103 | + "@com_google_protobuf//:field_mask_proto", |
| 104 | + "@com_google_protobuf//:timestamp_proto", |
| 105 | + "@com_google_protobuf//:wrappers_proto", |
| 106 | + ], |
| 107 | +) |
| 108 | + |
| 109 | +py_proto_library( |
| 110 | + name = "resultstore_py_proto", |
| 111 | + plugin = "@protoc_docs_plugin//:docs_plugin", |
| 112 | + deps = [":resultstore_moved_proto"], |
| 113 | +) |
| 114 | + |
| 115 | +py_grpc_library( |
| 116 | + name = "resultstore_py_grpc", |
| 117 | + srcs = [":resultstore_moved_proto"], |
| 118 | + deps = [":resultstore_py_proto"], |
| 119 | +) |
| 120 | + |
| 121 | +############################################################################## |
| 122 | +# PHP |
| 123 | +############################################################################## |
| 124 | +load( |
| 125 | + "@com_google_googleapis_imports//:imports.bzl", |
| 126 | + "php_grpc_library", |
| 127 | + "php_proto_library", |
| 128 | +) |
| 129 | + |
| 130 | +php_proto_library( |
| 131 | + name = "resultstore_php_proto", |
| 132 | + deps = [":resultstore_proto"], |
| 133 | +) |
| 134 | + |
| 135 | +php_grpc_library( |
| 136 | + name = "resultstore_php_grpc", |
| 137 | + srcs = [":resultstore_proto"], |
| 138 | + deps = [":resultstore_php_proto"], |
| 139 | +) |
| 140 | + |
| 141 | +############################################################################## |
| 142 | +# Node.js |
| 143 | +############################################################################## |
| 144 | +load( |
| 145 | + "@com_google_googleapis_imports//:imports.bzl", |
| 146 | + "nodejs_gapic_assembly_pkg", |
| 147 | + "nodejs_gapic_library", |
| 148 | +) |
| 149 | + |
| 150 | + |
| 151 | +############################################################################## |
| 152 | +# Ruby |
| 153 | +############################################################################## |
| 154 | +load( |
| 155 | + "@com_google_googleapis_imports//:imports.bzl", |
| 156 | + "ruby_grpc_library", |
| 157 | + "ruby_proto_library", |
| 158 | +) |
| 159 | + |
| 160 | +ruby_proto_library( |
| 161 | + name = "resultstore_ruby_proto", |
| 162 | + deps = [":resultstore_proto"], |
| 163 | +) |
| 164 | + |
| 165 | +ruby_grpc_library( |
| 166 | + name = "resultstore_ruby_grpc", |
| 167 | + srcs = [":resultstore_proto"], |
| 168 | + deps = [":resultstore_ruby_proto"], |
| 169 | +) |
| 170 | + |
| 171 | +############################################################################## |
| 172 | +# C# |
| 173 | +############################################################################## |
| 174 | +load( |
| 175 | + "@com_google_googleapis_imports//:imports.bzl", |
| 176 | + "csharp_grpc_library", |
| 177 | + "csharp_proto_library", |
| 178 | +) |
| 179 | + |
| 180 | +csharp_proto_library( |
| 181 | + name = "resultstore_csharp_proto", |
| 182 | + deps = [":resultstore_proto"], |
| 183 | +) |
| 184 | + |
| 185 | +csharp_grpc_library( |
| 186 | + name = "resultstore_csharp_grpc", |
| 187 | + srcs = [":resultstore_proto"], |
| 188 | + deps = [":resultstore_csharp_proto"], |
| 189 | +) |
| 190 | + |
| 191 | +############################################################################## |
| 192 | +# C++ |
| 193 | +############################################################################## |
| 194 | +# Put your C++ code here |
0 commit comments