Skip to content

Commit

Permalink
Add comment about namespace non-global-uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Feb 15, 2021
1 parent b92e1fc commit fce5dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1696,6 +1696,7 @@ message RequestMetadata {
string action_mnemonic = 5;

// A namespace within which the build was performed, for instance a repository/workspace name.
// There are no guarantees that these are globally unique, e.g. two users may create namespaces with the same name.
string invocation_namespace_id = 6;

// An identifier for the target, unique within the invocation_namespace_id, which produced this action.
Expand Down

0 comments on commit fce5dcb

Please sign in to comment.