aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/googleapis/BUILD
diff options
context:
space:
mode:
authorGravatar Jakob Buchgraber <buchgr@google.com>2017-06-07 15:43:10 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-06-07 17:36:15 +0200
commit8242c502d04332291487a19907c5ee3d7566acfd (patch)
treea40ad53f3e54379dda013fc62def21f883a31e99 /third_party/googleapis/BUILD
parent2add6bec3bca1bb2909e68038776b7f4848aaa1e (diff)
third_party/googleapis: Add remote_execution.proto
Change-Id: Ifce1b51ef169ee8ac22fd90c0c68db3121b4296d
Diffstat (limited to 'third_party/googleapis/BUILD')
-rw-r--r--third_party/googleapis/BUILD87
1 files changed, 87 insertions, 0 deletions
diff --git a/third_party/googleapis/BUILD b/third_party/googleapis/BUILD
index 77ea9f7dda..87576a1152 100644
--- a/third_party/googleapis/BUILD
+++ b/third_party/googleapis/BUILD
@@ -47,6 +47,92 @@ java_proto_library(
deps = [":google_longrunning_operations_proto"],
)
+java_proto_library(
+ name = "google_watch_v1_java_proto",
+ visibility = ["//visibility:public"],
+ deps = [":google_watch_v1_proto"],
+)
+
+java_proto_library(
+ name = "google_rpc_status_java_proto",
+ visibility = ["//visibility:public"],
+ deps = [":google_rpc_status_proto"],
+)
+
+java_proto_library(
+ name = "google_rpc_error_details_java_proto",
+ visibility = ["//visibility:public"],
+ deps = [":google_rpc_error_details_proto"],
+)
+
+java_proto_library(
+ name = "google_rpc_code_java_proto",
+ visibility = ["//visibility:public"],
+ deps = [":google_rpc_code_proto"],
+)
+
+java_proto_library(
+ name = "google_devtools_remoteexecution_v1test_remote_execution_java_proto",
+ visibility = ["//visibility:public"],
+ deps = [":google_devtools_remoteexecution_v1test_remote_execution_proto"],
+)
+
+java_grpc_library(
+ name = "google_watch_v1_java_grpc",
+ srcs = [":google_watch_v1_proto"],
+ visibility = ["//visibility:public"],
+ deps = [":google_watch_v1_java_proto"],
+)
+
+java_grpc_library(
+ name = "google_devtools_remoteexecution_v1test_remote_execution_java_grpc",
+ srcs = [":google_devtools_remoteexecution_v1test_remote_execution_proto"],
+ visibility = ["//visibility:public"],
+ deps = [
+ ":google_devtools_remoteexecution_v1test_remote_execution_java_proto",
+ ":google_longrunning_operations_java_proto",
+ ],
+)
+
+proto_library(
+ name = "google_devtools_remoteexecution_v1test_remote_execution_proto",
+ srcs = ["google/devtools/remoteexecution/v1test/remote_execution.proto"],
+ visibility = ["//visibility:public"],
+ deps = [
+ ":google_api_annotations_proto",
+ ":google_longrunning_operations_proto",
+ ":google_rpc_status_proto",
+ "@com_google_protobuf//:well_known_types_any_proto",
+ "@com_google_protobuf//:well_known_types_duration_proto",
+ ],
+)
+
+proto_library(
+ name = "google_rpc_code_proto",
+ srcs = ["google/rpc/code.proto"],
+ visibility = ["//visibility:public"],
+)
+
+proto_library(
+ name = "google_rpc_error_details_proto",
+ srcs = ["google/rpc/error_details.proto"],
+ visibility = ["//visibility:public"],
+ deps = [
+ "@com_google_protobuf//:well_known_types_any_proto",
+ "@com_google_protobuf//:well_known_types_duration_proto",
+ ],
+)
+
+proto_library(
+ name = "google_watch_v1_proto",
+ srcs = ["google/watcher/v1/watch.proto"],
+ deps = [
+ ":google_api_annotations_proto",
+ "@com_google_protobuf//:well_known_types_any_proto",
+ "@com_google_protobuf//:well_known_types_empty_proto",
+ ],
+)
+
proto_library(
name = "google_bytestream_bytestream_proto",
srcs = ["google/bytestream/bytestream.proto"],
@@ -133,3 +219,4 @@ proto_library(
srcs = ["google/api/auth.proto"],
deps = [":google_api_annotations_proto"],
)
+