We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdef0b4 commit 44063d0Copy full SHA for 44063d0
1 file changed
build/bazel/remote/execution/v2/remote_execution.proto
@@ -1494,6 +1494,10 @@ message ExecuteOperationMetadata {
1494
// [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
1495
// standard error from the endpoint hosting streamed responses.
1496
string stderr_stream_name = 4;
1497
+
1498
+ // The client can read this field to view details about the ongoing
1499
+ // execution.
1500
+ ExecutedActionMetadata partial_execution_metadata = 5;
1501
}
1502
1503
// A request message for
0 commit comments