Skip to content

Commit 9631481

Browse files
committed
Export 31de4027d8a144f96b0340676c94a8c55f5fb216
Export: 31de4027d8a144f96b0340676c94a8c55f5fb216
1 parent 02bc69a commit 9631481

File tree

3 files changed

+115
-88
lines changed

3 files changed

+115
-88
lines changed

proto/platform/libraries/v1/artifacts.libraries.platform.pb.go

Lines changed: 109 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/platform/libraries/v1/artifacts.libraries.platform.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ service Artifacts {
2121
}
2222
};
2323
}
24+
2425
rpc ListVersions(ArtifactVersionFilter) returns (ArtifactVersionList) {
2526
option (google.api.http) = {
2627
get: "/libraries/v1/artifacts/{id=*}/versions"
@@ -95,6 +96,10 @@ message ArtifactFilter {
9596
// A string to search artifacts by. If empty, all artifacts
9697
// from the given ecosystem will be returned.
9798
string query = 2;
99+
// Specify the cuda version of the packages to return from the python ecosystem
100+
string cuda_version = 3;
101+
// Flag to return only remediated packages for the ecosystems
102+
bool remediated = 4;
98103

99104
// Pagination options
100105

0 commit comments

Comments
 (0)