aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/googleapis/google/devtools/build/v1/publish_build_event.proto
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googleapis/google/devtools/build/v1/publish_build_event.proto')
-rw-r--r--third_party/googleapis/google/devtools/build/v1/publish_build_event.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/googleapis/google/devtools/build/v1/publish_build_event.proto b/third_party/googleapis/google/devtools/build/v1/publish_build_event.proto
index 7d7b1cd24c..f6e05ee16a 100644
--- a/third_party/googleapis/google/devtools/build/v1/publish_build_event.proto
+++ b/third_party/googleapis/google/devtools/build/v1/publish_build_event.proto
@@ -60,7 +60,8 @@ service PublishBuildEvent {
// Publish build tool events belonging to the same stream to a backend job
// using bidirectional streaming.
- rpc PublishBuildToolEventStream(stream OrderedBuildEvent) returns (stream PublishBuildToolEventStreamResponse) {
+ rpc PublishBuildToolEventStream(stream PublishBuildToolEventStreamRequest)
+ returns (stream PublishBuildToolEventStreamResponse) {
option (google.api.http) = { post: "/v1/events:publish" body: "*" };
}
}