aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Kothur <rohit.kothur@gmail.com>2023-03-14 04:16:17 -0400
committerGitHub <noreply@github.com>2023-03-14 08:16:17 +0000
commit44063d0a5e0fba151b52183203f202e0b8e90ec8 (patch)
treedc222c7e4fd10d8d13fcc248ed19fac03a81f98a
parentcdef0b48c481c5dbfef7b9098229210124cd26f1 (diff)
downloadbazelbuild-remote-apis-44063d0a5e0fba151b52183203f202e0b8e90ec8.tar.gz
Embed partial ExecutedActionMetadata in ExecuteOperationMetadata (#238)
* Add support for auxiliary operation metadata * Hint at using ExecutedActionMetadata * Embed ExecutedActionMetadata directly
-rw-r--r--build/bazel/remote/execution/v2/remote_execution.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/bazel/remote/execution/v2/remote_execution.proto b/build/bazel/remote/execution/v2/remote_execution.proto
index 6d5643b..e5f13c2 100644
--- a/build/bazel/remote/execution/v2/remote_execution.proto
+++ b/build/bazel/remote/execution/v2/remote_execution.proto
@@ -1494,6 +1494,10 @@ message ExecuteOperationMetadata {
// [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
// standard error from the endpoint hosting streamed responses.
string stderr_stream_name = 4;
+
+ // The client can read this field to view details about the ongoing
+ // execution.
+ ExecutedActionMetadata partial_execution_metadata = 5;
}
// A request message for