Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aggregation-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
aggregation-manager
Commits
288046b0
Commit
288046b0
authored
1 month ago
by
Felix Reichenbach
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7908 add double as possible payload element
parent
0f848afe
No related branches found
No related tags found
1 merge request
!17
Ozg 7908 aggregation manager server grpc interface
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aggregation-manager-interface/src/main/protobuf/aggregationdata.model.proto
+4
-3
4 additions, 3 deletions
...r-interface/src/main/protobuf/aggregationdata.model.proto
with
4 additions
and
3 deletions
aggregation-manager-interface/src/main/protobuf/aggregationdata.model.proto
+
4
−
3
View file @
288046b0
...
@@ -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
;
}
}
}
}
...
...
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