File tree 2 files changed +4
-2
lines changed
proto/spaceone/api/dashboard/v1
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,8 @@ message PrivateDataTableInfo {
165
165
google.protobuf.Struct tags = 8 ;
166
166
google.protobuf.Struct labels_info = 9 ;
167
167
google.protobuf.Struct data_info = 10 ;
168
- string error_message = 11 ;
168
+ repeated string sort_keys = 11 ;
169
+ string error_message = 12 ;
169
170
170
171
string domain_id = 21 ;
171
172
string user_id = 22 ;
Original file line number Diff line number Diff line change @@ -333,7 +333,8 @@ message PublicDataTableInfo {
333
333
google.protobuf.Struct tags = 8 ;
334
334
google.protobuf.Struct labels_info = 9 ;
335
335
google.protobuf.Struct data_info = 10 ;
336
- string error_message = 11 ;
336
+ repeated string sort_keys = 11 ;
337
+ string error_message = 12 ;
337
338
338
339
ResourceGroup resource_group = 20 ;
339
340
string domain_id = 21 ;
You can’t perform that action at this time.
0 commit comments