filevector.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.0
  4. // protoc v3.19.4
  5. // source: fileproto/filevector.proto
  6. //附件传输
  7. package fileproto
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. reflect "reflect"
  12. sync "sync"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type FileRequest struct {
  21. state protoimpl.MessageState
  22. sizeCache protoimpl.SizeCache
  23. unknownFields protoimpl.UnknownFields
  24. Message []*Request `protobuf:"bytes,1,rep,name=message,proto3" json:"message,omitempty"` //文件名称
  25. Other string `protobuf:"bytes,2,opt,name=other,proto3" json:"other,omitempty"` //信息id
  26. Topic string `protobuf:"bytes,3,opt,name=topic,proto3" json:"topic,omitempty"`
  27. }
  28. func (x *FileRequest) Reset() {
  29. *x = FileRequest{}
  30. if protoimpl.UnsafeEnabled {
  31. mi := &file_fileproto_filevector_proto_msgTypes[0]
  32. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  33. ms.StoreMessageInfo(mi)
  34. }
  35. }
  36. func (x *FileRequest) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*FileRequest) ProtoMessage() {}
  40. func (x *FileRequest) ProtoReflect() protoreflect.Message {
  41. mi := &file_fileproto_filevector_proto_msgTypes[0]
  42. if protoimpl.UnsafeEnabled && x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use FileRequest.ProtoReflect.Descriptor instead.
  52. func (*FileRequest) Descriptor() ([]byte, []int) {
  53. return file_fileproto_filevector_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *FileRequest) GetMessage() []*Request {
  56. if x != nil {
  57. return x.Message
  58. }
  59. return nil
  60. }
  61. func (x *FileRequest) GetOther() string {
  62. if x != nil {
  63. return x.Other
  64. }
  65. return ""
  66. }
  67. func (x *FileRequest) GetTopic() string {
  68. if x != nil {
  69. return x.Topic
  70. }
  71. return ""
  72. }
  73. type Request struct {
  74. state protoimpl.MessageState
  75. sizeCache protoimpl.SizeCache
  76. unknownFields protoimpl.UnknownFields
  77. FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"` //文件名称
  78. FileUrl string `protobuf:"bytes,2,opt,name=fileUrl,proto3" json:"fileUrl,omitempty"` //下载的url
  79. FileBytes []byte `protobuf:"bytes,3,opt,name=fileBytes,proto3" json:"fileBytes,omitempty"` //文件字节流
  80. FileType string `protobuf:"bytes,4,opt,name=fileType,proto3" json:"fileType,omitempty"` //文件类型 pdf ,xls ,doc
  81. ReturnType int32 `protobuf:"varint,5,opt,name=returnType,proto3" json:"returnType,omitempty"` //文件类型 {0:url,1:content,2:url+content} 默认0
  82. ExtractType int32 `protobuf:"varint,6,opt,name=extractType,proto3" json:"extractType,omitempty"` //解析文件类型{0:oss,1:fileBytes,2:url} 默认0
  83. }
  84. func (x *Request) Reset() {
  85. *x = Request{}
  86. if protoimpl.UnsafeEnabled {
  87. mi := &file_fileproto_filevector_proto_msgTypes[1]
  88. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  89. ms.StoreMessageInfo(mi)
  90. }
  91. }
  92. func (x *Request) String() string {
  93. return protoimpl.X.MessageStringOf(x)
  94. }
  95. func (*Request) ProtoMessage() {}
  96. func (x *Request) ProtoReflect() protoreflect.Message {
  97. mi := &file_fileproto_filevector_proto_msgTypes[1]
  98. if protoimpl.UnsafeEnabled && x != nil {
  99. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  100. if ms.LoadMessageInfo() == nil {
  101. ms.StoreMessageInfo(mi)
  102. }
  103. return ms
  104. }
  105. return mi.MessageOf(x)
  106. }
  107. // Deprecated: Use Request.ProtoReflect.Descriptor instead.
  108. func (*Request) Descriptor() ([]byte, []int) {
  109. return file_fileproto_filevector_proto_rawDescGZIP(), []int{1}
  110. }
  111. func (x *Request) GetFileName() string {
  112. if x != nil {
  113. return x.FileName
  114. }
  115. return ""
  116. }
  117. func (x *Request) GetFileUrl() string {
  118. if x != nil {
  119. return x.FileUrl
  120. }
  121. return ""
  122. }
  123. func (x *Request) GetFileBytes() []byte {
  124. if x != nil {
  125. return x.FileBytes
  126. }
  127. return nil
  128. }
  129. func (x *Request) GetFileType() string {
  130. if x != nil {
  131. return x.FileType
  132. }
  133. return ""
  134. }
  135. func (x *Request) GetReturnType() int32 {
  136. if x != nil {
  137. return x.ReturnType
  138. }
  139. return 0
  140. }
  141. func (x *Request) GetExtractType() int32 {
  142. if x != nil {
  143. return x.ExtractType
  144. }
  145. return 0
  146. }
  147. type FileResponse struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. Result []*Result `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` //返回结果
  152. Other string `protobuf:"bytes,2,opt,name=other,proto3" json:"other,omitempty"` //信息id
  153. }
  154. func (x *FileResponse) Reset() {
  155. *x = FileResponse{}
  156. if protoimpl.UnsafeEnabled {
  157. mi := &file_fileproto_filevector_proto_msgTypes[2]
  158. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  159. ms.StoreMessageInfo(mi)
  160. }
  161. }
  162. func (x *FileResponse) String() string {
  163. return protoimpl.X.MessageStringOf(x)
  164. }
  165. func (*FileResponse) ProtoMessage() {}
  166. func (x *FileResponse) ProtoReflect() protoreflect.Message {
  167. mi := &file_fileproto_filevector_proto_msgTypes[2]
  168. if protoimpl.UnsafeEnabled && x != nil {
  169. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  170. if ms.LoadMessageInfo() == nil {
  171. ms.StoreMessageInfo(mi)
  172. }
  173. return ms
  174. }
  175. return mi.MessageOf(x)
  176. }
  177. // Deprecated: Use FileResponse.ProtoReflect.Descriptor instead.
  178. func (*FileResponse) Descriptor() ([]byte, []int) {
  179. return file_fileproto_filevector_proto_rawDescGZIP(), []int{2}
  180. }
  181. func (x *FileResponse) GetResult() []*Result {
  182. if x != nil {
  183. return x.Result
  184. }
  185. return nil
  186. }
  187. func (x *FileResponse) GetOther() string {
  188. if x != nil {
  189. return x.Other
  190. }
  191. return ""
  192. }
  193. type Result struct {
  194. state protoimpl.MessageState
  195. sizeCache protoimpl.SizeCache
  196. unknownFields protoimpl.UnknownFields
  197. FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName,omitempty"` //文件名称
  198. TextContent string `protobuf:"bytes,2,opt,name=textContent,proto3" json:"textContent,omitempty"` //文本内容
  199. TextUrl string `protobuf:"bytes,3,opt,name=textUrl,proto3" json:"textUrl,omitempty"` //文本URL
  200. FilePath string `protobuf:"bytes,4,opt,name=filePath,proto3" json:"filePath,omitempty"` //文件路径
  201. ErrorState string `protobuf:"bytes,5,opt,name=errorState,proto3" json:"errorState,omitempty"` //错误状态{0:文件下载失败,1:文件解析失败}
  202. }
  203. func (x *Result) Reset() {
  204. *x = Result{}
  205. if protoimpl.UnsafeEnabled {
  206. mi := &file_fileproto_filevector_proto_msgTypes[3]
  207. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  208. ms.StoreMessageInfo(mi)
  209. }
  210. }
  211. func (x *Result) String() string {
  212. return protoimpl.X.MessageStringOf(x)
  213. }
  214. func (*Result) ProtoMessage() {}
  215. func (x *Result) ProtoReflect() protoreflect.Message {
  216. mi := &file_fileproto_filevector_proto_msgTypes[3]
  217. if protoimpl.UnsafeEnabled && x != nil {
  218. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  219. if ms.LoadMessageInfo() == nil {
  220. ms.StoreMessageInfo(mi)
  221. }
  222. return ms
  223. }
  224. return mi.MessageOf(x)
  225. }
  226. // Deprecated: Use Result.ProtoReflect.Descriptor instead.
  227. func (*Result) Descriptor() ([]byte, []int) {
  228. return file_fileproto_filevector_proto_rawDescGZIP(), []int{3}
  229. }
  230. func (x *Result) GetFileName() string {
  231. if x != nil {
  232. return x.FileName
  233. }
  234. return ""
  235. }
  236. func (x *Result) GetTextContent() string {
  237. if x != nil {
  238. return x.TextContent
  239. }
  240. return ""
  241. }
  242. func (x *Result) GetTextUrl() string {
  243. if x != nil {
  244. return x.TextUrl
  245. }
  246. return ""
  247. }
  248. func (x *Result) GetFilePath() string {
  249. if x != nil {
  250. return x.FilePath
  251. }
  252. return ""
  253. }
  254. func (x *Result) GetErrorState() string {
  255. if x != nil {
  256. return x.ErrorState
  257. }
  258. return ""
  259. }
  260. var File_fileproto_filevector_proto protoreflect.FileDescriptor
  261. var file_fileproto_filevector_proto_rawDesc = []byte{
  262. 0x0a, 0x1a, 0x66, 0x69, 0x6c, 0x65, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x66, 0x69, 0x6c, 0x65,
  263. 0x76, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x70, 0x72,
  264. 0x6f, 0x74, 0x6f, 0x22, 0x63, 0x0a, 0x0b, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  265. 0x73, 0x74, 0x12, 0x28, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20,
  266. 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x71, 0x75,
  267. 0x65, 0x73, 0x74, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05,
  268. 0x6f, 0x74, 0x68, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x74, 0x68,
  269. 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28,
  270. 0x09, 0x52, 0x05, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x22, 0xbb, 0x01, 0x0a, 0x07, 0x52, 0x65, 0x71,
  271. 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65,
  272. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65,
  273. 0x12, 0x18, 0x0a, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x55, 0x72, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28,
  274. 0x09, 0x52, 0x07, 0x66, 0x69, 0x6c, 0x65, 0x55, 0x72, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69,
  275. 0x6c, 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x66,
  276. 0x69, 0x6c, 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65,
  277. 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65,
  278. 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x54, 0x79,
  279. 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
  280. 0x54, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x54,
  281. 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x65, 0x78, 0x74, 0x72, 0x61,
  282. 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x4b, 0x0a, 0x0c, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65,
  283. 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
  284. 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52,
  285. 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x14, 0x0a,
  286. 0x05, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x74,
  287. 0x68, 0x65, 0x72, 0x22, 0x9c, 0x01, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x1a,
  288. 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  289. 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x65,
  290. 0x78, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  291. 0x0b, 0x74, 0x65, 0x78, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07,
  292. 0x74, 0x65, 0x78, 0x74, 0x55, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74,
  293. 0x65, 0x78, 0x74, 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x61,
  294. 0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x50, 0x61,
  295. 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65,
  296. 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x53, 0x74, 0x61,
  297. 0x74, 0x65, 0x32, 0x45, 0x0a, 0x0b, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x72, 0x61, 0x63,
  298. 0x74, 0x12, 0x36, 0x0a, 0x0b, 0x46, 0x69, 0x6c, 0x65, 0x45, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74,
  299. 0x12, 0x12, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71,
  300. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x46, 0x69, 0x6c,
  301. 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x08, 0x5a, 0x06, 0x2f, 0x70, 0x72,
  302. 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  303. }
  304. var (
  305. file_fileproto_filevector_proto_rawDescOnce sync.Once
  306. file_fileproto_filevector_proto_rawDescData = file_fileproto_filevector_proto_rawDesc
  307. )
  308. func file_fileproto_filevector_proto_rawDescGZIP() []byte {
  309. file_fileproto_filevector_proto_rawDescOnce.Do(func() {
  310. file_fileproto_filevector_proto_rawDescData = protoimpl.X.CompressGZIP(file_fileproto_filevector_proto_rawDescData)
  311. })
  312. return file_fileproto_filevector_proto_rawDescData
  313. }
  314. var file_fileproto_filevector_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  315. var file_fileproto_filevector_proto_goTypes = []interface{}{
  316. (*FileRequest)(nil), // 0: proto.FileRequest
  317. (*Request)(nil), // 1: proto.Request
  318. (*FileResponse)(nil), // 2: proto.FileResponse
  319. (*Result)(nil), // 3: proto.Result
  320. }
  321. var file_fileproto_filevector_proto_depIdxs = []int32{
  322. 1, // 0: proto.FileRequest.message:type_name -> proto.Request
  323. 3, // 1: proto.FileResponse.result:type_name -> proto.Result
  324. 0, // 2: proto.FileExtract.FileExtract:input_type -> proto.FileRequest
  325. 2, // 3: proto.FileExtract.FileExtract:output_type -> proto.FileResponse
  326. 3, // [3:4] is the sub-list for method output_type
  327. 2, // [2:3] is the sub-list for method input_type
  328. 2, // [2:2] is the sub-list for extension type_name
  329. 2, // [2:2] is the sub-list for extension extendee
  330. 0, // [0:2] is the sub-list for field type_name
  331. }
  332. func init() { file_fileproto_filevector_proto_init() }
  333. func file_fileproto_filevector_proto_init() {
  334. if File_fileproto_filevector_proto != nil {
  335. return
  336. }
  337. if !protoimpl.UnsafeEnabled {
  338. file_fileproto_filevector_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  339. switch v := v.(*FileRequest); i {
  340. case 0:
  341. return &v.state
  342. case 1:
  343. return &v.sizeCache
  344. case 2:
  345. return &v.unknownFields
  346. default:
  347. return nil
  348. }
  349. }
  350. file_fileproto_filevector_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  351. switch v := v.(*Request); i {
  352. case 0:
  353. return &v.state
  354. case 1:
  355. return &v.sizeCache
  356. case 2:
  357. return &v.unknownFields
  358. default:
  359. return nil
  360. }
  361. }
  362. file_fileproto_filevector_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  363. switch v := v.(*FileResponse); i {
  364. case 0:
  365. return &v.state
  366. case 1:
  367. return &v.sizeCache
  368. case 2:
  369. return &v.unknownFields
  370. default:
  371. return nil
  372. }
  373. }
  374. file_fileproto_filevector_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  375. switch v := v.(*Result); i {
  376. case 0:
  377. return &v.state
  378. case 1:
  379. return &v.sizeCache
  380. case 2:
  381. return &v.unknownFields
  382. default:
  383. return nil
  384. }
  385. }
  386. }
  387. type x struct{}
  388. out := protoimpl.TypeBuilder{
  389. File: protoimpl.DescBuilder{
  390. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  391. RawDescriptor: file_fileproto_filevector_proto_rawDesc,
  392. NumEnums: 0,
  393. NumMessages: 4,
  394. NumExtensions: 0,
  395. NumServices: 1,
  396. },
  397. GoTypes: file_fileproto_filevector_proto_goTypes,
  398. DependencyIndexes: file_fileproto_filevector_proto_depIdxs,
  399. MessageInfos: file_fileproto_filevector_proto_msgTypes,
  400. }.Build()
  401. File_fileproto_filevector_proto = out.File
  402. file_fileproto_filevector_proto_rawDesc = nil
  403. file_fileproto_filevector_proto_goTypes = nil
  404. file_fileproto_filevector_proto_depIdxs = nil
  405. }