Skip to content

Commit 44063d0

Browse files
authored
Embed partial ExecutedActionMetadata in ExecuteOperationMetadata (#238)
* Add support for auxiliary operation metadata * Hint at using ExecutedActionMetadata * Embed ExecutedActionMetadata directly
1 parent cdef0b4 commit 44063d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build/bazel/remote/execution/v2/remote_execution.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,6 +1494,10 @@ message ExecuteOperationMetadata {
14941494
// [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
14951495
// standard error from the endpoint hosting streamed responses.
14961496
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;
14971501
}
14981502

14991503
// A request message for

0 commit comments

Comments
 (0)