Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build/bazel/remote/asset/v1/remote_asset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ service Fetch {
// correctly, without validation.
//
// Servers not implementing the complementary [Push][build.bazel.remote.asset.v1.Push]
// API *MUST* reject requests containing qualifiers it does not support.
// API *MAY* reject requests containing qualifiers it does not support, if the
// supported qualifiers specified in the request were insufficient by themselves.
//
// Servers *MAY* transform assets as part of the fetch. For example a
// tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
Expand Down
6 changes: 4 additions & 2 deletions build/bazel/remote/asset/v1/remote_asset_grpc.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ type FetchClient interface {
// correctly, without validation.
//
// Servers not implementing the complementary [Push][build.bazel.remote.asset.v1.Push]
// API *MUST* reject requests containing qualifiers it does not support.
// API *MAY* reject requests containing qualifiers it does not support, if the
// supported qualifiers specified in the request were insufficient by themselves.
//
// Servers *MAY* transform assets as part of the fetch. For example a
// tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
Expand Down Expand Up @@ -160,7 +161,8 @@ type FetchServer interface {
// correctly, without validation.
//
// Servers not implementing the complementary [Push][build.bazel.remote.asset.v1.Push]
// API *MUST* reject requests containing qualifiers it does not support.
// API *MAY* reject requests containing qualifiers it does not support, if the
// supported qualifiers specified in the request were insufficient by themselves.
//
// Servers *MAY* transform assets as part of the fetch. For example a
// tarball fetched by [FetchDirectory][build.bazel.remote.asset.v1.Fetch.FetchDirectory]
Expand Down