Skip to content
Snippets Groups Projects
Commit 288046b0 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7908 add double as possible payload element

parent 0f848afe
No related branches found
No related tags found
1 merge request!17Ozg 7908 aggregation manager server grpc interface
...@@ -57,9 +57,10 @@ message GrpcElement { ...@@ -57,9 +57,10 @@ message GrpcElement {
oneof value { oneof value {
bool boolValue = 1; bool boolValue = 1;
int64 longValue = 2; int64 longValue = 2;
string stringValue = 3; double doubleValue = 3;
GrpcElementList listValue = 4; string stringValue = 4;
GrpcObject objectValue = 5; GrpcElementList listValue = 5;
GrpcObject objectValue = 6;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment