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
988dc5e4
Commit
988dc5e4
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
0d10fe0e
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
+2
-2
2 additions, 2 deletions
proto/caosdb/entity/v1alpha1/main.proto
with
2 additions
and
2 deletions
proto/caosdb/entity/v1alpha1/main.proto
+
2
−
2
View file @
988dc5e4
...
...
@@ -508,7 +508,7 @@ message RetrieveRequest {
// Response to a retrieve request
message
RetrieveResponse
{
// Payload of the retrieval
oneof
wrapped
_response
{
oneof
retrieve
_response
{
// Result of a request by id or any other unique identifier.
EntityResponse
entity_response
=
1
;
// Result of a FIND query
...
...
@@ -596,7 +596,7 @@ message TransactionRequest {
message
TransactionResponse
{
// We wrap these together in order to make this a repeatable field in the
// MultiTransactionResponse.
oneof
w
ra
pped
_response
{
oneof
t
ra
nsaction
_response
{
// Single response to a delete transaction.
DeleteResponse
delete_response
=
1
;
// Single response to an update transaction.
...
...
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