statistic.pb.go 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428
  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. // SearchFormulaEstimateRequest 配方评估
  20. type SearchFormulaEstimateRequest struct {
  21. state protoimpl.MessageState
  22. sizeCache protoimpl.SizeCache
  23. unknownFields protoimpl.UnknownFields
  24. StartTime string `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // 开始时间
  25. EndTime string `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // 结束时间
  26. SearchType int32 `protobuf:"varint,3,opt,name=search_type,json=searchType,proto3" json:"search_type,omitempty"` // 查询方式 1 安照配方 2 按照栏舍
  27. ApiName string `protobuf:"bytes,4,opt,name=api_name,json=apiName,proto3" json:"api_name,omitempty"` // 牧场端接口标识名称
  28. PastureId int32 `protobuf:"varint,5,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"` // 牧场id
  29. TemplateId int32 `protobuf:"varint,6,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` // 配方模板id
  30. BarnId int32 `protobuf:"varint,7,opt,name=barn_id,json=barnId,proto3" json:"barn_id,omitempty"` // 栏舍id
  31. Pagination *PaginationModel `protobuf:"bytes,8,opt,name=pagination,proto3" json:"pagination,omitempty"` // 分页
  32. }
  33. func (x *SearchFormulaEstimateRequest) Reset() {
  34. *x = SearchFormulaEstimateRequest{}
  35. if protoimpl.UnsafeEnabled {
  36. mi := &file_backend_operation_statistic_proto_msgTypes[0]
  37. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  38. ms.StoreMessageInfo(mi)
  39. }
  40. }
  41. func (x *SearchFormulaEstimateRequest) String() string {
  42. return protoimpl.X.MessageStringOf(x)
  43. }
  44. func (*SearchFormulaEstimateRequest) ProtoMessage() {}
  45. func (x *SearchFormulaEstimateRequest) ProtoReflect() protoreflect.Message {
  46. mi := &file_backend_operation_statistic_proto_msgTypes[0]
  47. if protoimpl.UnsafeEnabled && x != nil {
  48. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  49. if ms.LoadMessageInfo() == nil {
  50. ms.StoreMessageInfo(mi)
  51. }
  52. return ms
  53. }
  54. return mi.MessageOf(x)
  55. }
  56. // Deprecated: Use SearchFormulaEstimateRequest.ProtoReflect.Descriptor instead.
  57. func (*SearchFormulaEstimateRequest) Descriptor() ([]byte, []int) {
  58. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{0}
  59. }
  60. func (x *SearchFormulaEstimateRequest) GetStartTime() string {
  61. if x != nil {
  62. return x.StartTime
  63. }
  64. return ""
  65. }
  66. func (x *SearchFormulaEstimateRequest) GetEndTime() string {
  67. if x != nil {
  68. return x.EndTime
  69. }
  70. return ""
  71. }
  72. func (x *SearchFormulaEstimateRequest) GetSearchType() int32 {
  73. if x != nil {
  74. return x.SearchType
  75. }
  76. return 0
  77. }
  78. func (x *SearchFormulaEstimateRequest) GetApiName() string {
  79. if x != nil {
  80. return x.ApiName
  81. }
  82. return ""
  83. }
  84. func (x *SearchFormulaEstimateRequest) GetPastureId() int32 {
  85. if x != nil {
  86. return x.PastureId
  87. }
  88. return 0
  89. }
  90. func (x *SearchFormulaEstimateRequest) GetTemplateId() int32 {
  91. if x != nil {
  92. return x.TemplateId
  93. }
  94. return 0
  95. }
  96. func (x *SearchFormulaEstimateRequest) GetBarnId() int32 {
  97. if x != nil {
  98. return x.BarnId
  99. }
  100. return 0
  101. }
  102. func (x *SearchFormulaEstimateRequest) GetPagination() *PaginationModel {
  103. if x != nil {
  104. return x.Pagination
  105. }
  106. return nil
  107. }
  108. // SearchInventoryStatisticsRequest 库存管理-库存统计
  109. type SearchInventoryStatisticsRequest struct {
  110. state protoimpl.MessageState
  111. sizeCache protoimpl.SizeCache
  112. unknownFields protoimpl.UnknownFields
  113. StartTime string `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // 开始时间
  114. EndTime string `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // 结束时间
  115. ApiName string `protobuf:"bytes,3,opt,name=api_name,json=apiName,proto3" json:"api_name,omitempty"` // 牧场端接口标识名称
  116. FeedName string `protobuf:"bytes,4,opt,name=feed_name,json=feedName,proto3" json:"feed_name,omitempty"` // 饲料名称
  117. PastureId int32 `protobuf:"varint,5,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"` // 牧场id
  118. Pagination *PaginationModel `protobuf:"bytes,6,opt,name=pagination,proto3" json:"pagination,omitempty"` // 分页
  119. }
  120. func (x *SearchInventoryStatisticsRequest) Reset() {
  121. *x = SearchInventoryStatisticsRequest{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_backend_operation_statistic_proto_msgTypes[1]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *SearchInventoryStatisticsRequest) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*SearchInventoryStatisticsRequest) ProtoMessage() {}
  132. func (x *SearchInventoryStatisticsRequest) ProtoReflect() protoreflect.Message {
  133. mi := &file_backend_operation_statistic_proto_msgTypes[1]
  134. if protoimpl.UnsafeEnabled && x != nil {
  135. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  136. if ms.LoadMessageInfo() == nil {
  137. ms.StoreMessageInfo(mi)
  138. }
  139. return ms
  140. }
  141. return mi.MessageOf(x)
  142. }
  143. // Deprecated: Use SearchInventoryStatisticsRequest.ProtoReflect.Descriptor instead.
  144. func (*SearchInventoryStatisticsRequest) Descriptor() ([]byte, []int) {
  145. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{1}
  146. }
  147. func (x *SearchInventoryStatisticsRequest) GetStartTime() string {
  148. if x != nil {
  149. return x.StartTime
  150. }
  151. return ""
  152. }
  153. func (x *SearchInventoryStatisticsRequest) GetEndTime() string {
  154. if x != nil {
  155. return x.EndTime
  156. }
  157. return ""
  158. }
  159. func (x *SearchInventoryStatisticsRequest) GetApiName() string {
  160. if x != nil {
  161. return x.ApiName
  162. }
  163. return ""
  164. }
  165. func (x *SearchInventoryStatisticsRequest) GetFeedName() string {
  166. if x != nil {
  167. return x.FeedName
  168. }
  169. return ""
  170. }
  171. func (x *SearchInventoryStatisticsRequest) GetPastureId() int32 {
  172. if x != nil {
  173. return x.PastureId
  174. }
  175. return 0
  176. }
  177. func (x *SearchInventoryStatisticsRequest) GetPagination() *PaginationModel {
  178. if x != nil {
  179. return x.Pagination
  180. }
  181. return nil
  182. }
  183. // SearchUserMaterialsStatisticsRequest 库存管理-用料分析
  184. type SearchUserMaterialsStatisticsRequest struct {
  185. state protoimpl.MessageState
  186. sizeCache protoimpl.SizeCache
  187. unknownFields protoimpl.UnknownFields
  188. StartTime string `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // 开始时间
  189. EndTime string `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // 结束时间
  190. ApiName string `protobuf:"bytes,3,opt,name=api_name,json=apiName,proto3" json:"api_name,omitempty"` // 牧场端接口标识名称
  191. PastureId int32 `protobuf:"varint,4,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"` // 牧场id
  192. ErrorCheck int32 `protobuf:"varint,5,opt,name=error_check,json=errorCheck,proto3" json:"error_check,omitempty"` // 误差是否选中 0 未选中 1 选中
  193. TypeCheck int32 `protobuf:"varint,6,opt,name=type_check,json=typeCheck,proto3" json:"type_check,omitempty"` // 返回实际或理论 1 理论 2 实际
  194. FeedName string `protobuf:"bytes,7,opt,name=feed_name,json=feedName,proto3" json:"feed_name,omitempty"` // 名称
  195. Pagination *PaginationModel `protobuf:"bytes,8,opt,name=pagination,proto3" json:"pagination,omitempty"` // 分页
  196. }
  197. func (x *SearchUserMaterialsStatisticsRequest) Reset() {
  198. *x = SearchUserMaterialsStatisticsRequest{}
  199. if protoimpl.UnsafeEnabled {
  200. mi := &file_backend_operation_statistic_proto_msgTypes[2]
  201. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  202. ms.StoreMessageInfo(mi)
  203. }
  204. }
  205. func (x *SearchUserMaterialsStatisticsRequest) String() string {
  206. return protoimpl.X.MessageStringOf(x)
  207. }
  208. func (*SearchUserMaterialsStatisticsRequest) ProtoMessage() {}
  209. func (x *SearchUserMaterialsStatisticsRequest) ProtoReflect() protoreflect.Message {
  210. mi := &file_backend_operation_statistic_proto_msgTypes[2]
  211. if protoimpl.UnsafeEnabled && x != nil {
  212. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  213. if ms.LoadMessageInfo() == nil {
  214. ms.StoreMessageInfo(mi)
  215. }
  216. return ms
  217. }
  218. return mi.MessageOf(x)
  219. }
  220. // Deprecated: Use SearchUserMaterialsStatisticsRequest.ProtoReflect.Descriptor instead.
  221. func (*SearchUserMaterialsStatisticsRequest) Descriptor() ([]byte, []int) {
  222. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{2}
  223. }
  224. func (x *SearchUserMaterialsStatisticsRequest) GetStartTime() string {
  225. if x != nil {
  226. return x.StartTime
  227. }
  228. return ""
  229. }
  230. func (x *SearchUserMaterialsStatisticsRequest) GetEndTime() string {
  231. if x != nil {
  232. return x.EndTime
  233. }
  234. return ""
  235. }
  236. func (x *SearchUserMaterialsStatisticsRequest) GetApiName() string {
  237. if x != nil {
  238. return x.ApiName
  239. }
  240. return ""
  241. }
  242. func (x *SearchUserMaterialsStatisticsRequest) GetPastureId() int32 {
  243. if x != nil {
  244. return x.PastureId
  245. }
  246. return 0
  247. }
  248. func (x *SearchUserMaterialsStatisticsRequest) GetErrorCheck() int32 {
  249. if x != nil {
  250. return x.ErrorCheck
  251. }
  252. return 0
  253. }
  254. func (x *SearchUserMaterialsStatisticsRequest) GetTypeCheck() int32 {
  255. if x != nil {
  256. return x.TypeCheck
  257. }
  258. return 0
  259. }
  260. func (x *SearchUserMaterialsStatisticsRequest) GetFeedName() string {
  261. if x != nil {
  262. return x.FeedName
  263. }
  264. return ""
  265. }
  266. func (x *SearchUserMaterialsStatisticsRequest) GetPagination() *PaginationModel {
  267. if x != nil {
  268. return x.Pagination
  269. }
  270. return nil
  271. }
  272. // SearchFeedStatisticsRequest 饲喂效率-效率统计
  273. type SearchFeedStatisticsRequest struct {
  274. state protoimpl.MessageState
  275. sizeCache protoimpl.SizeCache
  276. unknownFields protoimpl.UnknownFields
  277. StartTime string `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // 开始时间
  278. ApiName string `protobuf:"bytes,2,opt,name=api_name,json=apiName,proto3" json:"api_name,omitempty"` // 牧场端接口标识名称
  279. PastureId int32 `protobuf:"varint,3,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"` // 牧场id
  280. FormulaTemplate string `protobuf:"bytes,4,opt,name=formula_template,json=formulaTemplate,proto3" json:"formula_template,omitempty"` // 配方模板名称
  281. BarnName string `protobuf:"bytes,5,opt,name=barn_name,json=barnName,proto3" json:"barn_name,omitempty"` // 栏舍名称
  282. CattleCategoryName string `protobuf:"bytes,6,opt,name=cattle_category_name,json=cattleCategoryName,proto3" json:"cattle_category_name,omitempty"` // 畜牧类别名称
  283. ClassNumber int32 `protobuf:"varint,7,opt,name=class_number,json=classNumber,proto3" json:"class_number,omitempty"` // 班次
  284. Pagination *PaginationModel `protobuf:"bytes,8,opt,name=pagination,proto3" json:"pagination,omitempty"` // 分页
  285. }
  286. func (x *SearchFeedStatisticsRequest) Reset() {
  287. *x = SearchFeedStatisticsRequest{}
  288. if protoimpl.UnsafeEnabled {
  289. mi := &file_backend_operation_statistic_proto_msgTypes[3]
  290. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  291. ms.StoreMessageInfo(mi)
  292. }
  293. }
  294. func (x *SearchFeedStatisticsRequest) String() string {
  295. return protoimpl.X.MessageStringOf(x)
  296. }
  297. func (*SearchFeedStatisticsRequest) ProtoMessage() {}
  298. func (x *SearchFeedStatisticsRequest) ProtoReflect() protoreflect.Message {
  299. mi := &file_backend_operation_statistic_proto_msgTypes[3]
  300. if protoimpl.UnsafeEnabled && x != nil {
  301. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  302. if ms.LoadMessageInfo() == nil {
  303. ms.StoreMessageInfo(mi)
  304. }
  305. return ms
  306. }
  307. return mi.MessageOf(x)
  308. }
  309. // Deprecated: Use SearchFeedStatisticsRequest.ProtoReflect.Descriptor instead.
  310. func (*SearchFeedStatisticsRequest) Descriptor() ([]byte, []int) {
  311. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{3}
  312. }
  313. func (x *SearchFeedStatisticsRequest) GetStartTime() string {
  314. if x != nil {
  315. return x.StartTime
  316. }
  317. return ""
  318. }
  319. func (x *SearchFeedStatisticsRequest) GetApiName() string {
  320. if x != nil {
  321. return x.ApiName
  322. }
  323. return ""
  324. }
  325. func (x *SearchFeedStatisticsRequest) GetPastureId() int32 {
  326. if x != nil {
  327. return x.PastureId
  328. }
  329. return 0
  330. }
  331. func (x *SearchFeedStatisticsRequest) GetFormulaTemplate() string {
  332. if x != nil {
  333. return x.FormulaTemplate
  334. }
  335. return ""
  336. }
  337. func (x *SearchFeedStatisticsRequest) GetBarnName() string {
  338. if x != nil {
  339. return x.BarnName
  340. }
  341. return ""
  342. }
  343. func (x *SearchFeedStatisticsRequest) GetCattleCategoryName() string {
  344. if x != nil {
  345. return x.CattleCategoryName
  346. }
  347. return ""
  348. }
  349. func (x *SearchFeedStatisticsRequest) GetClassNumber() int32 {
  350. if x != nil {
  351. return x.ClassNumber
  352. }
  353. return 0
  354. }
  355. func (x *SearchFeedStatisticsRequest) GetPagination() *PaginationModel {
  356. if x != nil {
  357. return x.Pagination
  358. }
  359. return nil
  360. }
  361. // FeedChartStatisticsRequest 饲喂效率chart图表
  362. type FeedChartStatisticsRequest struct {
  363. state protoimpl.MessageState
  364. sizeCache protoimpl.SizeCache
  365. unknownFields protoimpl.UnknownFields
  366. StartTime string `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // 开始时间
  367. EndTime string `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // 结束时间
  368. PastureId int32 `protobuf:"varint,3,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"` // 牧场id
  369. Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
  370. ApiType string `protobuf:"bytes,5,opt,name=api_type,json=apiType,proto3" json:"api_type,omitempty"` // mr 泌乳牛干物质采食量 sl 牛栏剩料率 hl 混料时间统计 zh 转化率 cbft 成本分析
  371. }
  372. func (x *FeedChartStatisticsRequest) Reset() {
  373. *x = FeedChartStatisticsRequest{}
  374. if protoimpl.UnsafeEnabled {
  375. mi := &file_backend_operation_statistic_proto_msgTypes[4]
  376. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  377. ms.StoreMessageInfo(mi)
  378. }
  379. }
  380. func (x *FeedChartStatisticsRequest) String() string {
  381. return protoimpl.X.MessageStringOf(x)
  382. }
  383. func (*FeedChartStatisticsRequest) ProtoMessage() {}
  384. func (x *FeedChartStatisticsRequest) ProtoReflect() protoreflect.Message {
  385. mi := &file_backend_operation_statistic_proto_msgTypes[4]
  386. if protoimpl.UnsafeEnabled && x != nil {
  387. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  388. if ms.LoadMessageInfo() == nil {
  389. ms.StoreMessageInfo(mi)
  390. }
  391. return ms
  392. }
  393. return mi.MessageOf(x)
  394. }
  395. // Deprecated: Use FeedChartStatisticsRequest.ProtoReflect.Descriptor instead.
  396. func (*FeedChartStatisticsRequest) Descriptor() ([]byte, []int) {
  397. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{4}
  398. }
  399. func (x *FeedChartStatisticsRequest) GetStartTime() string {
  400. if x != nil {
  401. return x.StartTime
  402. }
  403. return ""
  404. }
  405. func (x *FeedChartStatisticsRequest) GetEndTime() string {
  406. if x != nil {
  407. return x.EndTime
  408. }
  409. return ""
  410. }
  411. func (x *FeedChartStatisticsRequest) GetPastureId() int32 {
  412. if x != nil {
  413. return x.PastureId
  414. }
  415. return 0
  416. }
  417. func (x *FeedChartStatisticsRequest) GetStatus() int32 {
  418. if x != nil {
  419. return x.Status
  420. }
  421. return 0
  422. }
  423. func (x *FeedChartStatisticsRequest) GetApiType() string {
  424. if x != nil {
  425. return x.ApiType
  426. }
  427. return ""
  428. }
  429. // 首页 dashboard 准确性分析
  430. type SearchAnalysisAccuracyRequest struct {
  431. state protoimpl.MessageState
  432. sizeCache protoimpl.SizeCache
  433. unknownFields protoimpl.UnknownFields
  434. 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 泌乳牛
  435. FeedFormulaId int32 `protobuf:"varint,2,opt,name=feed_formula_id,json=feedFormulaId,proto3" json:"feed_formula_id,omitempty"` // 配方id
  436. StartDate string `protobuf:"bytes,3,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` // 开始时间
  437. EndDate string `protobuf:"bytes,4,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"` // 结束时间
  438. PastureIds []int32 `protobuf:"varint,5,rep,packed,name=pasture_ids,json=pastureIds,proto3" json:"pasture_ids,omitempty"` //牧场ids
  439. }
  440. func (x *SearchAnalysisAccuracyRequest) Reset() {
  441. *x = SearchAnalysisAccuracyRequest{}
  442. if protoimpl.UnsafeEnabled {
  443. mi := &file_backend_operation_statistic_proto_msgTypes[5]
  444. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  445. ms.StoreMessageInfo(mi)
  446. }
  447. }
  448. func (x *SearchAnalysisAccuracyRequest) String() string {
  449. return protoimpl.X.MessageStringOf(x)
  450. }
  451. func (*SearchAnalysisAccuracyRequest) ProtoMessage() {}
  452. func (x *SearchAnalysisAccuracyRequest) ProtoReflect() protoreflect.Message {
  453. mi := &file_backend_operation_statistic_proto_msgTypes[5]
  454. if protoimpl.UnsafeEnabled && x != nil {
  455. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  456. if ms.LoadMessageInfo() == nil {
  457. ms.StoreMessageInfo(mi)
  458. }
  459. return ms
  460. }
  461. return mi.MessageOf(x)
  462. }
  463. // Deprecated: Use SearchAnalysisAccuracyRequest.ProtoReflect.Descriptor instead.
  464. func (*SearchAnalysisAccuracyRequest) Descriptor() ([]byte, []int) {
  465. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{5}
  466. }
  467. func (x *SearchAnalysisAccuracyRequest) GetCattleParentCategoryId() CattleCategoryParent_Kind {
  468. if x != nil {
  469. return x.CattleParentCategoryId
  470. }
  471. return CattleCategoryParent_INVALID
  472. }
  473. func (x *SearchAnalysisAccuracyRequest) GetFeedFormulaId() int32 {
  474. if x != nil {
  475. return x.FeedFormulaId
  476. }
  477. return 0
  478. }
  479. func (x *SearchAnalysisAccuracyRequest) GetStartDate() string {
  480. if x != nil {
  481. return x.StartDate
  482. }
  483. return ""
  484. }
  485. func (x *SearchAnalysisAccuracyRequest) GetEndDate() string {
  486. if x != nil {
  487. return x.EndDate
  488. }
  489. return ""
  490. }
  491. func (x *SearchAnalysisAccuracyRequest) GetPastureIds() []int32 {
  492. if x != nil {
  493. return x.PastureIds
  494. }
  495. return nil
  496. }
  497. type SearchAnalysisAccuracyResponse struct {
  498. state protoimpl.MessageState
  499. sizeCache protoimpl.SizeCache
  500. unknownFields protoimpl.UnknownFields
  501. Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
  502. Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
  503. Data *AnalysisAccuracy `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
  504. }
  505. func (x *SearchAnalysisAccuracyResponse) Reset() {
  506. *x = SearchAnalysisAccuracyResponse{}
  507. if protoimpl.UnsafeEnabled {
  508. mi := &file_backend_operation_statistic_proto_msgTypes[6]
  509. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  510. ms.StoreMessageInfo(mi)
  511. }
  512. }
  513. func (x *SearchAnalysisAccuracyResponse) String() string {
  514. return protoimpl.X.MessageStringOf(x)
  515. }
  516. func (*SearchAnalysisAccuracyResponse) ProtoMessage() {}
  517. func (x *SearchAnalysisAccuracyResponse) ProtoReflect() protoreflect.Message {
  518. mi := &file_backend_operation_statistic_proto_msgTypes[6]
  519. if protoimpl.UnsafeEnabled && x != nil {
  520. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  521. if ms.LoadMessageInfo() == nil {
  522. ms.StoreMessageInfo(mi)
  523. }
  524. return ms
  525. }
  526. return mi.MessageOf(x)
  527. }
  528. // Deprecated: Use SearchAnalysisAccuracyResponse.ProtoReflect.Descriptor instead.
  529. func (*SearchAnalysisAccuracyResponse) Descriptor() ([]byte, []int) {
  530. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{6}
  531. }
  532. func (x *SearchAnalysisAccuracyResponse) GetCode() int32 {
  533. if x != nil {
  534. return x.Code
  535. }
  536. return 0
  537. }
  538. func (x *SearchAnalysisAccuracyResponse) GetMsg() string {
  539. if x != nil {
  540. return x.Msg
  541. }
  542. return ""
  543. }
  544. func (x *SearchAnalysisAccuracyResponse) GetData() *AnalysisAccuracy {
  545. if x != nil {
  546. return x.Data
  547. }
  548. return nil
  549. }
  550. type AnalysisAccuracy struct {
  551. state protoimpl.MessageState
  552. sizeCache protoimpl.SizeCache
  553. unknownFields protoimpl.UnknownFields
  554. Chart *Chart `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart,omitempty"`
  555. Table *Table `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
  556. }
  557. func (x *AnalysisAccuracy) Reset() {
  558. *x = AnalysisAccuracy{}
  559. if protoimpl.UnsafeEnabled {
  560. mi := &file_backend_operation_statistic_proto_msgTypes[7]
  561. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  562. ms.StoreMessageInfo(mi)
  563. }
  564. }
  565. func (x *AnalysisAccuracy) String() string {
  566. return protoimpl.X.MessageStringOf(x)
  567. }
  568. func (*AnalysisAccuracy) ProtoMessage() {}
  569. func (x *AnalysisAccuracy) ProtoReflect() protoreflect.Message {
  570. mi := &file_backend_operation_statistic_proto_msgTypes[7]
  571. if protoimpl.UnsafeEnabled && x != nil {
  572. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  573. if ms.LoadMessageInfo() == nil {
  574. ms.StoreMessageInfo(mi)
  575. }
  576. return ms
  577. }
  578. return mi.MessageOf(x)
  579. }
  580. // Deprecated: Use AnalysisAccuracy.ProtoReflect.Descriptor instead.
  581. func (*AnalysisAccuracy) Descriptor() ([]byte, []int) {
  582. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{7}
  583. }
  584. func (x *AnalysisAccuracy) GetChart() *Chart {
  585. if x != nil {
  586. return x.Chart
  587. }
  588. return nil
  589. }
  590. func (x *AnalysisAccuracy) GetTable() *Table {
  591. if x != nil {
  592. return x.Table
  593. }
  594. return nil
  595. }
  596. type Chart struct {
  597. state protoimpl.MessageState
  598. sizeCache protoimpl.SizeCache
  599. unknownFields protoimpl.UnknownFields
  600. MixedFodderAccurateRatio *CommonValueRatio `protobuf:"bytes,4,opt,name=mixed_fodder_accurate_ratio,json=mixedFodderAccurateRatio,proto3" json:"mixed_fodder_accurate_ratio,omitempty"` // 混料准确率
  601. MixedFodderCorrectRatio *CommonValueRatio `protobuf:"bytes,5,opt,name=mixed_fodder_correct_ratio,json=mixedFodderCorrectRatio,proto3" json:"mixed_fodder_correct_ratio,omitempty"` // 混料正确率
  602. SprinkleFodderAccurateRatio *CommonValueRatio `protobuf:"bytes,6,opt,name=sprinkle_fodder_accurate_ratio,json=sprinkleFodderAccurateRatio,proto3" json:"sprinkle_fodder_accurate_ratio,omitempty"` // 撒料准确率
  603. SprinkleFodderCorrectRatio *CommonValueRatio `protobuf:"bytes,7,opt,name=sprinkle_fodder_correct_ratio,json=sprinkleFodderCorrectRatio,proto3" json:"sprinkle_fodder_correct_ratio,omitempty"` // 撒料正确率
  604. }
  605. func (x *Chart) Reset() {
  606. *x = Chart{}
  607. if protoimpl.UnsafeEnabled {
  608. mi := &file_backend_operation_statistic_proto_msgTypes[8]
  609. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  610. ms.StoreMessageInfo(mi)
  611. }
  612. }
  613. func (x *Chart) String() string {
  614. return protoimpl.X.MessageStringOf(x)
  615. }
  616. func (*Chart) ProtoMessage() {}
  617. func (x *Chart) ProtoReflect() protoreflect.Message {
  618. mi := &file_backend_operation_statistic_proto_msgTypes[8]
  619. if protoimpl.UnsafeEnabled && x != nil {
  620. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  621. if ms.LoadMessageInfo() == nil {
  622. ms.StoreMessageInfo(mi)
  623. }
  624. return ms
  625. }
  626. return mi.MessageOf(x)
  627. }
  628. // Deprecated: Use Chart.ProtoReflect.Descriptor instead.
  629. func (*Chart) Descriptor() ([]byte, []int) {
  630. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{8}
  631. }
  632. func (x *Chart) GetMixedFodderAccurateRatio() *CommonValueRatio {
  633. if x != nil {
  634. return x.MixedFodderAccurateRatio
  635. }
  636. return nil
  637. }
  638. func (x *Chart) GetMixedFodderCorrectRatio() *CommonValueRatio {
  639. if x != nil {
  640. return x.MixedFodderCorrectRatio
  641. }
  642. return nil
  643. }
  644. func (x *Chart) GetSprinkleFodderAccurateRatio() *CommonValueRatio {
  645. if x != nil {
  646. return x.SprinkleFodderAccurateRatio
  647. }
  648. return nil
  649. }
  650. func (x *Chart) GetSprinkleFodderCorrectRatio() *CommonValueRatio {
  651. if x != nil {
  652. return x.SprinkleFodderCorrectRatio
  653. }
  654. return nil
  655. }
  656. type Table struct {
  657. state protoimpl.MessageState
  658. sizeCache protoimpl.SizeCache
  659. unknownFields protoimpl.UnknownFields
  660. TableList []*Table_TableList `protobuf:"bytes,1,rep,name=table_list,json=tableList,proto3" json:"table_list,omitempty"`
  661. }
  662. func (x *Table) Reset() {
  663. *x = Table{}
  664. if protoimpl.UnsafeEnabled {
  665. mi := &file_backend_operation_statistic_proto_msgTypes[9]
  666. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  667. ms.StoreMessageInfo(mi)
  668. }
  669. }
  670. func (x *Table) String() string {
  671. return protoimpl.X.MessageStringOf(x)
  672. }
  673. func (*Table) ProtoMessage() {}
  674. func (x *Table) ProtoReflect() protoreflect.Message {
  675. mi := &file_backend_operation_statistic_proto_msgTypes[9]
  676. if protoimpl.UnsafeEnabled && x != nil {
  677. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  678. if ms.LoadMessageInfo() == nil {
  679. ms.StoreMessageInfo(mi)
  680. }
  681. return ms
  682. }
  683. return mi.MessageOf(x)
  684. }
  685. // Deprecated: Use Table.ProtoReflect.Descriptor instead.
  686. func (*Table) Descriptor() ([]byte, []int) {
  687. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{9}
  688. }
  689. func (x *Table) GetTableList() []*Table_TableList {
  690. if x != nil {
  691. return x.TableList
  692. }
  693. return nil
  694. }
  695. type CommonValueRatio struct {
  696. state protoimpl.MessageState
  697. sizeCache protoimpl.SizeCache
  698. unknownFields protoimpl.UnknownFields
  699. MaxValue string `protobuf:"bytes,1,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"` // 最高值
  700. MiddleValue string `protobuf:"bytes,2,opt,name=middle_value,json=middleValue,proto3" json:"middle_value,omitempty"` // 中位值
  701. MinValue string `protobuf:"bytes,3,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"` // 最低值
  702. DataList []*ValueRatio `protobuf:"bytes,4,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"` // 数据集合
  703. PastureName []string `protobuf:"bytes,5,rep,name=pasture_name,json=pastureName,proto3" json:"pasture_name,omitempty"` // 牧场名称集合
  704. DateDay []string `protobuf:"bytes,6,rep,name=date_day,json=dateDay,proto3" json:"date_day,omitempty"` // 日期集合
  705. }
  706. func (x *CommonValueRatio) Reset() {
  707. *x = CommonValueRatio{}
  708. if protoimpl.UnsafeEnabled {
  709. mi := &file_backend_operation_statistic_proto_msgTypes[10]
  710. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  711. ms.StoreMessageInfo(mi)
  712. }
  713. }
  714. func (x *CommonValueRatio) String() string {
  715. return protoimpl.X.MessageStringOf(x)
  716. }
  717. func (*CommonValueRatio) ProtoMessage() {}
  718. func (x *CommonValueRatio) ProtoReflect() protoreflect.Message {
  719. mi := &file_backend_operation_statistic_proto_msgTypes[10]
  720. if protoimpl.UnsafeEnabled && x != nil {
  721. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  722. if ms.LoadMessageInfo() == nil {
  723. ms.StoreMessageInfo(mi)
  724. }
  725. return ms
  726. }
  727. return mi.MessageOf(x)
  728. }
  729. // Deprecated: Use CommonValueRatio.ProtoReflect.Descriptor instead.
  730. func (*CommonValueRatio) Descriptor() ([]byte, []int) {
  731. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{10}
  732. }
  733. func (x *CommonValueRatio) GetMaxValue() string {
  734. if x != nil {
  735. return x.MaxValue
  736. }
  737. return ""
  738. }
  739. func (x *CommonValueRatio) GetMiddleValue() string {
  740. if x != nil {
  741. return x.MiddleValue
  742. }
  743. return ""
  744. }
  745. func (x *CommonValueRatio) GetMinValue() string {
  746. if x != nil {
  747. return x.MinValue
  748. }
  749. return ""
  750. }
  751. func (x *CommonValueRatio) GetDataList() []*ValueRatio {
  752. if x != nil {
  753. return x.DataList
  754. }
  755. return nil
  756. }
  757. func (x *CommonValueRatio) GetPastureName() []string {
  758. if x != nil {
  759. return x.PastureName
  760. }
  761. return nil
  762. }
  763. func (x *CommonValueRatio) GetDateDay() []string {
  764. if x != nil {
  765. return x.DateDay
  766. }
  767. return nil
  768. }
  769. type ValueRatio struct {
  770. state protoimpl.MessageState
  771. sizeCache protoimpl.SizeCache
  772. unknownFields protoimpl.UnknownFields
  773. ValueRatio []string `protobuf:"bytes,1,rep,name=value_ratio,json=valueRatio,proto3" json:"value_ratio,omitempty"`
  774. }
  775. func (x *ValueRatio) Reset() {
  776. *x = ValueRatio{}
  777. if protoimpl.UnsafeEnabled {
  778. mi := &file_backend_operation_statistic_proto_msgTypes[11]
  779. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  780. ms.StoreMessageInfo(mi)
  781. }
  782. }
  783. func (x *ValueRatio) String() string {
  784. return protoimpl.X.MessageStringOf(x)
  785. }
  786. func (*ValueRatio) ProtoMessage() {}
  787. func (x *ValueRatio) ProtoReflect() protoreflect.Message {
  788. mi := &file_backend_operation_statistic_proto_msgTypes[11]
  789. if protoimpl.UnsafeEnabled && x != nil {
  790. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  791. if ms.LoadMessageInfo() == nil {
  792. ms.StoreMessageInfo(mi)
  793. }
  794. return ms
  795. }
  796. return mi.MessageOf(x)
  797. }
  798. // Deprecated: Use ValueRatio.ProtoReflect.Descriptor instead.
  799. func (*ValueRatio) Descriptor() ([]byte, []int) {
  800. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{11}
  801. }
  802. func (x *ValueRatio) GetValueRatio() []string {
  803. if x != nil {
  804. return x.ValueRatio
  805. }
  806. return nil
  807. }
  808. type Table_TableList struct {
  809. state protoimpl.MessageState
  810. sizeCache protoimpl.SizeCache
  811. unknownFields protoimpl.UnknownFields
  812. Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
  813. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
  814. }
  815. func (x *Table_TableList) Reset() {
  816. *x = Table_TableList{}
  817. if protoimpl.UnsafeEnabled {
  818. mi := &file_backend_operation_statistic_proto_msgTypes[12]
  819. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  820. ms.StoreMessageInfo(mi)
  821. }
  822. }
  823. func (x *Table_TableList) String() string {
  824. return protoimpl.X.MessageStringOf(x)
  825. }
  826. func (*Table_TableList) ProtoMessage() {}
  827. func (x *Table_TableList) ProtoReflect() protoreflect.Message {
  828. mi := &file_backend_operation_statistic_proto_msgTypes[12]
  829. if protoimpl.UnsafeEnabled && x != nil {
  830. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  831. if ms.LoadMessageInfo() == nil {
  832. ms.StoreMessageInfo(mi)
  833. }
  834. return ms
  835. }
  836. return mi.MessageOf(x)
  837. }
  838. // Deprecated: Use Table_TableList.ProtoReflect.Descriptor instead.
  839. func (*Table_TableList) Descriptor() ([]byte, []int) {
  840. return file_backend_operation_statistic_proto_rawDescGZIP(), []int{9, 0}
  841. }
  842. func (x *Table_TableList) GetId() int32 {
  843. if x != nil {
  844. return x.Id
  845. }
  846. return 0
  847. }
  848. func (x *Table_TableList) GetName() string {
  849. if x != nil {
  850. return x.Name
  851. }
  852. return ""
  853. }
  854. var File_backend_operation_statistic_proto protoreflect.FileDescriptor
  855. var file_backend_operation_statistic_proto_rawDesc = []byte{
  856. 0x0a, 0x21, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
  857. 0x69, 0x6f, 0x6e, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x2e, 0x70, 0x72,
  858. 0x6f, 0x74, 0x6f, 0x12, 0x11, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65,
  859. 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x22, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f,
  860. 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61,
  861. 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x62, 0x61, 0x63, 0x6b,
  862. 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x6e,
  863. 0x75, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xb1, 0x02, 0x0a, 0x1c, 0x53, 0x65, 0x61,
  864. 0x72, 0x63, 0x68, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x45, 0x73, 0x74, 0x69, 0x6d, 0x61,
  865. 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61,
  866. 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
  867. 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f,
  868. 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54,
  869. 0x69, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x74, 0x79,
  870. 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68,
  871. 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
  872. 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65, 0x12,
  873. 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20,
  874. 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x1f,
  875. 0x0a, 0x0b, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20,
  876. 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x49, 0x64, 0x12,
  877. 0x17, 0x0a, 0x07, 0x62, 0x61, 0x72, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05,
  878. 0x52, 0x06, 0x62, 0x61, 0x72, 0x6e, 0x49, 0x64, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69,
  879. 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62,
  880. 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  881. 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c,
  882. 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xf7, 0x01, 0x0a,
  883. 0x20, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79,
  884. 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  885. 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,
  886. 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65,
  887. 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
  888. 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x61,
  889. 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61,
  890. 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x66, 0x65, 0x65, 0x64, 0x5f, 0x6e,
  891. 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x65, 0x65, 0x64, 0x4e,
  892. 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69,
  893. 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65,
  894. 0x49, 0x64, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  895. 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64,
  896. 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e,
  897. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69,
  898. 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xbb, 0x02, 0x0a, 0x24, 0x53, 0x65, 0x61, 0x72, 0x63,
  899. 0x68, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x61, 0x74, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x73, 0x53, 0x74,
  900. 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  901. 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20,
  902. 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19,
  903. 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  904. 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69,
  905. 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69,
  906. 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f,
  907. 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72,
  908. 0x65, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63, 0x68, 0x65,
  909. 0x63, 0x6b, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x43,
  910. 0x68, 0x65, 0x63, 0x6b, 0x12, 0x1d, 0x0a, 0x0a, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x68, 0x65,
  911. 0x63, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x74, 0x79, 0x70, 0x65, 0x43, 0x68,
  912. 0x65, 0x63, 0x6b, 0x12, 0x1b, 0x0a, 0x09, 0x66, 0x65, 0x65, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
  913. 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x65, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65,
  914. 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08,
  915. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
  916. 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
  917. 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61,
  918. 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xd7, 0x02, 0x0a, 0x1b, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x46,
  919. 0x65, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71,
  920. 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69,
  921. 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54,
  922. 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  923. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x70, 0x69, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1d,
  924. 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01,
  925. 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x29, 0x0a,
  926. 0x10, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74,
  927. 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61,
  928. 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x61, 0x72, 0x6e,
  929. 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x62, 0x61, 0x72,
  930. 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x30, 0x0a, 0x14, 0x63, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f,
  931. 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20,
  932. 0x01, 0x28, 0x09, 0x52, 0x12, 0x63, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  933. 0x6f, 0x72, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6c, 0x61, 0x73, 0x73,
  934. 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63,
  935. 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61,
  936. 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22,
  937. 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  938. 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64,
  939. 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa8,
  940. 0x01, 0x0a, 0x1a, 0x46, 0x65, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74,
  941. 0x69, 0x73, 0x74, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a,
  942. 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
  943. 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08,
  944. 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  945. 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x73, 0x74, 0x75,
  946. 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x73,
  947. 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
  948. 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x19,
  949. 0x0a, 0x08, 0x61, 0x70, 0x69, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  950. 0x52, 0x07, 0x61, 0x70, 0x69, 0x54, 0x79, 0x70, 0x65, 0x22, 0x8b, 0x02, 0x0a, 0x1d, 0x53, 0x65,
  951. 0x61, 0x72, 0x63, 0x68, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75,
  952. 0x72, 0x61, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x67, 0x0a, 0x19, 0x63,
  953. 0x61, 0x74, 0x74, 0x6c, 0x65, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x61, 0x74,
  954. 0x65, 0x67, 0x6f, 0x72, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c,
  955. 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  956. 0x6f, 0x6e, 0x2e, 0x43, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72,
  957. 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x16, 0x63, 0x61,
  958. 0x74, 0x74, 0x6c, 0x65, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f,
  959. 0x72, 0x79, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x66, 0x65, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72,
  960. 0x6d, 0x75, 0x6c, 0x61, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x66,
  961. 0x65, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a,
  962. 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  963. 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x44, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x65,
  964. 0x6e, 0x64, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x65,
  965. 0x6e, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72,
  966. 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0a, 0x70, 0x61, 0x73,
  967. 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x73, 0x22, 0x7f, 0x0a, 0x1e, 0x53, 0x65, 0x61, 0x72, 0x63,
  968. 0x68, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63,
  969. 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64,
  970. 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a,
  971. 0x03, 0x6d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6d, 0x73, 0x67, 0x12,
  972. 0x37, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e,
  973. 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  974. 0x6e, 0x2e, 0x41, 0x6e, 0x61, 0x6c, 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61,
  975. 0x63, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x72, 0x0a, 0x10, 0x41, 0x6e, 0x61, 0x6c,
  976. 0x79, 0x73, 0x69, 0x73, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x63, 0x79, 0x12, 0x2e, 0x0a, 0x05,
  977. 0x63, 0x68, 0x61, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61,
  978. 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
  979. 0x43, 0x68, 0x61, 0x72, 0x74, 0x52, 0x05, 0x63, 0x68, 0x61, 0x72, 0x74, 0x12, 0x2e, 0x0a, 0x05,
  980. 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x61,
  981. 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
  982. 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x9f, 0x03, 0x0a,
  983. 0x05, 0x43, 0x68, 0x61, 0x72, 0x74, 0x12, 0x62, 0x0a, 0x1b, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x5f,
  984. 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x5f,
  985. 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61,
  986. 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
  987. 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f,
  988. 0x52, 0x18, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x41, 0x63, 0x63,
  989. 0x75, 0x72, 0x61, 0x74, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x60, 0x0a, 0x1a, 0x6d, 0x69,
  990. 0x78, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x72, 0x72, 0x65,
  991. 0x63, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23,
  992. 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  993. 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61,
  994. 0x74, 0x69, 0x6f, 0x52, 0x17, 0x6d, 0x69, 0x78, 0x65, 0x64, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72,
  995. 0x43, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x68, 0x0a, 0x1e,
  996. 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f,
  997. 0x61, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x06,
  998. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
  999. 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56,
  1000. 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52, 0x1b, 0x73, 0x70, 0x72, 0x69, 0x6e,
  1001. 0x6b, 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x41, 0x63, 0x63, 0x75, 0x72, 0x61, 0x74,
  1002. 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x66, 0x0a, 0x1d, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b,
  1003. 0x6c, 0x65, 0x5f, 0x66, 0x6f, 0x64, 0x64, 0x65, 0x72, 0x5f, 0x63, 0x6f, 0x72, 0x72, 0x65, 0x63,
  1004. 0x74, 0x5f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e,
  1005. 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  1006. 0x6e, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74,
  1007. 0x69, 0x6f, 0x52, 0x1a, 0x73, 0x70, 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x46, 0x6f, 0x64, 0x64,
  1008. 0x65, 0x72, 0x43, 0x6f, 0x72, 0x72, 0x65, 0x63, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x22, 0x7b,
  1009. 0x0a, 0x05, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x41, 0x0a, 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65,
  1010. 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61,
  1011. 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
  1012. 0x54, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52,
  1013. 0x09, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x2f, 0x0a, 0x09, 0x54, 0x61,
  1014. 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
  1015. 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  1016. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xe9, 0x01, 0x0a, 0x10,
  1017. 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f,
  1018. 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x78, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20,
  1019. 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x78, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x21, 0x0a,
  1020. 0x0c, 0x6d, 0x69, 0x64, 0x64, 0x6c, 0x65, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
  1021. 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x69, 0x64, 0x64, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65,
  1022. 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x69, 0x6e, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20,
  1023. 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x69, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x3a, 0x0a,
  1024. 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b,
  1025. 0x32, 0x1d, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61,
  1026. 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x52,
  1027. 0x08, 0x64, 0x61, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x61, 0x73,
  1028. 0x74, 0x75, 0x72, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52,
  1029. 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x19, 0x0a, 0x08,
  1030. 0x64, 0x61, 0x74, 0x65, 0x5f, 0x64, 0x61, 0x79, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07,
  1031. 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x79, 0x22, 0x2d, 0x0a, 0x0a, 0x56, 0x61, 0x6c, 0x75, 0x65,
  1032. 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x1f, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x72,
  1033. 0x61, 0x74, 0x69, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x61, 0x6c, 0x75,
  1034. 0x65, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72,
  1035. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1036. }
  1037. var (
  1038. file_backend_operation_statistic_proto_rawDescOnce sync.Once
  1039. file_backend_operation_statistic_proto_rawDescData = file_backend_operation_statistic_proto_rawDesc
  1040. )
  1041. func file_backend_operation_statistic_proto_rawDescGZIP() []byte {
  1042. file_backend_operation_statistic_proto_rawDescOnce.Do(func() {
  1043. file_backend_operation_statistic_proto_rawDescData = protoimpl.X.CompressGZIP(file_backend_operation_statistic_proto_rawDescData)
  1044. })
  1045. return file_backend_operation_statistic_proto_rawDescData
  1046. }
  1047. var file_backend_operation_statistic_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
  1048. var file_backend_operation_statistic_proto_goTypes = []interface{}{
  1049. (*SearchFormulaEstimateRequest)(nil), // 0: backend.operation.SearchFormulaEstimateRequest
  1050. (*SearchInventoryStatisticsRequest)(nil), // 1: backend.operation.SearchInventoryStatisticsRequest
  1051. (*SearchUserMaterialsStatisticsRequest)(nil), // 2: backend.operation.SearchUserMaterialsStatisticsRequest
  1052. (*SearchFeedStatisticsRequest)(nil), // 3: backend.operation.SearchFeedStatisticsRequest
  1053. (*FeedChartStatisticsRequest)(nil), // 4: backend.operation.FeedChartStatisticsRequest
  1054. (*SearchAnalysisAccuracyRequest)(nil), // 5: backend.operation.SearchAnalysisAccuracyRequest
  1055. (*SearchAnalysisAccuracyResponse)(nil), // 6: backend.operation.SearchAnalysisAccuracyResponse
  1056. (*AnalysisAccuracy)(nil), // 7: backend.operation.AnalysisAccuracy
  1057. (*Chart)(nil), // 8: backend.operation.Chart
  1058. (*Table)(nil), // 9: backend.operation.Table
  1059. (*CommonValueRatio)(nil), // 10: backend.operation.CommonValueRatio
  1060. (*ValueRatio)(nil), // 11: backend.operation.ValueRatio
  1061. (*Table_TableList)(nil), // 12: backend.operation.Table.TableList
  1062. (*PaginationModel)(nil), // 13: backend.operation.PaginationModel
  1063. (CattleCategoryParent_Kind)(0), // 14: backend.operation.CattleCategoryParent.Kind
  1064. }
  1065. var file_backend_operation_statistic_proto_depIdxs = []int32{
  1066. 13, // 0: backend.operation.SearchFormulaEstimateRequest.pagination:type_name -> backend.operation.PaginationModel
  1067. 13, // 1: backend.operation.SearchInventoryStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
  1068. 13, // 2: backend.operation.SearchUserMaterialsStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
  1069. 13, // 3: backend.operation.SearchFeedStatisticsRequest.pagination:type_name -> backend.operation.PaginationModel
  1070. 14, // 4: backend.operation.SearchAnalysisAccuracyRequest.cattle_parent_category_id:type_name -> backend.operation.CattleCategoryParent.Kind
  1071. 7, // 5: backend.operation.SearchAnalysisAccuracyResponse.data:type_name -> backend.operation.AnalysisAccuracy
  1072. 8, // 6: backend.operation.AnalysisAccuracy.chart:type_name -> backend.operation.Chart
  1073. 9, // 7: backend.operation.AnalysisAccuracy.table:type_name -> backend.operation.Table
  1074. 10, // 8: backend.operation.Chart.mixed_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
  1075. 10, // 9: backend.operation.Chart.mixed_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
  1076. 10, // 10: backend.operation.Chart.sprinkle_fodder_accurate_ratio:type_name -> backend.operation.CommonValueRatio
  1077. 10, // 11: backend.operation.Chart.sprinkle_fodder_correct_ratio:type_name -> backend.operation.CommonValueRatio
  1078. 12, // 12: backend.operation.Table.table_list:type_name -> backend.operation.Table.TableList
  1079. 11, // 13: backend.operation.CommonValueRatio.data_list:type_name -> backend.operation.ValueRatio
  1080. 14, // [14:14] is the sub-list for method output_type
  1081. 14, // [14:14] is the sub-list for method input_type
  1082. 14, // [14:14] is the sub-list for extension type_name
  1083. 14, // [14:14] is the sub-list for extension extendee
  1084. 0, // [0:14] is the sub-list for field type_name
  1085. }
  1086. func init() { file_backend_operation_statistic_proto_init() }
  1087. func file_backend_operation_statistic_proto_init() {
  1088. if File_backend_operation_statistic_proto != nil {
  1089. return
  1090. }
  1091. file_backend_operation_pagination_proto_init()
  1092. file_backend_operation_enum_proto_init()
  1093. if !protoimpl.UnsafeEnabled {
  1094. file_backend_operation_statistic_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1095. switch v := v.(*SearchFormulaEstimateRequest); i {
  1096. case 0:
  1097. return &v.state
  1098. case 1:
  1099. return &v.sizeCache
  1100. case 2:
  1101. return &v.unknownFields
  1102. default:
  1103. return nil
  1104. }
  1105. }
  1106. file_backend_operation_statistic_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1107. switch v := v.(*SearchInventoryStatisticsRequest); i {
  1108. case 0:
  1109. return &v.state
  1110. case 1:
  1111. return &v.sizeCache
  1112. case 2:
  1113. return &v.unknownFields
  1114. default:
  1115. return nil
  1116. }
  1117. }
  1118. file_backend_operation_statistic_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1119. switch v := v.(*SearchUserMaterialsStatisticsRequest); i {
  1120. case 0:
  1121. return &v.state
  1122. case 1:
  1123. return &v.sizeCache
  1124. case 2:
  1125. return &v.unknownFields
  1126. default:
  1127. return nil
  1128. }
  1129. }
  1130. file_backend_operation_statistic_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1131. switch v := v.(*SearchFeedStatisticsRequest); i {
  1132. case 0:
  1133. return &v.state
  1134. case 1:
  1135. return &v.sizeCache
  1136. case 2:
  1137. return &v.unknownFields
  1138. default:
  1139. return nil
  1140. }
  1141. }
  1142. file_backend_operation_statistic_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1143. switch v := v.(*FeedChartStatisticsRequest); i {
  1144. case 0:
  1145. return &v.state
  1146. case 1:
  1147. return &v.sizeCache
  1148. case 2:
  1149. return &v.unknownFields
  1150. default:
  1151. return nil
  1152. }
  1153. }
  1154. file_backend_operation_statistic_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1155. switch v := v.(*SearchAnalysisAccuracyRequest); i {
  1156. case 0:
  1157. return &v.state
  1158. case 1:
  1159. return &v.sizeCache
  1160. case 2:
  1161. return &v.unknownFields
  1162. default:
  1163. return nil
  1164. }
  1165. }
  1166. file_backend_operation_statistic_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1167. switch v := v.(*SearchAnalysisAccuracyResponse); i {
  1168. case 0:
  1169. return &v.state
  1170. case 1:
  1171. return &v.sizeCache
  1172. case 2:
  1173. return &v.unknownFields
  1174. default:
  1175. return nil
  1176. }
  1177. }
  1178. file_backend_operation_statistic_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1179. switch v := v.(*AnalysisAccuracy); i {
  1180. case 0:
  1181. return &v.state
  1182. case 1:
  1183. return &v.sizeCache
  1184. case 2:
  1185. return &v.unknownFields
  1186. default:
  1187. return nil
  1188. }
  1189. }
  1190. file_backend_operation_statistic_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1191. switch v := v.(*Chart); i {
  1192. case 0:
  1193. return &v.state
  1194. case 1:
  1195. return &v.sizeCache
  1196. case 2:
  1197. return &v.unknownFields
  1198. default:
  1199. return nil
  1200. }
  1201. }
  1202. file_backend_operation_statistic_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1203. switch v := v.(*Table); i {
  1204. case 0:
  1205. return &v.state
  1206. case 1:
  1207. return &v.sizeCache
  1208. case 2:
  1209. return &v.unknownFields
  1210. default:
  1211. return nil
  1212. }
  1213. }
  1214. file_backend_operation_statistic_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1215. switch v := v.(*CommonValueRatio); i {
  1216. case 0:
  1217. return &v.state
  1218. case 1:
  1219. return &v.sizeCache
  1220. case 2:
  1221. return &v.unknownFields
  1222. default:
  1223. return nil
  1224. }
  1225. }
  1226. file_backend_operation_statistic_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1227. switch v := v.(*ValueRatio); i {
  1228. case 0:
  1229. return &v.state
  1230. case 1:
  1231. return &v.sizeCache
  1232. case 2:
  1233. return &v.unknownFields
  1234. default:
  1235. return nil
  1236. }
  1237. }
  1238. file_backend_operation_statistic_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1239. switch v := v.(*Table_TableList); i {
  1240. case 0:
  1241. return &v.state
  1242. case 1:
  1243. return &v.sizeCache
  1244. case 2:
  1245. return &v.unknownFields
  1246. default:
  1247. return nil
  1248. }
  1249. }
  1250. }
  1251. type x struct{}
  1252. out := protoimpl.TypeBuilder{
  1253. File: protoimpl.DescBuilder{
  1254. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1255. RawDescriptor: file_backend_operation_statistic_proto_rawDesc,
  1256. NumEnums: 0,
  1257. NumMessages: 13,
  1258. NumExtensions: 0,
  1259. NumServices: 0,
  1260. },
  1261. GoTypes: file_backend_operation_statistic_proto_goTypes,
  1262. DependencyIndexes: file_backend_operation_statistic_proto_depIdxs,
  1263. MessageInfos: file_backend_operation_statistic_proto_msgTypes,
  1264. }.Build()
  1265. File_backend_operation_statistic_proto = out.File
  1266. file_backend_operation_statistic_proto_rawDesc = nil
  1267. file_backend_operation_statistic_proto_goTypes = nil
  1268. file_backend_operation_statistic_proto_depIdxs = nil
  1269. }