Skip to content

Commit

Permalink
* build/bazel/remote/execution/v2/remote_execution.proto (#113)
Browse files Browse the repository at this point in the history
(ContentAddressableStorage.FindMissingBlobs): Clarify that servers
   should extend lifetime for blobs requested.
  • Loading branch information
sstriker authored Mar 6, 2020
1 parent d5520d9 commit 1b16ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ service ContentAddressableStorage {
// Clients can use this API before uploading blobs to determine which ones are
// already present in the CAS and do not need to be uploaded again.
//
// Servers SHOULD increase the TTLs of the referenced blobs if necessary and
// applicable.
//
// There are no method-specific errors.
rpc FindMissingBlobs(FindMissingBlobsRequest) returns (FindMissingBlobsResponse) {
option (google.api.http) = { post: "/v2/{instance_name=**}/blobs:findMissing" body: "*" };
Expand Down

0 comments on commit 1b16ed7

Please sign in to comment.