Skip to content

Commit

Permalink
Specify that stderr and stdout streams are URIs
Browse files Browse the repository at this point in the history
In lieu of a more fully fledged service discovery layer, explicitly specify that the stderr and stdout stream names are in fact URIs from which one can Bytestream.Read.
  • Loading branch information
edbaunton committed Feb 11, 2020
1 parent 178b756 commit 74f349f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1224,12 +1224,12 @@ message ExecuteOperationMetadata {
// being executed.
Digest action_digest = 2;

// If set, the client can use this name with
// If set, the client can use this URI with
// [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
// standard output.
string stdout_stream_name = 3;

// If set, the client can use this name with
// If set, the client can use this URI with
// [ByteStream.Read][google.bytestream.ByteStream.Read] to stream the
// standard error.
string stderr_stream_name = 4;
Expand Down

0 comments on commit 74f349f

Please sign in to comment.