File tree 4 files changed +14
-8
lines changed
proto/spaceone/api/dashboard/v1
4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,8 @@ message PrivateDataTableInfo {
166
166
google.protobuf.Struct labels_info = 9 ;
167
167
google.protobuf.Struct data_info = 10 ;
168
168
repeated string sort_keys = 11 ;
169
- string error_message = 12 ;
169
+ string cache_key = 12 ;
170
+ string error_message = 13 ;
170
171
171
172
string domain_id = 21 ;
172
173
string user_id = 22 ;
Original file line number Diff line number Diff line change @@ -138,11 +138,13 @@ message LoadPrivateWidgetRequest {
138
138
string start = 3 ;
139
139
string end = 4 ;
140
140
// +optional
141
- repeated PrivateWidgetSort sort = 5 ;
141
+ repeated string group_by = 5 ;
142
142
// +optional
143
- PrivateWidgetPage page = 6 ;
143
+ repeated PrivateWidgetSort sort = 6 ;
144
144
// +optional
145
- google.protobuf.Struct vars = 7 ;
145
+ PrivateWidgetPage page = 7 ;
146
+ // +optional
147
+ google.protobuf.Struct vars = 8 ;
146
148
}
147
149
148
150
message LoadSumPrivateWidgetRequest {
Original file line number Diff line number Diff line change @@ -334,7 +334,8 @@ message PublicDataTableInfo {
334
334
google.protobuf.Struct labels_info = 9 ;
335
335
google.protobuf.Struct data_info = 10 ;
336
336
repeated string sort_keys = 11 ;
337
- string error_message = 12 ;
337
+ string cache_key = 12 ;
338
+ string error_message = 13 ;
338
339
339
340
ResourceGroup resource_group = 20 ;
340
341
string domain_id = 21 ;
Original file line number Diff line number Diff line change @@ -137,11 +137,13 @@ message LoadPublicWidgetRequest {
137
137
string start = 3 ;
138
138
string end = 4 ;
139
139
// +optional
140
- repeated PublicWidgetSort sort = 5 ;
140
+ repeated string group_by = 5 ;
141
141
// +optional
142
- PublicWidgetPage page = 6 ;
142
+ repeated PublicWidgetSort sort = 6 ;
143
143
// +optional
144
- google.protobuf.Struct vars = 7 ;
144
+ PublicWidgetPage page = 7 ;
145
+ // +optional
146
+ google.protobuf.Struct vars = 8 ;
145
147
}
146
148
147
149
message LoadSumPublicWidgetRequest {
You can’t perform that action at this time.
0 commit comments