Skip to content

Commit

Permalink
Add support for additional operation metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
roitk committed Jan 13, 2023
1 parent 3a21dee commit 9b89150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,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;

// Additional implementation-specific metadata to send along with the
// Operation.
google.protobuf.Any additional_metadata = 5;
}

// A request message for
Expand Down

0 comments on commit 9b89150

Please sign in to comment.