From 988dc5e469f20b1f36107023a5942f4184b6a81b Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 13 Aug 2021 00:37:55 +0200 Subject: [PATCH] WIP: files --- proto/caosdb/entity/v1alpha1/main.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/caosdb/entity/v1alpha1/main.proto b/proto/caosdb/entity/v1alpha1/main.proto index fe46850..a16a6f0 100644 --- a/proto/caosdb/entity/v1alpha1/main.proto +++ b/proto/caosdb/entity/v1alpha1/main.proto @@ -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 wrapped_response { + oneof transaction_response { // Single response to a delete transaction. DeleteResponse delete_response = 1; // Single response to an update transaction. -- GitLab