diff --git a/build/bazel/remote/execution/v2/remote_execution.proto b/build/bazel/remote/execution/v2/remote_execution.proto index afbbd9f9..96f6bc40 100644 --- a/build/bazel/remote/execution/v2/remote_execution.proto +++ b/build/bazel/remote/execution/v2/remote_execution.proto @@ -217,9 +217,6 @@ service ActionCache { // * `optional_metadata` is implementation specific data, which clients MAY omit. // Servers MAY ignore this metadata. // -// Note that when writing compressed blobs, the `WriteRequest.write_offset` -// refers to the offset in the uncompressed form of the blob. -// // Data can alternatively be uploaded in compressed form, with the following // `WriteRequest.resource_name` form: // `{instance_name}/uploads/{uuid}/compressed-blobs/{compressor}/{uncompressed_hash}/{uncompressed_size}{/optional_metadata}` @@ -235,6 +232,9 @@ service ActionCache { // the uploaded data once uncompressed, and MUST return an // `INVALID_ARGUMENT` error in the case of mismatch. // +// Note that when writing compressed blobs, the `WriteRequest.write_offset` +// refers to the offset in the uncompressed form of the blob. +// // Uploads of the same data MAY occur concurrently in any form, compressed or // uncompressed. //