From 7d85d8b3a4448ff8b8c6db92960d5920bbbd4844 Mon Sep 17 00:00:00 2001 From: Kai Xu Date: Thu, 13 Jul 2017 15:38:35 -0400 Subject: bes: Update RPC PublishBuildToolEventStream. Change the return type for RPC PublishBuildToolEventStream from OrderedBuildEvent to PublishBuildToolEventStreamRequest. Change-Id: I8421e9d2d8a5e6720d7b8d6de4417bee71c0fa68 --- .../googleapis/google/devtools/build/v1/publish_build_event.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'third_party/googleapis') 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: "*" }; } } -- cgit v1.2.3