statistic.pb.go 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.21.9
  5. // source: backend/operation/statistic.proto
  6. package operationPb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type SearchFormulaEstimateRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. StartTime string `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // 开始时间
  24. EndTime string `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // 结束时间
  25. SearchType int32 `protobuf:"varint,3,opt,name=search_type,json=searchType,proto3" json:"search_type,omitempty"` // 查询方式 1 安照配方 2 按照栏舍
  26. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // 名称
  27. PastureId int32 `protobuf:"varint,5,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"` // 牧场id
  28. TemplateId int32 `protobuf:"varint,6,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // 配方模板id
  29. BarnId int32 `protobuf:"varint,7,opt,name=barn_id,json=barnId,proto3" json:"barn_id,omitempty"` // 栏舍id
  30. Pagination *PaginationModel `protobuf:"bytes,8,opt,name=pagination,proto3" json:"pagination,omitempty"` // 分页
  31. }
  32. func (x *SearchFormulaEstimateRequest) Reset() {
  33. *x = SearchFormulaEstimateRequest{}
  34. if protoimpl.UnsafeEnabled {
  35. mi := &file_backend_operation_statistic_proto_msgTypes[0]
  36. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  37. ms.StoreMessageInfo(mi)
  38. }
  39. }
  40. func (x *SearchFormulaEstimateRequest) String() string {
  41. return protoimpl.X.MessageStringOf(x)
  42. }
  43. func (*SearchFormulaEstimateRequest) ProtoMessage() {}
  44. func (x *SearchFormulaEstimateRequest) ProtoReflect() protoreflect.Message {
  45. mi := &file_backend_operation_statistic_proto_msgTypes[0]
  46. if protoimpl.UnsafeEnabled && x != nil {
  47. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  48. if ms.LoadMessageInfo() == nil {
  49. ms.StoreMessageInfo(mi)
  50. }
  51. return ms
  52. }
  53. return mi.MessageOf(x)
  54. }
  55. // Deprecated: Use SearchFormulaEstimateRequest.ProtoReflect.Descriptor instead.
  56. func (*SearchFormulaEstimateRequest) Descriptor() ([]byte, []int) {
  57. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{0}
  58. }
  59. func (x *SearchFormulaEstimateRequest) GetStartTime() string {
  60. if x != nil {
  61. return x.StartTime
  62. }
  63. return ""
  64. }
  65. func (x *SearchFormulaEstimateRequest) GetEndTime() string {
  66. if x != nil {
  67. return x.EndTime
  68. }
  69. return ""
  70. }
  71. func (x *SearchFormulaEstimateRequest) GetSearchType() int32 {
  72. if x != nil {
  73. return x.SearchType
  74. }
  75. return 0
  76. }
  77. func (x *SearchFormulaEstimateRequest) GetName() string {
  78. if x != nil {
  79. return x.Name
  80. }
  81. return ""
  82. }
  83. func (x *SearchFormulaEstimateRequest) GetPastureId() int32 {
  84. if x != nil {
  85. return x.PastureId
  86. }
  87. return 0
  88. }
  89. func (x *SearchFormulaEstimateRequest) GetTemplateId() int32 {
  90. if x != nil {
  91. return x.TemplateId
  92. }
  93. return 0
  94. }
  95. func (x *SearchFormulaEstimateRequest) GetBarnId() int32 {
  96. if x != nil {
  97. return x.BarnId
  98. }
  99. return 0
  100. }
  101. func (x *SearchFormulaEstimateRequest) GetPagination() *PaginationModel {
  102. if x != nil {
  103. return x.Pagination
  104. }
  105. return nil
  106. }
  107. // 首页 dashboard 准确性分析
  108. type SearchAnalysisAccuracyRequest struct {
  109. state protoimpl.MessageState
  110. sizeCache protoimpl.SizeCache
  111. unknownFields protoimpl.UnknownFields
  112. CattleParentCategoryId CattleCategoryParent_Kind `protobuf:"varint,1,opt,name=cattle_parent_category_id,json=cattleParentCategoryId,proto3,enum=backend.operation.CattleCategoryParent_Kind" json:"cattle_parent_category_id,omitempty"` // 牧畜分类id 泌乳牛
  113. FeedFormulaId int32 `protobuf:"varint,2,opt,name=feed_formula_id,json=feedFormulaId,proto3" json:"feed_formula_id,omitempty"` // 配方id
  114. StartDate string `protobuf:"bytes,3,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` // 开始时间
  115. EndDate string `protobuf:"bytes,4,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` // 结束时间
  116. PastureIds []int32 `protobuf:"varint,5,rep,packed,name=pasture_ids,json=pastureIds,proto3" json:"pasture_ids,omitempty"` //牧场ids
  117. }
  118. func (x *SearchAnalysisAccuracyRequest) Reset() {
  119. *x = SearchAnalysisAccuracyRequest{}
  120. if protoimpl.UnsafeEnabled {
  121. mi := &file_backend_operation_statistic_proto_msgTypes[1]
  122. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  123. ms.StoreMessageInfo(mi)
  124. }
  125. }
  126. func (x *SearchAnalysisAccuracyRequest) String() string {
  127. return protoimpl.X.MessageStringOf(x)
  128. }
  129. func (*SearchAnalysisAccuracyRequest) ProtoMessage() {}
  130. func (x *SearchAnalysisAccuracyRequest) ProtoReflect() protoreflect.Message {
  131. mi := &file_backend_operation_statistic_proto_msgTypes[1]
  132. if protoimpl.UnsafeEnabled && x != nil {
  133. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  134. if ms.LoadMessageInfo() == nil {
  135. ms.StoreMessageInfo(mi)
  136. }
  137. return ms
  138. }
  139. return mi.MessageOf(x)
  140. }
  141. // Deprecated: Use SearchAnalysisAccuracyRequest.ProtoReflect.Descriptor instead.
  142. func (*SearchAnalysisAccuracyRequest) Descriptor() ([]byte, []int) {
  143. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{1}
  144. }
  145. func (x *SearchAnalysisAccuracyRequest) GetCattleParentCategoryId() CattleCategoryParent_Kind {
  146. if x != nil {
  147. return x.CattleParentCategoryId
  148. }
  149. return CattleCategoryParent_INVALID
  150. }
  151. func (x *SearchAnalysisAccuracyRequest) GetFeedFormulaId() int32 {
  152. if x != nil {
  153. return x.FeedFormulaId
  154. }
  155. return 0
  156. }
  157. func (x *SearchAnalysisAccuracyRequest) GetStartDate() string {
  158. if x != nil {
  159. return x.StartDate
  160. }
  161. return ""
  162. }
  163. func (x *SearchAnalysisAccuracyRequest) GetEndDate() string {
  164. if x != nil {
  165. return x.EndDate
  166. }
  167. return ""
  168. }
  169. func (x *SearchAnalysisAccuracyRequest) GetPastureIds() []int32 {
  170. if x != nil {
  171. return x.PastureIds
  172. }
  173. return nil
  174. }
  175. type SearchAnalysisAccuracyResponse struct {
  176. state protoimpl.MessageState
  177. sizeCache protoimpl.SizeCache
  178. unknownFields protoimpl.UnknownFields
  179. Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
  180. Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
  181. Data *AnalysisAccuracy `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
  182. }
  183. func (x *SearchAnalysisAccuracyResponse) Reset() {
  184. *x = SearchAnalysisAccuracyResponse{}
  185. if protoimpl.UnsafeEnabled {
  186. mi := &file_backend_operation_statistic_proto_msgTypes[2]
  187. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  188. ms.StoreMessageInfo(mi)
  189. }
  190. }
  191. func (x *SearchAnalysisAccuracyResponse) String() string {
  192. return protoimpl.X.MessageStringOf(x)
  193. }
  194. func (*SearchAnalysisAccuracyResponse) ProtoMessage() {}
  195. func (x *SearchAnalysisAccuracyResponse) ProtoReflect() protoreflect.Message {
  196. mi := &file_backend_operation_statistic_proto_msgTypes[2]
  197. if protoimpl.UnsafeEnabled && x != nil {
  198. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  199. if ms.LoadMessageInfo() == nil {
  200. ms.StoreMessageInfo(mi)
  201. }
  202. return ms
  203. }
  204. return mi.MessageOf(x)
  205. }
  206. // Deprecated: Use SearchAnalysisAccuracyResponse.ProtoReflect.Descriptor instead.
  207. func (*SearchAnalysisAccuracyResponse) Descriptor() ([]byte, []int) {
  208. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{2}
  209. }
  210. func (x *SearchAnalysisAccuracyResponse) GetCode() int32 {
  211. if x != nil {
  212. return x.Code
  213. }
  214. return 0
  215. }
  216. func (x *SearchAnalysisAccuracyResponse) GetMsg() string {
  217. if x != nil {
  218. return x.Msg
  219. }
  220. return ""
  221. }
  222. func (x *SearchAnalysisAccuracyResponse) GetData() *AnalysisAccuracy {
  223. if x != nil {
  224. return x.Data
  225. }
  226. return nil
  227. }
  228. type AnalysisAccuracy struct {
  229. state protoimpl.MessageState
  230. sizeCache protoimpl.SizeCache
  231. unknownFields protoimpl.UnknownFields
  232. Chart *Chart `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart,omitempty"`
  233. Table *Table `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
  234. }
  235. func (x *AnalysisAccuracy) Reset() {
  236. *x = AnalysisAccuracy{}
  237. if protoimpl.UnsafeEnabled {
  238. mi := &file_backend_operation_statistic_proto_msgTypes[3]
  239. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  240. ms.StoreMessageInfo(mi)
  241. }
  242. }
  243. func (x *AnalysisAccuracy) String() string {
  244. return protoimpl.X.MessageStringOf(x)
  245. }
  246. func (*AnalysisAccuracy) ProtoMessage() {}
  247. func (x *AnalysisAccuracy) ProtoReflect() protoreflect.Message {
  248. mi := &file_backend_operation_statistic_proto_msgTypes[3]
  249. if protoimpl.UnsafeEnabled && x != nil {
  250. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  251. if ms.LoadMessageInfo() == nil {
  252. ms.StoreMessageInfo(mi)
  253. }
  254. return ms
  255. }
  256. return mi.MessageOf(x)
  257. }
  258. // Deprecated: Use AnalysisAccuracy.ProtoReflect.Descriptor instead.
  259. func (*AnalysisAccuracy) Descriptor() ([]byte, []int) {
  260. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{3}
  261. }
  262. func (x *AnalysisAccuracy) GetChart() *Chart {
  263. if x != nil {
  264. return x.Chart
  265. }
  266. return nil
  267. }
  268. func (x *AnalysisAccuracy) GetTable() *Table {
  269. if x != nil {
  270. return x.Table
  271. }
  272. return nil
  273. }
  274. type Chart struct {
  275. state protoimpl.MessageState
  276. sizeCache protoimpl.SizeCache
  277. unknownFields protoimpl.UnknownFields
  278. MixedFodderAccurateRatio *CommonValueRatio `protobuf:"bytes,4,opt,name=mixed_fodder_accurate_ratio,json=mixedFodderAccurateRatio,proto3" json:"mixed_fodder_accurate_ratio,omitempty"` // 混料准确率
  279. MixedFodderCorrectRatio *CommonValueRatio `protobuf:"bytes,5,opt,name=mixed_fodder_correct_ratio,json=mixedFodderCorrectRatio,proto3" json:"mixed_fodder_correct_ratio,omitempty"` // 混料正确率
  280. SprinkleFodderAccurateRatio *CommonValueRatio `protobuf:"bytes,6,opt,name=sprinkle_fodder_accurate_ratio,json=sprinkleFodderAccurateRatio,proto3" json:"sprinkle_fodder_accurate_ratio,omitempty"` // 撒料准确率
  281. SprinkleFodderCorrectRatio *CommonValueRatio `protobuf:"bytes,7,opt,name=sprinkle_fodder_correct_ratio,json=sprinkleFodderCorrectRatio,proto3" json:"sprinkle_fodder_correct_ratio,omitempty"` // 撒料正确率
  282. }
  283. func (x *Chart) Reset() {
  284. *x = Chart{}
  285. if protoimpl.UnsafeEnabled {
  286. mi := &file_backend_operation_statistic_proto_msgTypes[4]
  287. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  288. ms.StoreMessageInfo(mi)
  289. }
  290. }
  291. func (x *Chart) String() string {
  292. return protoimpl.X.MessageStringOf(x)
  293. }
  294. func (*Chart) ProtoMessage() {}
  295. func (x *Chart) ProtoReflect() protoreflect.Message {
  296. mi := &file_backend_operation_statistic_proto_msgTypes[4]
  297. if protoimpl.UnsafeEnabled && x != nil {
  298. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  299. if ms.LoadMessageInfo() == nil {
  300. ms.StoreMessageInfo(mi)
  301. }
  302. return ms
  303. }
  304. return mi.MessageOf(x)
  305. }
  306. // Deprecated: Use Chart.ProtoReflect.Descriptor instead.
  307. func (*Chart) Descriptor() ([]byte, []int) {
  308. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{4}
  309. }
  310. func (x *Chart) GetMixedFodderAccurateRatio() *CommonValueRatio {
  311. if x != nil {
  312. return x.MixedFodderAccurateRatio
  313. }
  314. return nil
  315. }
  316. func (x *Chart) GetMixedFodderCorrectRatio() *CommonValueRatio {
  317. if x != nil {
  318. return x.MixedFodderCorrectRatio
  319. }
  320. return nil
  321. }
  322. func (x *Chart) GetSprinkleFodderAccurateRatio() *CommonValueRatio {
  323. if x != nil {
  324. return x.SprinkleFodderAccurateRatio
  325. }
  326. return nil
  327. }
  328. func (x *Chart) GetSprinkleFodderCorrectRatio() *CommonValueRatio {
  329. if x != nil {
  330. return x.SprinkleFodderCorrectRatio
  331. }
  332. return nil
  333. }
  334. type Table struct {
  335. state protoimpl.MessageState
  336. sizeCache protoimpl.SizeCache
  337. unknownFields protoimpl.UnknownFields
  338. TableList []*Table_TableList `protobuf:"bytes,1,rep,name=table_list,json=tableList,proto3" json:"table_list,omitempty"`
  339. }
  340. func (x *Table) Reset() {
  341. *x = Table{}
  342. if protoimpl.UnsafeEnabled {
  343. mi := &file_backend_operation_statistic_proto_msgTypes[5]
  344. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  345. ms.StoreMessageInfo(mi)
  346. }
  347. }
  348. func (x *Table) String() string {
  349. return protoimpl.X.MessageStringOf(x)
  350. }
  351. func (*Table) ProtoMessage() {}
  352. func (x *Table) ProtoReflect() protoreflect.Message {
  353. mi := &file_backend_operation_statistic_proto_msgTypes[5]
  354. if protoimpl.UnsafeEnabled && x != nil {
  355. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  356. if ms.LoadMessageInfo() == nil {
  357. ms.StoreMessageInfo(mi)
  358. }
  359. return ms
  360. }
  361. return mi.MessageOf(x)
  362. }
  363. // Deprecated: Use Table.ProtoReflect.Descriptor instead.
  364. func (*Table) Descriptor() ([]byte, []int) {
  365. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{5}
  366. }
  367. func (x *Table) GetTableList() []*Table_TableList {
  368. if x != nil {
  369. return x.TableList
  370. }
  371. return nil
  372. }
  373. type CommonValueRatio struct {
  374. state protoimpl.MessageState
  375. sizeCache protoimpl.SizeCache
  376. unknownFields protoimpl.UnknownFields
  377. MaxValue string `protobuf:"bytes,1,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"` // 最高值
  378. MiddleValue string `protobuf:"bytes,2,opt,name=middle_value,json=middleValue,proto3" json:"middle_value,omitempty"` // 中位值
  379. MinValue string `protobuf:"bytes,3,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"` // 最低值
  380. DataList []*ValueRatio `protobuf:"bytes,4,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"` // 数据集合
  381. PastureName []string `protobuf:"bytes,5,rep,name=pasture_name,json=pastureName,proto3" json:"pasture_name,omitempty"` // 牧场名称集合
  382. DateDay []string `protobuf:"bytes,6,rep,name=date_day,json=dateDay,proto3" json:"date_day,omitempty"` // 日期集合
  383. }
  384. func (x *CommonValueRatio) Reset() {
  385. *x = CommonValueRatio{}
  386. if protoimpl.UnsafeEnabled {
  387. mi := &file_backend_operation_statistic_proto_msgTypes[6]
  388. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  389. ms.StoreMessageInfo(mi)
  390. }
  391. }
  392. func (x *CommonValueRatio) String() string {
  393. return protoimpl.X.MessageStringOf(x)
  394. }
  395. func (*CommonValueRatio) ProtoMessage() {}
  396. func (x *CommonValueRatio) ProtoReflect() protoreflect.Message {
  397. mi := &file_backend_operation_statistic_proto_msgTypes[6]
  398. if protoimpl.UnsafeEnabled && x != nil {
  399. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  400. if ms.LoadMessageInfo() == nil {
  401. ms.StoreMessageInfo(mi)
  402. }
  403. return ms
  404. }
  405. return mi.MessageOf(x)
  406. }
  407. // Deprecated: Use CommonValueRatio.ProtoReflect.Descriptor instead.
  408. func (*CommonValueRatio) Descriptor() ([]byte, []int) {
  409. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{6}
  410. }
  411. func (x *CommonValueRatio) GetMaxValue() string {
  412. if x != nil {
  413. return x.MaxValue
  414. }
  415. return ""
  416. }
  417. func (x *CommonValueRatio) GetMiddleValue() string {
  418. if x != nil {
  419. return x.MiddleValue
  420. }
  421. return ""
  422. }
  423. func (x *CommonValueRatio) GetMinValue() string {
  424. if x != nil {
  425. return x.MinValue
  426. }
  427. return ""
  428. }
  429. func (x *CommonValueRatio) GetDataList() []*ValueRatio {
  430. if x != nil {
  431. return x.DataList
  432. }
  433. return nil
  434. }
  435. func (x *CommonValueRatio) GetPastureName() []string {
  436. if x != nil {
  437. return x.PastureName
  438. }
  439. return nil
  440. }
  441. func (x *CommonValueRatio) GetDateDay() []string {
  442. if x != nil {
  443. return x.DateDay
  444. }
  445. return nil
  446. }
  447. type ValueRatio struct {
  448. state protoimpl.MessageState
  449. sizeCache protoimpl.SizeCache
  450. unknownFields protoimpl.UnknownFields
  451. ValueRatio []string `protobuf:"bytes,1,rep,name=value_ratio,json=valueRatio,proto3" json:"value_ratio,omitempty"`
  452. }
  453. func (x *ValueRatio) Reset() {
  454. *x = ValueRatio{}
  455. if protoimpl.UnsafeEnabled {
  456. mi := &file_backend_operation_statistic_proto_msgTypes[7]
  457. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  458. ms.StoreMessageInfo(mi)
  459. }
  460. }
  461. func (x *ValueRatio) String() string {
  462. return protoimpl.X.MessageStringOf(x)
  463. }
  464. func (*ValueRatio) ProtoMessage() {}
  465. func (x *ValueRatio) ProtoReflect() protoreflect.Message {
  466. mi := &file_backend_operation_statistic_proto_msgTypes[7]
  467. if protoimpl.UnsafeEnabled && x != nil {
  468. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  469. if ms.LoadMessageInfo() == nil {
  470. ms.StoreMessageInfo(mi)
  471. }
  472. return ms
  473. }
  474. return mi.MessageOf(x)
  475. }
  476. // Deprecated: Use ValueRatio.ProtoReflect.Descriptor instead.
  477. func (*ValueRatio) Descriptor() ([]byte, []int) {
  478. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{7}
  479. }
  480. func (x *ValueRatio) GetValueRatio() []string {
  481. if x != nil {
  482. return x.ValueRatio
  483. }
  484. return nil
  485. }
  486. type Table_TableList struct {
  487. state protoimpl.MessageState
  488. sizeCache protoimpl.SizeCache
  489. unknownFields protoimpl.UnknownFields
  490. Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
  491. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
  492. }
  493. func (x *Table_TableList) Reset() {
  494. *x = Table_TableList{}
  495. if protoimpl.UnsafeEnabled {
  496. mi := &file_backend_operation_statistic_proto_msgTypes[8]
  497. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  498. ms.StoreMessageInfo(mi)
  499. }
  500. }
  501. func (x *Table_TableList) String() string {
  502. return protoimpl.X.MessageStringOf(x)
  503. }
  504. func (*Table_TableList) ProtoMessage() {}
  505. func (x *Table_TableList) ProtoReflect() protoreflect.Message {
  506. mi := &file_backend_operation_statistic_proto_msgTypes[8]
  507. if protoimpl.UnsafeEnabled && x != nil {
  508. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  509. if ms.LoadMessageInfo() == nil {
  510. ms.StoreMessageInfo(mi)
  511. }
  512. return ms
  513. }
  514. return mi.MessageOf(x)
  515. }
  516. // Deprecated: Use Table_TableList.ProtoReflect.Descriptor instead.
  517. func (*Table_TableList) Descriptor() ([]byte, []int) {
  518. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{5, 0}
  519. }
  520. func (x *Table_TableList) GetId() int32 {
  521. if x != nil {
  522. return x.Id
  523. }
  524. return 0
  525. }
  526. func (x *Table_TableList) GetName() string {
  527. if x != nil {
  528. return x.Name
  529. }
  530. return ""
  531. }
  532. var File_backend_operation_statistic_proto protoreflect.FileDescriptor
  533. var file_backend_operation_statistic_proto_rawDesc = []byte{
  534. 0x0a, 0x21, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
  535. 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x2e, 0x70, 0x72,
  536. 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65,
  537. 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x22, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f,
  538. 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61,
  539. 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x62, 0x61, 0x63, 0x6b,
  540. 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x6e,
  541. 0x75, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xaa, 0x02, 0x0a, 0x1c, 0x53, 0x65, 0x61,
  542. 0x72, 0x63, 0x68, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x45, 0x73, 0x74, 0x69, 0x6d, 0x61,
  543. 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61,
  544. 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
  545. 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f,
  546. 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54,
  547. 0x69, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x74, 0x79,
  548. 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68,
  549. 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01,
  550. 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74,
  551. 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61,
  552. 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x65, 0x6d, 0x70, 0x6c,
  553. 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x65,
  554. 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x62, 0x61, 0x72, 0x6e,
  555. 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x61, 0x72, 0x6e, 0x49,
  556. 0x64, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
  557. 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e,
  558. 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61,
  559. 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e,
  560. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8b, 0x02, 0x0a, 0x1d, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68,
  561. 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79,
  562. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x19, 0x63, 0x61, 0x74, 0x74, 0x6c,
  563. 0x65, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72,
  564. 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x62, 0x61, 0x63,
  565. 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43,
  566. 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72,
  567. 0x65, 0x6e, 0x74, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x16, 0x63, 0x61, 0x74, 0x74, 0x6c, 0x65,
  568. 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x49, 0x64,
  569. 0x12, 0x26, 0x0a, 0x0f, 0x66, 0x65, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61,
  570. 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x66, 0x65, 0x65, 0x64, 0x46,
  571. 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72,
  572. 0x74, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74,
  573. 0x61, 0x72, 0x74, 0x44, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x64,
  574. 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x44, 0x61,
  575. 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64,
  576. 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65,
  577. 0x49, 0x64, 0x73, 0x22, 0x7f, 0x0a, 0x1e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x41, 0x6e, 0x61,
  578. 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x65, 0x73,
  579. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
  580. 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6d, 0x73, 0x67,
  581. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12, 0x37, 0x0a, 0x04, 0x64,
  582. 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b,
  583. 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x6e,
  584. 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x52, 0x04,
  585. 0x64, 0x61, 0x74, 0x61, 0x22, 0x72, 0x0a, 0x10, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73,
  586. 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x12, 0x2e, 0x0a, 0x05, 0x63, 0x68, 0x61, 0x72,
  587. 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
  588. 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x68, 0x61, 0x72,
  589. 0x74, 0x52, 0x05, 0x63, 0x68, 0x61, 0x72, 0x74, 0x12, 0x2e, 0x0a, 0x05, 0x74, 0x61, 0x62, 0x6c,
  590. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
  591. 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x62, 0x6c,
  592. 0x65, 0x52, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x9f, 0x03, 0x0a, 0x05, 0x43, 0x68, 0x61,
  593. 0x72, 0x74, 0x12, 0x62, 0x0a, 0x1b, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x64, 0x64,
  594. 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69,
  595. 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
  596. 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d,
  597. 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x18, 0x6d, 0x69,
  598. 0x78, 0x65, 0x64, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74,
  599. 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x60, 0x0a, 0x1a, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x5f,
  600. 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x72,
  601. 0x61, 0x74, 0x69, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63,
  602. 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43,
  603. 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52,
  604. 0x17, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x72, 0x72,
  605. 0x65, 0x63, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x68, 0x0a, 0x1e, 0x73, 0x70, 0x72, 0x69,
  606. 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x75,
  607. 0x72, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b,
  608. 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61,
  609. 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65,
  610. 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x1b, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46,
  611. 0x6f, 0x64, 0x64, 0x65, 0x72, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x52, 0x61, 0x74,
  612. 0x69, 0x6f, 0x12, 0x66, 0x0a, 0x1d, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x66,
  613. 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x61,
  614. 0x74, 0x69, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b,
  615. 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f,
  616. 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x1a,
  617. 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x43, 0x6f,
  618. 0x72, 0x72, 0x65, 0x63, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x22, 0x7b, 0x0a, 0x05, 0x54, 0x61,
  619. 0x62, 0x6c, 0x65, 0x12, 0x41, 0x0a, 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x6c, 0x69, 0x73,
  620. 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
  621. 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x54, 0x61, 0x62, 0x6c,
  622. 0x65, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x09, 0x74, 0x61, 0x62,
  623. 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x2f, 0x0a, 0x09, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x4c,
  624. 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
  625. 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
  626. 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xe9, 0x01, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d,
  627. 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x1b, 0x0a, 0x09,
  628. 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  629. 0x08, 0x6d, 0x61, 0x78, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6d, 0x69, 0x64,
  630. 0x64, 0x6c, 0x65, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  631. 0x0b, 0x6d, 0x69, 0x64, 0x64, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1b, 0x0a, 0x09,
  632. 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  633. 0x08, 0x6d, 0x69, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x3a, 0x0a, 0x09, 0x64, 0x61, 0x74,
  634. 0x61, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x62,
  635. 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  636. 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x08, 0x64, 0x61, 0x74,
  637. 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65,
  638. 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x61, 0x73,
  639. 0x74, 0x75, 0x72, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x64, 0x61, 0x74, 0x65,
  640. 0x5f, 0x64, 0x61, 0x79, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x61, 0x74, 0x65,
  641. 0x44, 0x61, 0x79, 0x22, 0x2d, 0x0a, 0x0a, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69,
  642. 0x6f, 0x12, 0x1f, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f,
  643. 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74,
  644. 0x69, 0x6f, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  645. 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  646. }
  647. var (
  648. file_backend_operation_statistic_proto_rawDescOnce sync.Once
  649. file_backend_operation_statistic_proto_rawDescData = file_backend_operation_statistic_proto_rawDesc
  650. )
  651. func file_backend_operation_statistic_proto_rawDescGZIP() []byte {
  652. file_backend_operation_statistic_proto_rawDescOnce.Do(func() {
  653. file_backend_operation_statistic_proto_rawDescData = protoimpl.X.CompressGZIP(file_backend_operation_statistic_proto_rawDescData)
  654. })
  655. return file_backend_operation_statistic_proto_rawDescData
  656. }
  657. var file_backend_operation_statistic_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
  658. var file_backend_operation_statistic_proto_goTypes = []interface{}{
  659. (*SearchFormulaEstimateRequest)(nil), // 0: backend.operation.SearchFormulaEstimateRequest
  660. (*SearchAnalysisAccuracyRequest)(nil), // 1: backend.operation.SearchAnalysisAccuracyRequest
  661. (*SearchAnalysisAccuracyResponse)(nil), // 2: backend.operation.SearchAnalysisAccuracyResponse
  662. (*AnalysisAccuracy)(nil), // 3: backend.operation.AnalysisAccuracy
  663. (*Chart)(nil), // 4: backend.operation.Chart
  664. (*Table)(nil), // 5: backend.operation.Table
  665. (*CommonValueRatio)(nil), // 6: backend.operation.CommonValueRatio
  666. (*ValueRatio)(nil), // 7: backend.operation.ValueRatio
  667. (*Table_TableList)(nil), // 8: backend.operation.Table.TableList
  668. (*PaginationModel)(nil), // 9: backend.operation.PaginationModel
  669. (CattleCategoryParent_Kind)(0), // 10: backend.operation.CattleCategoryParent.Kind
  670. }
  671. var file_backend_operation_statistic_proto_depIdxs = []int32{
  672. 9, // 0: backend.operation.SearchFormulaEstimateRequest.pagination:type_name -> backend.operation.PaginationModel
  673. 10, // 1: backend.operation.SearchAnalysisAccuracyRequest.cattle_parent_category_id:type_name -> backend.operation.CattleCategoryParent.Kind
  674. 3, // 2: backend.operation.SearchAnalysisAccuracyResponse.data:type_name -> backend.operation.AnalysisAccuracy
  675. 4, // 3: backend.operation.AnalysisAccuracy.chart:type_name -> backend.operation.Chart
  676. 5, // 4: backend.operation.AnalysisAccuracy.table:type_name -> backend.operation.Table
  677. 6, // 5: backend.operation.Chart.mixed_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
  678. 6, // 6: backend.operation.Chart.mixed_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
  679. 6, // 7: backend.operation.Chart.sprinkle_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
  680. 6, // 8: backend.operation.Chart.sprinkle_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
  681. 8, // 9: backend.operation.Table.table_list:type_name -> backend.operation.Table.TableList
  682. 7, // 10: backend.operation.CommonValueRatio.data_list:type_name -> backend.operation.ValueRatio
  683. 11, // [11:11] is the sub-list for method output_type
  684. 11, // [11:11] is the sub-list for method input_type
  685. 11, // [11:11] is the sub-list for extension type_name
  686. 11, // [11:11] is the sub-list for extension extendee
  687. 0, // [0:11] is the sub-list for field type_name
  688. }
  689. func init() { file_backend_operation_statistic_proto_init() }
  690. func file_backend_operation_statistic_proto_init() {
  691. if File_backend_operation_statistic_proto != nil {
  692. return
  693. }
  694. file_backend_operation_pagination_proto_init()
  695. file_backend_operation_enum_proto_init()
  696. if !protoimpl.UnsafeEnabled {
  697. file_backend_operation_statistic_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  698. switch v := v.(*SearchFormulaEstimateRequest); i {
  699. case 0:
  700. return &v.state
  701. case 1:
  702. return &v.sizeCache
  703. case 2:
  704. return &v.unknownFields
  705. default:
  706. return nil
  707. }
  708. }
  709. file_backend_operation_statistic_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  710. switch v := v.(*SearchAnalysisAccuracyRequest); i {
  711. case 0:
  712. return &v.state
  713. case 1:
  714. return &v.sizeCache
  715. case 2:
  716. return &v.unknownFields
  717. default:
  718. return nil
  719. }
  720. }
  721. file_backend_operation_statistic_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  722. switch v := v.(*SearchAnalysisAccuracyResponse); i {
  723. case 0:
  724. return &v.state
  725. case 1:
  726. return &v.sizeCache
  727. case 2:
  728. return &v.unknownFields
  729. default:
  730. return nil
  731. }
  732. }
  733. file_backend_operation_statistic_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  734. switch v := v.(*AnalysisAccuracy); i {
  735. case 0:
  736. return &v.state
  737. case 1:
  738. return &v.sizeCache
  739. case 2:
  740. return &v.unknownFields
  741. default:
  742. return nil
  743. }
  744. }
  745. file_backend_operation_statistic_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  746. switch v := v.(*Chart); i {
  747. case 0:
  748. return &v.state
  749. case 1:
  750. return &v.sizeCache
  751. case 2:
  752. return &v.unknownFields
  753. default:
  754. return nil
  755. }
  756. }
  757. file_backend_operation_statistic_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  758. switch v := v.(*Table); i {
  759. case 0:
  760. return &v.state
  761. case 1:
  762. return &v.sizeCache
  763. case 2:
  764. return &v.unknownFields
  765. default:
  766. return nil
  767. }
  768. }
  769. file_backend_operation_statistic_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  770. switch v := v.(*CommonValueRatio); i {
  771. case 0:
  772. return &v.state
  773. case 1:
  774. return &v.sizeCache
  775. case 2:
  776. return &v.unknownFields
  777. default:
  778. return nil
  779. }
  780. }
  781. file_backend_operation_statistic_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  782. switch v := v.(*ValueRatio); i {
  783. case 0:
  784. return &v.state
  785. case 1:
  786. return &v.sizeCache
  787. case 2:
  788. return &v.unknownFields
  789. default:
  790. return nil
  791. }
  792. }
  793. file_backend_operation_statistic_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  794. switch v := v.(*Table_TableList); i {
  795. case 0:
  796. return &v.state
  797. case 1:
  798. return &v.sizeCache
  799. case 2:
  800. return &v.unknownFields
  801. default:
  802. return nil
  803. }
  804. }
  805. }
  806. type x struct{}
  807. out := protoimpl.TypeBuilder{
  808. File: protoimpl.DescBuilder{
  809. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  810. RawDescriptor: file_backend_operation_statistic_proto_rawDesc,
  811. NumEnums: 0,
  812. NumMessages: 9,
  813. NumExtensions: 0,
  814. NumServices: 0,
  815. },
  816. GoTypes: file_backend_operation_statistic_proto_goTypes,
  817. DependencyIndexes: file_backend_operation_statistic_proto_depIdxs,
  818. MessageInfos: file_backend_operation_statistic_proto_msgTypes,
  819. }.Build()
  820. File_backend_operation_statistic_proto = out.File
  821. file_backend_operation_statistic_proto_rawDesc = nil
  822. file_backend_operation_statistic_proto_goTypes = nil
  823. file_backend_operation_statistic_proto_depIdxs = nil
  824. }