Skip to content

Commit

Permalink
fix: Rename DataproxyUserIngestion to DataproxyUserIngestionService
Browse files Browse the repository at this point in the history
  • Loading branch information
St4NNi committed Feb 22, 2024
1 parent d205122 commit 8d10ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aruna/api/dataproxy/services/v2/dataproxy_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ service DataproxyUserService {
}
}

service DataproxyUserIngestion {
service DataproxyIngestionService {
option (google.api.api_visibility).restriction = "PROXY";
// IngestExistingObject
//
Expand Down
2 changes: 1 addition & 1 deletion aruna/api/storage/models/v2/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ message Project {
message Collection {
string id = 1; // ASDASDASDOPASKIDPO
string name = 2; // my_mags
string title = 15; // Long name
string title = 15;
string description = 3; // ENA asda234928349028 MAG 1293819203819028i V1
// Collection specific labels / hooks
repeated KeyValue key_values = 4;
Expand Down

0 comments on commit 8d10ccf

Please sign in to comment.