Skip to content

Commit

Permalink
Update the doc of ExecuteOperationMetadata (#320)
Browse files Browse the repository at this point in the history
It currently says that that ExecuteOperationMetadata is contained in the metadata field, but then it links to the response field.
  • Loading branch information
vanja-p authored Nov 28, 2024
1 parent 2530133 commit 412b880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ message ExecutionStage {
// Metadata about an ongoing
// [execution][build.bazel.remote.execution.v2.Execution.Execute], which
// will be contained in the [metadata
// field][google.longrunning.Operation.response] of the
// field][google.longrunning.Operation.metadata] of the
// [Operation][google.longrunning.Operation].
message ExecuteOperationMetadata {
// The current stage of execution.
Expand Down

0 comments on commit 412b880

Please sign in to comment.