aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/googleapis
diff options
context:
space:
mode:
authorGravatar Kai Xu <kxu@google.com>2017-07-13 15:38:35 -0400
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-24 19:59:43 +0200
commit7d85d8b3a4448ff8b8c6db92960d5920bbbd4844 (patch)
tree735cbd550fd339baf3beb4aa4ea88f6adc51af46 /third_party/googleapis
parent624ecabfdce32349ca446dee657403b9939ff2bf (diff)
bes: Update RPC PublishBuildToolEventStream.
Change the return type for RPC PublishBuildToolEventStream from OrderedBuildEvent to PublishBuildToolEventStreamRequest. Change-Id: I8421e9d2d8a5e6720d7b8d6de4417bee71c0fa68
Diffstat (limited to 'third_party/googleapis')
-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: "*" };
}
}