File tree 1 file changed +3
-11
lines changed
proto/spaceone/api/core/v2
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -140,17 +140,13 @@ message AggregateProject {
140
140
bool exclude_keys = 2 ;
141
141
}
142
142
143
- message AggregateUnwind {
144
- string path = 1 ;
145
- }
146
-
147
143
message AggregateCount {
148
144
string name = 1 ;
149
145
}
150
146
151
147
message StatisticsAggregate {
152
148
oneof aggregate_alias {
153
- AggregateUnwind unwind = 1 ;
149
+ Unwind unwind = 1 ;
154
150
AggregateGroup group = 2 ;
155
151
AggregateCount count = 3 ;
156
152
google.protobuf.ListValue sort = 4 ;
@@ -169,10 +165,6 @@ message StatisticsQuery {
169
165
string keyword = 6 ;
170
166
}
171
167
172
- message AnalyzeUnwind {
173
- string path = 1 ;
174
- }
175
-
176
168
message TimeSeriesAnalyzeQuery {
177
169
enum Granularity {
178
170
GRANULARITY_NONE = 0 ;
@@ -193,7 +185,7 @@ message TimeSeriesAnalyzeQuery {
193
185
google.protobuf.Struct fields = 10 ;
194
186
google.protobuf.Struct select = 11 ;
195
187
string keyword = 12 ;
196
- AnalyzeUnwind unwind = 13 ;
188
+ Unwind unwind = 13 ;
197
189
}
198
190
199
191
message AnalyzeQuery {
@@ -206,7 +198,7 @@ message AnalyzeQuery {
206
198
google.protobuf.Struct fields = 7 ;
207
199
google.protobuf.Struct select = 8 ;
208
200
string keyword = 9 ;
209
- AnalyzeUnwind unwind = 10 ;
201
+ Unwind unwind = 10 ;
210
202
}
211
203
212
204
message ExportSearchQuery {
You can’t perform that action at this time.
0 commit comments