Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-proto
Commits
884a73e3
Commit
884a73e3
authored
3 years ago
by
Timm Fitschen
Committed by
Henrik tom Wörden
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
WIP: files
parent
5d81584c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/caosdb/entity/v1alpha1/main.proto
+7
-5
7 additions, 5 deletions
proto/caosdb/entity/v1alpha1/main.proto
with
7 additions
and
5 deletions
proto/caosdb/entity/v1alpha1/main.proto
+
7
−
5
View file @
884a73e3
...
...
@@ -510,7 +510,7 @@ message RetrieveResponse {
// Payload of the retrieval
oneof
wrapped_response
{
// Result of a request by id or any other unique identifier.
EntityResponse
entity
=
1
;
EntityResponse
entity
_response
=
1
;
// Result of a FIND query
FindQueryResult
find_result
=
2
;
// Result of a SELECT query
...
...
@@ -533,7 +533,8 @@ message DeleteRequest {
// Response to a single delete request.
message
DeleteResponse
{
// Wrapped to make it easier to optionally return the full entity in the future.
// Wrapped to make it easier to optionally return the full entity in the
// future.
oneof
wrapped_response
{
// Id and messages of the deleted entity.
IdResponse
id_response
=
1
;
...
...
@@ -548,7 +549,8 @@ message UpdateRequest {
// Response to a single update request.
message
UpdateResponse
{
// Wraps an IdResponse. Might be extended in the future to optionally return the full entity.
// Wraps an IdResponse. Might be extended in the future to optionally return
// the full entity.
oneof
wrapped_response
{
// Id and messages of the updated entity.
IdResponse
id_response
=
1
;
...
...
@@ -563,7 +565,8 @@ message InsertRequest {
// Response to a single insert request.
message
InsertResponse
{
// Wraps an IdResponse. Might be extended in the future to optionally return also the full entity.
// Wraps an IdResponse. Might be extended in the future to optionally return
// also the full entity.
oneof
wrapped_response
{
// Id and messages of the inserted entity.
IdResponse
id_response
=
1
;
...
...
@@ -662,7 +665,6 @@ message FileTransmissionSettings {
int64
max_file_size
=
2
;
}
// Indicates whether a registration (for upload or download) has been accepted
// or rejected.
enum
RegistrationStatus
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment