enum.pb.go 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  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/enum.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 IsShow_Kind int32
  20. const (
  21. IsShow_INVALID IsShow_Kind = 0 // 无效
  22. IsShow_OK IsShow_Kind = 1 // 是
  23. IsShow_NO IsShow_Kind = 2 // 否
  24. )
  25. // Enum value maps for IsShow_Kind.
  26. var (
  27. IsShow_Kind_name = map[int32]string{
  28. 0: "INVALID",
  29. 1: "OK",
  30. 2: "NO",
  31. }
  32. IsShow_Kind_value = map[string]int32{
  33. "INVALID": 0,
  34. "OK": 1,
  35. "NO": 2,
  36. }
  37. )
  38. func (x IsShow_Kind) Enum() *IsShow_Kind {
  39. p := new(IsShow_Kind)
  40. *p = x
  41. return p
  42. }
  43. func (x IsShow_Kind) String() string {
  44. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  45. }
  46. func (IsShow_Kind) Descriptor() protoreflect.EnumDescriptor {
  47. return file_backend_operation_enum_proto_enumTypes[0].Descriptor()
  48. }
  49. func (IsShow_Kind) Type() protoreflect.EnumType {
  50. return &file_backend_operation_enum_proto_enumTypes[0]
  51. }
  52. func (x IsShow_Kind) Number() protoreflect.EnumNumber {
  53. return protoreflect.EnumNumber(x)
  54. }
  55. // Deprecated: Use IsShow_Kind.Descriptor instead.
  56. func (IsShow_Kind) EnumDescriptor() ([]byte, []int) {
  57. return file_backend_operation_enum_proto_rawDescGZIP(), []int{0, 0}
  58. }
  59. type CattleCategoryParent_Kind int32
  60. const (
  61. CattleCategoryParent_INVALID CattleCategoryParent_Kind = 0 // 无效
  62. CattleCategoryParent_LACTATION_CAW CattleCategoryParent_Kind = 1 // 泌乳牛
  63. CattleCategoryParent_FATTEN_CAW CattleCategoryParent_Kind = 2 // 育肥牛
  64. CattleCategoryParent_RESERVE_CAW CattleCategoryParent_Kind = 3 // 后备牛
  65. CattleCategoryParent_DRY_CAW CattleCategoryParent_Kind = 4 // 干奶牛
  66. CattleCategoryParent_PERINATAL_CAW CattleCategoryParent_Kind = 5 // 围产牛
  67. CattleCategoryParent_OTHER_CAW CattleCategoryParent_Kind = 6 // 其他
  68. )
  69. // Enum value maps for CattleCategoryParent_Kind.
  70. var (
  71. CattleCategoryParent_Kind_name = map[int32]string{
  72. 0: "INVALID",
  73. 1: "LACTATION_CAW",
  74. 2: "FATTEN_CAW",
  75. 3: "RESERVE_CAW",
  76. 4: "DRY_CAW",
  77. 5: "PERINATAL_CAW",
  78. 6: "OTHER_CAW",
  79. }
  80. CattleCategoryParent_Kind_value = map[string]int32{
  81. "INVALID": 0,
  82. "LACTATION_CAW": 1,
  83. "FATTEN_CAW": 2,
  84. "RESERVE_CAW": 3,
  85. "DRY_CAW": 4,
  86. "PERINATAL_CAW": 5,
  87. "OTHER_CAW": 6,
  88. }
  89. )
  90. func (x CattleCategoryParent_Kind) Enum() *CattleCategoryParent_Kind {
  91. p := new(CattleCategoryParent_Kind)
  92. *p = x
  93. return p
  94. }
  95. func (x CattleCategoryParent_Kind) String() string {
  96. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  97. }
  98. func (CattleCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {
  99. return file_backend_operation_enum_proto_enumTypes[1].Descriptor()
  100. }
  101. func (CattleCategoryParent_Kind) Type() protoreflect.EnumType {
  102. return &file_backend_operation_enum_proto_enumTypes[1]
  103. }
  104. func (x CattleCategoryParent_Kind) Number() protoreflect.EnumNumber {
  105. return protoreflect.EnumNumber(x)
  106. }
  107. // Deprecated: Use CattleCategoryParent_Kind.Descriptor instead.
  108. func (CattleCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {
  109. return file_backend_operation_enum_proto_rawDescGZIP(), []int{1, 0}
  110. }
  111. type ForageCategoryParent_Kind int32
  112. const (
  113. ForageCategoryParent_INVALID ForageCategoryParent_Kind = 0 // 无效
  114. ForageCategoryParent_ROUGHAGE ForageCategoryParent_Kind = 1 // 粗料
  115. ForageCategoryParent_CONCENTRATE ForageCategoryParent_Kind = 2 // 精料(浓缩料)
  116. ForageCategoryParent_HALF_ROUGHAGE_HALF_CONCENTRATE ForageCategoryParent_Kind = 3 // 粗料精料各半
  117. ForageCategoryParent_OTHER ForageCategoryParent_Kind = 4 // 其他
  118. )
  119. // Enum value maps for ForageCategoryParent_Kind.
  120. var (
  121. ForageCategoryParent_Kind_name = map[int32]string{
  122. 0: "INVALID",
  123. 1: "ROUGHAGE",
  124. 2: "CONCENTRATE",
  125. 3: "HALF_ROUGHAGE_HALF_CONCENTRATE",
  126. 4: "OTHER",
  127. }
  128. ForageCategoryParent_Kind_value = map[string]int32{
  129. "INVALID": 0,
  130. "ROUGHAGE": 1,
  131. "CONCENTRATE": 2,
  132. "HALF_ROUGHAGE_HALF_CONCENTRATE": 3,
  133. "OTHER": 4,
  134. }
  135. )
  136. func (x ForageCategoryParent_Kind) Enum() *ForageCategoryParent_Kind {
  137. p := new(ForageCategoryParent_Kind)
  138. *p = x
  139. return p
  140. }
  141. func (x ForageCategoryParent_Kind) String() string {
  142. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  143. }
  144. func (ForageCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {
  145. return file_backend_operation_enum_proto_enumTypes[2].Descriptor()
  146. }
  147. func (ForageCategoryParent_Kind) Type() protoreflect.EnumType {
  148. return &file_backend_operation_enum_proto_enumTypes[2]
  149. }
  150. func (x ForageCategoryParent_Kind) Number() protoreflect.EnumNumber {
  151. return protoreflect.EnumNumber(x)
  152. }
  153. // Deprecated: Use ForageCategoryParent_Kind.Descriptor instead.
  154. func (ForageCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {
  155. return file_backend_operation_enum_proto_rawDescGZIP(), []int{2, 0}
  156. }
  157. type ForageSource_Kind int32
  158. const (
  159. ForageSource_INVALID ForageSource_Kind = 0 // 无效
  160. ForageSource_SYSTEM_BUILT_IN ForageSource_Kind = 1 // 系统内置
  161. ForageSource_USER_DEFINED ForageSource_Kind = 2 // 用户自定义
  162. )
  163. // Enum value maps for ForageSource_Kind.
  164. var (
  165. ForageSource_Kind_name = map[int32]string{
  166. 0: "INVALID",
  167. 1: "SYSTEM_BUILT_IN",
  168. 2: "USER_DEFINED",
  169. }
  170. ForageSource_Kind_value = map[string]int32{
  171. "INVALID": 0,
  172. "SYSTEM_BUILT_IN": 1,
  173. "USER_DEFINED": 2,
  174. }
  175. )
  176. func (x ForageSource_Kind) Enum() *ForageSource_Kind {
  177. p := new(ForageSource_Kind)
  178. *p = x
  179. return p
  180. }
  181. func (x ForageSource_Kind) String() string {
  182. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  183. }
  184. func (ForageSource_Kind) Descriptor() protoreflect.EnumDescriptor {
  185. return file_backend_operation_enum_proto_enumTypes[3].Descriptor()
  186. }
  187. func (ForageSource_Kind) Type() protoreflect.EnumType {
  188. return &file_backend_operation_enum_proto_enumTypes[3]
  189. }
  190. func (x ForageSource_Kind) Number() protoreflect.EnumNumber {
  191. return protoreflect.EnumNumber(x)
  192. }
  193. // Deprecated: Use ForageSource_Kind.Descriptor instead.
  194. func (ForageSource_Kind) EnumDescriptor() ([]byte, []int) {
  195. return file_backend_operation_enum_proto_rawDescGZIP(), []int{3, 0}
  196. }
  197. type JumpDelaType_Kind int32
  198. const (
  199. JumpDelaType_INVALID JumpDelaType_Kind = 0 // 禁用
  200. JumpDelaType_THREE JumpDelaType_Kind = 1 // 3秒
  201. JumpDelaType_SIX JumpDelaType_Kind = 2 // 6秒
  202. JumpDelaType_NINE JumpDelaType_Kind = 3 // 9秒
  203. )
  204. // Enum value maps for JumpDelaType_Kind.
  205. var (
  206. JumpDelaType_Kind_name = map[int32]string{
  207. 0: "INVALID",
  208. 1: "THREE",
  209. 2: "SIX",
  210. 3: "NINE",
  211. }
  212. JumpDelaType_Kind_value = map[string]int32{
  213. "INVALID": 0,
  214. "THREE": 1,
  215. "SIX": 2,
  216. "NINE": 3,
  217. }
  218. )
  219. func (x JumpDelaType_Kind) Enum() *JumpDelaType_Kind {
  220. p := new(JumpDelaType_Kind)
  221. *p = x
  222. return p
  223. }
  224. func (x JumpDelaType_Kind) String() string {
  225. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  226. }
  227. func (JumpDelaType_Kind) Descriptor() protoreflect.EnumDescriptor {
  228. return file_backend_operation_enum_proto_enumTypes[4].Descriptor()
  229. }
  230. func (JumpDelaType_Kind) Type() protoreflect.EnumType {
  231. return &file_backend_operation_enum_proto_enumTypes[4]
  232. }
  233. func (x JumpDelaType_Kind) Number() protoreflect.EnumNumber {
  234. return protoreflect.EnumNumber(x)
  235. }
  236. // Deprecated: Use JumpDelaType_Kind.Descriptor instead.
  237. func (JumpDelaType_Kind) EnumDescriptor() ([]byte, []int) {
  238. return file_backend_operation_enum_proto_rawDescGZIP(), []int{4, 0}
  239. }
  240. type ForagePlanType_Kind int32
  241. const (
  242. ForagePlanType_INVALID ForagePlanType_Kind = 0 // 无
  243. ForagePlanType_FORKLIFT ForagePlanType_Kind = 1 // 铲车
  244. ForagePlanType_CONCENTRATE ForagePlanType_Kind = 2 // 精料
  245. )
  246. // Enum value maps for ForagePlanType_Kind.
  247. var (
  248. ForagePlanType_Kind_name = map[int32]string{
  249. 0: "INVALID",
  250. 1: "FORKLIFT",
  251. 2: "CONCENTRATE",
  252. }
  253. ForagePlanType_Kind_value = map[string]int32{
  254. "INVALID": 0,
  255. "FORKLIFT": 1,
  256. "CONCENTRATE": 2,
  257. }
  258. )
  259. func (x ForagePlanType_Kind) Enum() *ForagePlanType_Kind {
  260. p := new(ForagePlanType_Kind)
  261. *p = x
  262. return p
  263. }
  264. func (x ForagePlanType_Kind) String() string {
  265. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  266. }
  267. func (ForagePlanType_Kind) Descriptor() protoreflect.EnumDescriptor {
  268. return file_backend_operation_enum_proto_enumTypes[5].Descriptor()
  269. }
  270. func (ForagePlanType_Kind) Type() protoreflect.EnumType {
  271. return &file_backend_operation_enum_proto_enumTypes[5]
  272. }
  273. func (x ForagePlanType_Kind) Number() protoreflect.EnumNumber {
  274. return protoreflect.EnumNumber(x)
  275. }
  276. // Deprecated: Use ForagePlanType_Kind.Descriptor instead.
  277. func (ForagePlanType_Kind) EnumDescriptor() ([]byte, []int) {
  278. return file_backend_operation_enum_proto_rawDescGZIP(), []int{5, 0}
  279. }
  280. type DataSource_Kind int32
  281. const (
  282. DataSource_INVALID DataSource_Kind = 0 // 无
  283. DataSource_BACKGROUND_ADD DataSource_Kind = 1 // 后台手动添加
  284. DataSource_EXCEL_IMPORT DataSource_Kind = 2 // excel报表导入
  285. DataSource_FROM_PASTURE DataSource_Kind = 3 // 来自牧场
  286. )
  287. // Enum value maps for DataSource_Kind.
  288. var (
  289. DataSource_Kind_name = map[int32]string{
  290. 0: "INVALID",
  291. 1: "BACKGROUND_ADD",
  292. 2: "EXCEL_IMPORT",
  293. 3: "FROM_PASTURE",
  294. }
  295. DataSource_Kind_value = map[string]int32{
  296. "INVALID": 0,
  297. "BACKGROUND_ADD": 1,
  298. "EXCEL_IMPORT": 2,
  299. "FROM_PASTURE": 3,
  300. }
  301. )
  302. func (x DataSource_Kind) Enum() *DataSource_Kind {
  303. p := new(DataSource_Kind)
  304. *p = x
  305. return p
  306. }
  307. func (x DataSource_Kind) String() string {
  308. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  309. }
  310. func (DataSource_Kind) Descriptor() protoreflect.EnumDescriptor {
  311. return file_backend_operation_enum_proto_enumTypes[6].Descriptor()
  312. }
  313. func (DataSource_Kind) Type() protoreflect.EnumType {
  314. return &file_backend_operation_enum_proto_enumTypes[6]
  315. }
  316. func (x DataSource_Kind) Number() protoreflect.EnumNumber {
  317. return protoreflect.EnumNumber(x)
  318. }
  319. // Deprecated: Use DataSource_Kind.Descriptor instead.
  320. func (DataSource_Kind) EnumDescriptor() ([]byte, []int) {
  321. return file_backend_operation_enum_proto_rawDescGZIP(), []int{6, 0}
  322. }
  323. type FormulaType_Kind int32
  324. const (
  325. FormulaType_INVALID FormulaType_Kind = 0 // 无
  326. FormulaType_FEED_FORMULA FormulaType_Kind = 1 // 饲喂配方
  327. FormulaType_PREMIXED_FORMULA FormulaType_Kind = 2 // 预混配方
  328. FormulaType_SUPPLEMENTARY_FORMULA FormulaType_Kind = 3 // 补料配方
  329. )
  330. // Enum value maps for FormulaType_Kind.
  331. var (
  332. FormulaType_Kind_name = map[int32]string{
  333. 0: "INVALID",
  334. 1: "FEED_FORMULA",
  335. 2: "PREMIXED_FORMULA",
  336. 3: "SUPPLEMENTARY_FORMULA",
  337. }
  338. FormulaType_Kind_value = map[string]int32{
  339. "INVALID": 0,
  340. "FEED_FORMULA": 1,
  341. "PREMIXED_FORMULA": 2,
  342. "SUPPLEMENTARY_FORMULA": 3,
  343. }
  344. )
  345. func (x FormulaType_Kind) Enum() *FormulaType_Kind {
  346. p := new(FormulaType_Kind)
  347. *p = x
  348. return p
  349. }
  350. func (x FormulaType_Kind) String() string {
  351. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  352. }
  353. func (FormulaType_Kind) Descriptor() protoreflect.EnumDescriptor {
  354. return file_backend_operation_enum_proto_enumTypes[7].Descriptor()
  355. }
  356. func (FormulaType_Kind) Type() protoreflect.EnumType {
  357. return &file_backend_operation_enum_proto_enumTypes[7]
  358. }
  359. func (x FormulaType_Kind) Number() protoreflect.EnumNumber {
  360. return protoreflect.EnumNumber(x)
  361. }
  362. // Deprecated: Use FormulaType_Kind.Descriptor instead.
  363. func (FormulaType_Kind) EnumDescriptor() ([]byte, []int) {
  364. return file_backend_operation_enum_proto_rawDescGZIP(), []int{7, 0}
  365. }
  366. // 字段类型
  367. type IsShow struct {
  368. state protoimpl.MessageState
  369. sizeCache protoimpl.SizeCache
  370. unknownFields protoimpl.UnknownFields
  371. }
  372. func (x *IsShow) Reset() {
  373. *x = IsShow{}
  374. if protoimpl.UnsafeEnabled {
  375. mi := &file_backend_operation_enum_proto_msgTypes[0]
  376. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  377. ms.StoreMessageInfo(mi)
  378. }
  379. }
  380. func (x *IsShow) String() string {
  381. return protoimpl.X.MessageStringOf(x)
  382. }
  383. func (*IsShow) ProtoMessage() {}
  384. func (x *IsShow) ProtoReflect() protoreflect.Message {
  385. mi := &file_backend_operation_enum_proto_msgTypes[0]
  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 IsShow.ProtoReflect.Descriptor instead.
  396. func (*IsShow) Descriptor() ([]byte, []int) {
  397. return file_backend_operation_enum_proto_rawDescGZIP(), []int{0}
  398. }
  399. type CattleCategoryParent struct {
  400. state protoimpl.MessageState
  401. sizeCache protoimpl.SizeCache
  402. unknownFields protoimpl.UnknownFields
  403. }
  404. func (x *CattleCategoryParent) Reset() {
  405. *x = CattleCategoryParent{}
  406. if protoimpl.UnsafeEnabled {
  407. mi := &file_backend_operation_enum_proto_msgTypes[1]
  408. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  409. ms.StoreMessageInfo(mi)
  410. }
  411. }
  412. func (x *CattleCategoryParent) String() string {
  413. return protoimpl.X.MessageStringOf(x)
  414. }
  415. func (*CattleCategoryParent) ProtoMessage() {}
  416. func (x *CattleCategoryParent) ProtoReflect() protoreflect.Message {
  417. mi := &file_backend_operation_enum_proto_msgTypes[1]
  418. if protoimpl.UnsafeEnabled && x != nil {
  419. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  420. if ms.LoadMessageInfo() == nil {
  421. ms.StoreMessageInfo(mi)
  422. }
  423. return ms
  424. }
  425. return mi.MessageOf(x)
  426. }
  427. // Deprecated: Use CattleCategoryParent.ProtoReflect.Descriptor instead.
  428. func (*CattleCategoryParent) Descriptor() ([]byte, []int) {
  429. return file_backend_operation_enum_proto_rawDescGZIP(), []int{1}
  430. }
  431. // 饲料类别
  432. type ForageCategoryParent struct {
  433. state protoimpl.MessageState
  434. sizeCache protoimpl.SizeCache
  435. unknownFields protoimpl.UnknownFields
  436. }
  437. func (x *ForageCategoryParent) Reset() {
  438. *x = ForageCategoryParent{}
  439. if protoimpl.UnsafeEnabled {
  440. mi := &file_backend_operation_enum_proto_msgTypes[2]
  441. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  442. ms.StoreMessageInfo(mi)
  443. }
  444. }
  445. func (x *ForageCategoryParent) String() string {
  446. return protoimpl.X.MessageStringOf(x)
  447. }
  448. func (*ForageCategoryParent) ProtoMessage() {}
  449. func (x *ForageCategoryParent) ProtoReflect() protoreflect.Message {
  450. mi := &file_backend_operation_enum_proto_msgTypes[2]
  451. if protoimpl.UnsafeEnabled && x != nil {
  452. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  453. if ms.LoadMessageInfo() == nil {
  454. ms.StoreMessageInfo(mi)
  455. }
  456. return ms
  457. }
  458. return mi.MessageOf(x)
  459. }
  460. // Deprecated: Use ForageCategoryParent.ProtoReflect.Descriptor instead.
  461. func (*ForageCategoryParent) Descriptor() ([]byte, []int) {
  462. return file_backend_operation_enum_proto_rawDescGZIP(), []int{2}
  463. }
  464. // 饲料来源
  465. type ForageSource struct {
  466. state protoimpl.MessageState
  467. sizeCache protoimpl.SizeCache
  468. unknownFields protoimpl.UnknownFields
  469. }
  470. func (x *ForageSource) Reset() {
  471. *x = ForageSource{}
  472. if protoimpl.UnsafeEnabled {
  473. mi := &file_backend_operation_enum_proto_msgTypes[3]
  474. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  475. ms.StoreMessageInfo(mi)
  476. }
  477. }
  478. func (x *ForageSource) String() string {
  479. return protoimpl.X.MessageStringOf(x)
  480. }
  481. func (*ForageSource) ProtoMessage() {}
  482. func (x *ForageSource) ProtoReflect() protoreflect.Message {
  483. mi := &file_backend_operation_enum_proto_msgTypes[3]
  484. if protoimpl.UnsafeEnabled && x != nil {
  485. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  486. if ms.LoadMessageInfo() == nil {
  487. ms.StoreMessageInfo(mi)
  488. }
  489. return ms
  490. }
  491. return mi.MessageOf(x)
  492. }
  493. // Deprecated: Use ForageSource.ProtoReflect.Descriptor instead.
  494. func (*ForageSource) Descriptor() ([]byte, []int) {
  495. return file_backend_operation_enum_proto_rawDescGZIP(), []int{3}
  496. }
  497. // 跳转延迟
  498. type JumpDelaType struct {
  499. state protoimpl.MessageState
  500. sizeCache protoimpl.SizeCache
  501. unknownFields protoimpl.UnknownFields
  502. }
  503. func (x *JumpDelaType) Reset() {
  504. *x = JumpDelaType{}
  505. if protoimpl.UnsafeEnabled {
  506. mi := &file_backend_operation_enum_proto_msgTypes[4]
  507. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  508. ms.StoreMessageInfo(mi)
  509. }
  510. }
  511. func (x *JumpDelaType) String() string {
  512. return protoimpl.X.MessageStringOf(x)
  513. }
  514. func (*JumpDelaType) ProtoMessage() {}
  515. func (x *JumpDelaType) ProtoReflect() protoreflect.Message {
  516. mi := &file_backend_operation_enum_proto_msgTypes[4]
  517. if protoimpl.UnsafeEnabled && x != nil {
  518. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  519. if ms.LoadMessageInfo() == nil {
  520. ms.StoreMessageInfo(mi)
  521. }
  522. return ms
  523. }
  524. return mi.MessageOf(x)
  525. }
  526. // Deprecated: Use JumpDelaType.ProtoReflect.Descriptor instead.
  527. func (*JumpDelaType) Descriptor() ([]byte, []int) {
  528. return file_backend_operation_enum_proto_rawDescGZIP(), []int{4}
  529. }
  530. // 计划类型
  531. type ForagePlanType struct {
  532. state protoimpl.MessageState
  533. sizeCache protoimpl.SizeCache
  534. unknownFields protoimpl.UnknownFields
  535. }
  536. func (x *ForagePlanType) Reset() {
  537. *x = ForagePlanType{}
  538. if protoimpl.UnsafeEnabled {
  539. mi := &file_backend_operation_enum_proto_msgTypes[5]
  540. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  541. ms.StoreMessageInfo(mi)
  542. }
  543. }
  544. func (x *ForagePlanType) String() string {
  545. return protoimpl.X.MessageStringOf(x)
  546. }
  547. func (*ForagePlanType) ProtoMessage() {}
  548. func (x *ForagePlanType) ProtoReflect() protoreflect.Message {
  549. mi := &file_backend_operation_enum_proto_msgTypes[5]
  550. if protoimpl.UnsafeEnabled && x != nil {
  551. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  552. if ms.LoadMessageInfo() == nil {
  553. ms.StoreMessageInfo(mi)
  554. }
  555. return ms
  556. }
  557. return mi.MessageOf(x)
  558. }
  559. // Deprecated: Use ForagePlanType.ProtoReflect.Descriptor instead.
  560. func (*ForagePlanType) Descriptor() ([]byte, []int) {
  561. return file_backend_operation_enum_proto_rawDescGZIP(), []int{5}
  562. }
  563. type DataSource struct {
  564. state protoimpl.MessageState
  565. sizeCache protoimpl.SizeCache
  566. unknownFields protoimpl.UnknownFields
  567. }
  568. func (x *DataSource) Reset() {
  569. *x = DataSource{}
  570. if protoimpl.UnsafeEnabled {
  571. mi := &file_backend_operation_enum_proto_msgTypes[6]
  572. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  573. ms.StoreMessageInfo(mi)
  574. }
  575. }
  576. func (x *DataSource) String() string {
  577. return protoimpl.X.MessageStringOf(x)
  578. }
  579. func (*DataSource) ProtoMessage() {}
  580. func (x *DataSource) ProtoReflect() protoreflect.Message {
  581. mi := &file_backend_operation_enum_proto_msgTypes[6]
  582. if protoimpl.UnsafeEnabled && x != nil {
  583. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  584. if ms.LoadMessageInfo() == nil {
  585. ms.StoreMessageInfo(mi)
  586. }
  587. return ms
  588. }
  589. return mi.MessageOf(x)
  590. }
  591. // Deprecated: Use DataSource.ProtoReflect.Descriptor instead.
  592. func (*DataSource) Descriptor() ([]byte, []int) {
  593. return file_backend_operation_enum_proto_rawDescGZIP(), []int{6}
  594. }
  595. type FormulaType struct {
  596. state protoimpl.MessageState
  597. sizeCache protoimpl.SizeCache
  598. unknownFields protoimpl.UnknownFields
  599. }
  600. func (x *FormulaType) Reset() {
  601. *x = FormulaType{}
  602. if protoimpl.UnsafeEnabled {
  603. mi := &file_backend_operation_enum_proto_msgTypes[7]
  604. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  605. ms.StoreMessageInfo(mi)
  606. }
  607. }
  608. func (x *FormulaType) String() string {
  609. return protoimpl.X.MessageStringOf(x)
  610. }
  611. func (*FormulaType) ProtoMessage() {}
  612. func (x *FormulaType) ProtoReflect() protoreflect.Message {
  613. mi := &file_backend_operation_enum_proto_msgTypes[7]
  614. if protoimpl.UnsafeEnabled && x != nil {
  615. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  616. if ms.LoadMessageInfo() == nil {
  617. ms.StoreMessageInfo(mi)
  618. }
  619. return ms
  620. }
  621. return mi.MessageOf(x)
  622. }
  623. // Deprecated: Use FormulaType.ProtoReflect.Descriptor instead.
  624. func (*FormulaType) Descriptor() ([]byte, []int) {
  625. return file_backend_operation_enum_proto_rawDescGZIP(), []int{7}
  626. }
  627. var File_backend_operation_enum_proto protoreflect.FileDescriptor
  628. var file_backend_operation_enum_proto_rawDesc = []byte{
  629. 0x0a, 0x1c, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
  630. 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11,
  631. 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  632. 0x6e, 0x22, 0x2d, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x23, 0x0a, 0x04, 0x4b,
  633. 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,
  634. 0x12, 0x06, 0x0a, 0x02, 0x4f, 0x4b, 0x10, 0x01, 0x12, 0x06, 0x0a, 0x02, 0x4e, 0x4f, 0x10, 0x02,
  635. 0x22, 0x8e, 0x01, 0x0a, 0x14, 0x43, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  636. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x76, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  637. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x11,
  638. 0x0a, 0x0d, 0x4c, 0x41, 0x43, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  639. 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x41, 0x54, 0x54, 0x45, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  640. 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, 0x5f, 0x43, 0x41, 0x57,
  641. 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x52, 0x59, 0x5f, 0x43, 0x41, 0x57, 0x10, 0x04, 0x12,
  642. 0x11, 0x0a, 0x0d, 0x50, 0x45, 0x52, 0x49, 0x4e, 0x41, 0x54, 0x41, 0x4c, 0x5f, 0x43, 0x41, 0x57,
  643. 0x10, 0x05, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x57, 0x10,
  644. 0x06, 0x22, 0x79, 0x0a, 0x14, 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  645. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x61, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  646. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x0c,
  647. 0x0a, 0x08, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b,
  648. 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10, 0x02, 0x12, 0x22, 0x0a,
  649. 0x1e, 0x48, 0x41, 0x4c, 0x46, 0x5f, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x5f, 0x48,
  650. 0x41, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  651. 0x03, 0x12, 0x09, 0x0a, 0x05, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x10, 0x04, 0x22, 0x4a, 0x0a, 0x0c,
  652. 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x3a, 0x0a, 0x04,
  653. 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10,
  654. 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x42, 0x55, 0x49, 0x4c,
  655. 0x54, 0x5f, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x44,
  656. 0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x02, 0x22, 0x41, 0x0a, 0x0c, 0x4a, 0x75, 0x6d, 0x70,
  657. 0x44, 0x65, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x31, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64,
  658. 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a,
  659. 0x05, 0x54, 0x48, 0x52, 0x45, 0x45, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x49, 0x58, 0x10,
  660. 0x02, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x22, 0x44, 0x0a, 0x0e, 0x46,
  661. 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x32, 0x0a,
  662. 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44,
  663. 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x4f, 0x52, 0x4b, 0x4c, 0x49, 0x46, 0x54, 0x10, 0x01,
  664. 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  665. 0x02, 0x22, 0x59, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22,
  666. 0x4b, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c,
  667. 0x49, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x42, 0x41, 0x43, 0x4b, 0x47, 0x52, 0x4f, 0x55,
  668. 0x4e, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x45, 0x58, 0x43, 0x45,
  669. 0x4c, 0x5f, 0x49, 0x4d, 0x50, 0x4f, 0x52, 0x54, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x52,
  670. 0x4f, 0x4d, 0x5f, 0x50, 0x41, 0x53, 0x54, 0x55, 0x52, 0x45, 0x10, 0x03, 0x22, 0x65, 0x0a, 0x0b,
  671. 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x56, 0x0a, 0x04, 0x4b,
  672. 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,
  673. 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x45, 0x45, 0x44, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41,
  674. 0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x50, 0x52, 0x45, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x46,
  675. 0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41, 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x55, 0x50, 0x50,
  676. 0x4c, 0x45, 0x4d, 0x45, 0x4e, 0x54, 0x41, 0x52, 0x59, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c,
  677. 0x41, 0x10, 0x03, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  678. 0x6f, 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  679. }
  680. var (
  681. file_backend_operation_enum_proto_rawDescOnce sync.Once
  682. file_backend_operation_enum_proto_rawDescData = file_backend_operation_enum_proto_rawDesc
  683. )
  684. func file_backend_operation_enum_proto_rawDescGZIP() []byte {
  685. file_backend_operation_enum_proto_rawDescOnce.Do(func() {
  686. file_backend_operation_enum_proto_rawDescData = protoimpl.X.CompressGZIP(file_backend_operation_enum_proto_rawDescData)
  687. })
  688. return file_backend_operation_enum_proto_rawDescData
  689. }
  690. var file_backend_operation_enum_proto_enumTypes = make([]protoimpl.EnumInfo, 8)
  691. var file_backend_operation_enum_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
  692. var file_backend_operation_enum_proto_goTypes = []interface{}{
  693. (IsShow_Kind)(0), // 0: backend.operation.IsShow.Kind
  694. (CattleCategoryParent_Kind)(0), // 1: backend.operation.CattleCategoryParent.Kind
  695. (ForageCategoryParent_Kind)(0), // 2: backend.operation.ForageCategoryParent.Kind
  696. (ForageSource_Kind)(0), // 3: backend.operation.ForageSource.Kind
  697. (JumpDelaType_Kind)(0), // 4: backend.operation.JumpDelaType.Kind
  698. (ForagePlanType_Kind)(0), // 5: backend.operation.ForagePlanType.Kind
  699. (DataSource_Kind)(0), // 6: backend.operation.DataSource.Kind
  700. (FormulaType_Kind)(0), // 7: backend.operation.FormulaType.Kind
  701. (*IsShow)(nil), // 8: backend.operation.IsShow
  702. (*CattleCategoryParent)(nil), // 9: backend.operation.CattleCategoryParent
  703. (*ForageCategoryParent)(nil), // 10: backend.operation.ForageCategoryParent
  704. (*ForageSource)(nil), // 11: backend.operation.ForageSource
  705. (*JumpDelaType)(nil), // 12: backend.operation.JumpDelaType
  706. (*ForagePlanType)(nil), // 13: backend.operation.ForagePlanType
  707. (*DataSource)(nil), // 14: backend.operation.DataSource
  708. (*FormulaType)(nil), // 15: backend.operation.FormulaType
  709. }
  710. var file_backend_operation_enum_proto_depIdxs = []int32{
  711. 0, // [0:0] is the sub-list for method output_type
  712. 0, // [0:0] is the sub-list for method input_type
  713. 0, // [0:0] is the sub-list for extension type_name
  714. 0, // [0:0] is the sub-list for extension extendee
  715. 0, // [0:0] is the sub-list for field type_name
  716. }
  717. func init() { file_backend_operation_enum_proto_init() }
  718. func file_backend_operation_enum_proto_init() {
  719. if File_backend_operation_enum_proto != nil {
  720. return
  721. }
  722. if !protoimpl.UnsafeEnabled {
  723. file_backend_operation_enum_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  724. switch v := v.(*IsShow); i {
  725. case 0:
  726. return &v.state
  727. case 1:
  728. return &v.sizeCache
  729. case 2:
  730. return &v.unknownFields
  731. default:
  732. return nil
  733. }
  734. }
  735. file_backend_operation_enum_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  736. switch v := v.(*CattleCategoryParent); i {
  737. case 0:
  738. return &v.state
  739. case 1:
  740. return &v.sizeCache
  741. case 2:
  742. return &v.unknownFields
  743. default:
  744. return nil
  745. }
  746. }
  747. file_backend_operation_enum_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  748. switch v := v.(*ForageCategoryParent); i {
  749. case 0:
  750. return &v.state
  751. case 1:
  752. return &v.sizeCache
  753. case 2:
  754. return &v.unknownFields
  755. default:
  756. return nil
  757. }
  758. }
  759. file_backend_operation_enum_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  760. switch v := v.(*ForageSource); i {
  761. case 0:
  762. return &v.state
  763. case 1:
  764. return &v.sizeCache
  765. case 2:
  766. return &v.unknownFields
  767. default:
  768. return nil
  769. }
  770. }
  771. file_backend_operation_enum_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  772. switch v := v.(*JumpDelaType); i {
  773. case 0:
  774. return &v.state
  775. case 1:
  776. return &v.sizeCache
  777. case 2:
  778. return &v.unknownFields
  779. default:
  780. return nil
  781. }
  782. }
  783. file_backend_operation_enum_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  784. switch v := v.(*ForagePlanType); i {
  785. case 0:
  786. return &v.state
  787. case 1:
  788. return &v.sizeCache
  789. case 2:
  790. return &v.unknownFields
  791. default:
  792. return nil
  793. }
  794. }
  795. file_backend_operation_enum_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  796. switch v := v.(*DataSource); i {
  797. case 0:
  798. return &v.state
  799. case 1:
  800. return &v.sizeCache
  801. case 2:
  802. return &v.unknownFields
  803. default:
  804. return nil
  805. }
  806. }
  807. file_backend_operation_enum_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  808. switch v := v.(*FormulaType); i {
  809. case 0:
  810. return &v.state
  811. case 1:
  812. return &v.sizeCache
  813. case 2:
  814. return &v.unknownFields
  815. default:
  816. return nil
  817. }
  818. }
  819. }
  820. type x struct{}
  821. out := protoimpl.TypeBuilder{
  822. File: protoimpl.DescBuilder{
  823. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  824. RawDescriptor: file_backend_operation_enum_proto_rawDesc,
  825. NumEnums: 8,
  826. NumMessages: 8,
  827. NumExtensions: 0,
  828. NumServices: 0,
  829. },
  830. GoTypes: file_backend_operation_enum_proto_goTypes,
  831. DependencyIndexes: file_backend_operation_enum_proto_depIdxs,
  832. EnumInfos: file_backend_operation_enum_proto_enumTypes,
  833. MessageInfos: file_backend_operation_enum_proto_msgTypes,
  834. }.Build()
  835. File_backend_operation_enum_proto = out.File
  836. file_backend_operation_enum_proto_rawDesc = nil
  837. file_backend_operation_enum_proto_goTypes = nil
  838. file_backend_operation_enum_proto_depIdxs = nil
  839. }