WAAdv.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.10
  4. // protoc v3.21.12
  5. // source: waAdv/WAAdv.proto
  6. package waAdv
  7. import (
  8. reflect "reflect"
  9. sync "sync"
  10. unsafe "unsafe"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  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 ADVEncryptionType int32
  21. const (
  22. ADVEncryptionType_E2EE ADVEncryptionType = 0
  23. ADVEncryptionType_HOSTED ADVEncryptionType = 1
  24. )
  25. // Enum value maps for ADVEncryptionType.
  26. var (
  27. ADVEncryptionType_name = map[int32]string{
  28. 0: "E2EE",
  29. 1: "HOSTED",
  30. }
  31. ADVEncryptionType_value = map[string]int32{
  32. "E2EE": 0,
  33. "HOSTED": 1,
  34. }
  35. )
  36. func (x ADVEncryptionType) Enum() *ADVEncryptionType {
  37. p := new(ADVEncryptionType)
  38. *p = x
  39. return p
  40. }
  41. func (x ADVEncryptionType) String() string {
  42. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  43. }
  44. func (ADVEncryptionType) Descriptor() protoreflect.EnumDescriptor {
  45. return file_waAdv_WAAdv_proto_enumTypes[0].Descriptor()
  46. }
  47. func (ADVEncryptionType) Type() protoreflect.EnumType {
  48. return &file_waAdv_WAAdv_proto_enumTypes[0]
  49. }
  50. func (x ADVEncryptionType) Number() protoreflect.EnumNumber {
  51. return protoreflect.EnumNumber(x)
  52. }
  53. // Deprecated: Do not use.
  54. func (x *ADVEncryptionType) UnmarshalJSON(b []byte) error {
  55. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  56. if err != nil {
  57. return err
  58. }
  59. *x = ADVEncryptionType(num)
  60. return nil
  61. }
  62. // Deprecated: Use ADVEncryptionType.Descriptor instead.
  63. func (ADVEncryptionType) EnumDescriptor() ([]byte, []int) {
  64. return file_waAdv_WAAdv_proto_rawDescGZIP(), []int{0}
  65. }
  66. type ADVKeyIndexList struct {
  67. state protoimpl.MessageState `protogen:"open.v1"`
  68. RawID *uint32 `protobuf:"varint,1,opt,name=rawID" json:"rawID,omitempty"`
  69. Timestamp *uint64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
  70. CurrentIndex *uint32 `protobuf:"varint,3,opt,name=currentIndex" json:"currentIndex,omitempty"`
  71. ValidIndexes []uint32 `protobuf:"varint,4,rep,packed,name=validIndexes" json:"validIndexes,omitempty"`
  72. AccountType *ADVEncryptionType `protobuf:"varint,5,opt,name=accountType,enum=WAAdv.ADVEncryptionType" json:"accountType,omitempty"`
  73. unknownFields protoimpl.UnknownFields
  74. sizeCache protoimpl.SizeCache
  75. }
  76. func (x *ADVKeyIndexList) Reset() {
  77. *x = ADVKeyIndexList{}
  78. mi := &file_waAdv_WAAdv_proto_msgTypes[0]
  79. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  80. ms.StoreMessageInfo(mi)
  81. }
  82. func (x *ADVKeyIndexList) String() string {
  83. return protoimpl.X.MessageStringOf(x)
  84. }
  85. func (*ADVKeyIndexList) ProtoMessage() {}
  86. func (x *ADVKeyIndexList) ProtoReflect() protoreflect.Message {
  87. mi := &file_waAdv_WAAdv_proto_msgTypes[0]
  88. if x != nil {
  89. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  90. if ms.LoadMessageInfo() == nil {
  91. ms.StoreMessageInfo(mi)
  92. }
  93. return ms
  94. }
  95. return mi.MessageOf(x)
  96. }
  97. // Deprecated: Use ADVKeyIndexList.ProtoReflect.Descriptor instead.
  98. func (*ADVKeyIndexList) Descriptor() ([]byte, []int) {
  99. return file_waAdv_WAAdv_proto_rawDescGZIP(), []int{0}
  100. }
  101. func (x *ADVKeyIndexList) GetRawID() uint32 {
  102. if x != nil && x.RawID != nil {
  103. return *x.RawID
  104. }
  105. return 0
  106. }
  107. func (x *ADVKeyIndexList) GetTimestamp() uint64 {
  108. if x != nil && x.Timestamp != nil {
  109. return *x.Timestamp
  110. }
  111. return 0
  112. }
  113. func (x *ADVKeyIndexList) GetCurrentIndex() uint32 {
  114. if x != nil && x.CurrentIndex != nil {
  115. return *x.CurrentIndex
  116. }
  117. return 0
  118. }
  119. func (x *ADVKeyIndexList) GetValidIndexes() []uint32 {
  120. if x != nil {
  121. return x.ValidIndexes
  122. }
  123. return nil
  124. }
  125. func (x *ADVKeyIndexList) GetAccountType() ADVEncryptionType {
  126. if x != nil && x.AccountType != nil {
  127. return *x.AccountType
  128. }
  129. return ADVEncryptionType_E2EE
  130. }
  131. type ADVSignedKeyIndexList struct {
  132. state protoimpl.MessageState `protogen:"open.v1"`
  133. Details []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
  134. AccountSignature []byte `protobuf:"bytes,2,opt,name=accountSignature" json:"accountSignature,omitempty"`
  135. AccountSignatureKey []byte `protobuf:"bytes,3,opt,name=accountSignatureKey" json:"accountSignatureKey,omitempty"`
  136. unknownFields protoimpl.UnknownFields
  137. sizeCache protoimpl.SizeCache
  138. }
  139. func (x *ADVSignedKeyIndexList) Reset() {
  140. *x = ADVSignedKeyIndexList{}
  141. mi := &file_waAdv_WAAdv_proto_msgTypes[1]
  142. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  143. ms.StoreMessageInfo(mi)
  144. }
  145. func (x *ADVSignedKeyIndexList) String() string {
  146. return protoimpl.X.MessageStringOf(x)
  147. }
  148. func (*ADVSignedKeyIndexList) ProtoMessage() {}
  149. func (x *ADVSignedKeyIndexList) ProtoReflect() protoreflect.Message {
  150. mi := &file_waAdv_WAAdv_proto_msgTypes[1]
  151. if x != nil {
  152. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  153. if ms.LoadMessageInfo() == nil {
  154. ms.StoreMessageInfo(mi)
  155. }
  156. return ms
  157. }
  158. return mi.MessageOf(x)
  159. }
  160. // Deprecated: Use ADVSignedKeyIndexList.ProtoReflect.Descriptor instead.
  161. func (*ADVSignedKeyIndexList) Descriptor() ([]byte, []int) {
  162. return file_waAdv_WAAdv_proto_rawDescGZIP(), []int{1}
  163. }
  164. func (x *ADVSignedKeyIndexList) GetDetails() []byte {
  165. if x != nil {
  166. return x.Details
  167. }
  168. return nil
  169. }
  170. func (x *ADVSignedKeyIndexList) GetAccountSignature() []byte {
  171. if x != nil {
  172. return x.AccountSignature
  173. }
  174. return nil
  175. }
  176. func (x *ADVSignedKeyIndexList) GetAccountSignatureKey() []byte {
  177. if x != nil {
  178. return x.AccountSignatureKey
  179. }
  180. return nil
  181. }
  182. type ADVDeviceIdentity struct {
  183. state protoimpl.MessageState `protogen:"open.v1"`
  184. RawID *uint32 `protobuf:"varint,1,opt,name=rawID" json:"rawID,omitempty"`
  185. Timestamp *uint64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
  186. KeyIndex *uint32 `protobuf:"varint,3,opt,name=keyIndex" json:"keyIndex,omitempty"`
  187. AccountType *ADVEncryptionType `protobuf:"varint,4,opt,name=accountType,enum=WAAdv.ADVEncryptionType" json:"accountType,omitempty"`
  188. DeviceType *ADVEncryptionType `protobuf:"varint,5,opt,name=deviceType,enum=WAAdv.ADVEncryptionType" json:"deviceType,omitempty"`
  189. unknownFields protoimpl.UnknownFields
  190. sizeCache protoimpl.SizeCache
  191. }
  192. func (x *ADVDeviceIdentity) Reset() {
  193. *x = ADVDeviceIdentity{}
  194. mi := &file_waAdv_WAAdv_proto_msgTypes[2]
  195. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  196. ms.StoreMessageInfo(mi)
  197. }
  198. func (x *ADVDeviceIdentity) String() string {
  199. return protoimpl.X.MessageStringOf(x)
  200. }
  201. func (*ADVDeviceIdentity) ProtoMessage() {}
  202. func (x *ADVDeviceIdentity) ProtoReflect() protoreflect.Message {
  203. mi := &file_waAdv_WAAdv_proto_msgTypes[2]
  204. if x != nil {
  205. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  206. if ms.LoadMessageInfo() == nil {
  207. ms.StoreMessageInfo(mi)
  208. }
  209. return ms
  210. }
  211. return mi.MessageOf(x)
  212. }
  213. // Deprecated: Use ADVDeviceIdentity.ProtoReflect.Descriptor instead.
  214. func (*ADVDeviceIdentity) Descriptor() ([]byte, []int) {
  215. return file_waAdv_WAAdv_proto_rawDescGZIP(), []int{2}
  216. }
  217. func (x *ADVDeviceIdentity) GetRawID() uint32 {
  218. if x != nil && x.RawID != nil {
  219. return *x.RawID
  220. }
  221. return 0
  222. }
  223. func (x *ADVDeviceIdentity) GetTimestamp() uint64 {
  224. if x != nil && x.Timestamp != nil {
  225. return *x.Timestamp
  226. }
  227. return 0
  228. }
  229. func (x *ADVDeviceIdentity) GetKeyIndex() uint32 {
  230. if x != nil && x.KeyIndex != nil {
  231. return *x.KeyIndex
  232. }
  233. return 0
  234. }
  235. func (x *ADVDeviceIdentity) GetAccountType() ADVEncryptionType {
  236. if x != nil && x.AccountType != nil {
  237. return *x.AccountType
  238. }
  239. return ADVEncryptionType_E2EE
  240. }
  241. func (x *ADVDeviceIdentity) GetDeviceType() ADVEncryptionType {
  242. if x != nil && x.DeviceType != nil {
  243. return *x.DeviceType
  244. }
  245. return ADVEncryptionType_E2EE
  246. }
  247. type ADVSignedDeviceIdentity struct {
  248. state protoimpl.MessageState `protogen:"open.v1"`
  249. Details []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
  250. AccountSignatureKey []byte `protobuf:"bytes,2,opt,name=accountSignatureKey" json:"accountSignatureKey,omitempty"`
  251. AccountSignature []byte `protobuf:"bytes,3,opt,name=accountSignature" json:"accountSignature,omitempty"`
  252. DeviceSignature []byte `protobuf:"bytes,4,opt,name=deviceSignature" json:"deviceSignature,omitempty"`
  253. unknownFields protoimpl.UnknownFields
  254. sizeCache protoimpl.SizeCache
  255. }
  256. func (x *ADVSignedDeviceIdentity) Reset() {
  257. *x = ADVSignedDeviceIdentity{}
  258. mi := &file_waAdv_WAAdv_proto_msgTypes[3]
  259. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  260. ms.StoreMessageInfo(mi)
  261. }
  262. func (x *ADVSignedDeviceIdentity) String() string {
  263. return protoimpl.X.MessageStringOf(x)
  264. }
  265. func (*ADVSignedDeviceIdentity) ProtoMessage() {}
  266. func (x *ADVSignedDeviceIdentity) ProtoReflect() protoreflect.Message {
  267. mi := &file_waAdv_WAAdv_proto_msgTypes[3]
  268. if x != nil {
  269. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  270. if ms.LoadMessageInfo() == nil {
  271. ms.StoreMessageInfo(mi)
  272. }
  273. return ms
  274. }
  275. return mi.MessageOf(x)
  276. }
  277. // Deprecated: Use ADVSignedDeviceIdentity.ProtoReflect.Descriptor instead.
  278. func (*ADVSignedDeviceIdentity) Descriptor() ([]byte, []int) {
  279. return file_waAdv_WAAdv_proto_rawDescGZIP(), []int{3}
  280. }
  281. func (x *ADVSignedDeviceIdentity) GetDetails() []byte {
  282. if x != nil {
  283. return x.Details
  284. }
  285. return nil
  286. }
  287. func (x *ADVSignedDeviceIdentity) GetAccountSignatureKey() []byte {
  288. if x != nil {
  289. return x.AccountSignatureKey
  290. }
  291. return nil
  292. }
  293. func (x *ADVSignedDeviceIdentity) GetAccountSignature() []byte {
  294. if x != nil {
  295. return x.AccountSignature
  296. }
  297. return nil
  298. }
  299. func (x *ADVSignedDeviceIdentity) GetDeviceSignature() []byte {
  300. if x != nil {
  301. return x.DeviceSignature
  302. }
  303. return nil
  304. }
  305. type ADVSignedDeviceIdentityHMAC struct {
  306. state protoimpl.MessageState `protogen:"open.v1"`
  307. Details []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
  308. HMAC []byte `protobuf:"bytes,2,opt,name=HMAC" json:"HMAC,omitempty"`
  309. AccountType *ADVEncryptionType `protobuf:"varint,3,opt,name=accountType,enum=WAAdv.ADVEncryptionType" json:"accountType,omitempty"`
  310. unknownFields protoimpl.UnknownFields
  311. sizeCache protoimpl.SizeCache
  312. }
  313. func (x *ADVSignedDeviceIdentityHMAC) Reset() {
  314. *x = ADVSignedDeviceIdentityHMAC{}
  315. mi := &file_waAdv_WAAdv_proto_msgTypes[4]
  316. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  317. ms.StoreMessageInfo(mi)
  318. }
  319. func (x *ADVSignedDeviceIdentityHMAC) String() string {
  320. return protoimpl.X.MessageStringOf(x)
  321. }
  322. func (*ADVSignedDeviceIdentityHMAC) ProtoMessage() {}
  323. func (x *ADVSignedDeviceIdentityHMAC) ProtoReflect() protoreflect.Message {
  324. mi := &file_waAdv_WAAdv_proto_msgTypes[4]
  325. if x != nil {
  326. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  327. if ms.LoadMessageInfo() == nil {
  328. ms.StoreMessageInfo(mi)
  329. }
  330. return ms
  331. }
  332. return mi.MessageOf(x)
  333. }
  334. // Deprecated: Use ADVSignedDeviceIdentityHMAC.ProtoReflect.Descriptor instead.
  335. func (*ADVSignedDeviceIdentityHMAC) Descriptor() ([]byte, []int) {
  336. return file_waAdv_WAAdv_proto_rawDescGZIP(), []int{4}
  337. }
  338. func (x *ADVSignedDeviceIdentityHMAC) GetDetails() []byte {
  339. if x != nil {
  340. return x.Details
  341. }
  342. return nil
  343. }
  344. func (x *ADVSignedDeviceIdentityHMAC) GetHMAC() []byte {
  345. if x != nil {
  346. return x.HMAC
  347. }
  348. return nil
  349. }
  350. func (x *ADVSignedDeviceIdentityHMAC) GetAccountType() ADVEncryptionType {
  351. if x != nil && x.AccountType != nil {
  352. return *x.AccountType
  353. }
  354. return ADVEncryptionType_E2EE
  355. }
  356. var File_waAdv_WAAdv_proto protoreflect.FileDescriptor
  357. const file_waAdv_WAAdv_proto_rawDesc = "" +
  358. "\n" +
  359. "\x11waAdv/WAAdv.proto\x12\x05WAAdv\"\xcd\x01\n" +
  360. "\x0fADVKeyIndexList\x12\x14\n" +
  361. "\x05rawID\x18\x01 \x01(\rR\x05rawID\x12\x1c\n" +
  362. "\ttimestamp\x18\x02 \x01(\x04R\ttimestamp\x12\"\n" +
  363. "\fcurrentIndex\x18\x03 \x01(\rR\fcurrentIndex\x12&\n" +
  364. "\fvalidIndexes\x18\x04 \x03(\rB\x02\x10\x01R\fvalidIndexes\x12:\n" +
  365. "\vaccountType\x18\x05 \x01(\x0e2\x18.WAAdv.ADVEncryptionTypeR\vaccountType\"\x8f\x01\n" +
  366. "\x15ADVSignedKeyIndexList\x12\x18\n" +
  367. "\adetails\x18\x01 \x01(\fR\adetails\x12*\n" +
  368. "\x10accountSignature\x18\x02 \x01(\fR\x10accountSignature\x120\n" +
  369. "\x13accountSignatureKey\x18\x03 \x01(\fR\x13accountSignatureKey\"\xd9\x01\n" +
  370. "\x11ADVDeviceIdentity\x12\x14\n" +
  371. "\x05rawID\x18\x01 \x01(\rR\x05rawID\x12\x1c\n" +
  372. "\ttimestamp\x18\x02 \x01(\x04R\ttimestamp\x12\x1a\n" +
  373. "\bkeyIndex\x18\x03 \x01(\rR\bkeyIndex\x12:\n" +
  374. "\vaccountType\x18\x04 \x01(\x0e2\x18.WAAdv.ADVEncryptionTypeR\vaccountType\x128\n" +
  375. "\n" +
  376. "deviceType\x18\x05 \x01(\x0e2\x18.WAAdv.ADVEncryptionTypeR\n" +
  377. "deviceType\"\xbb\x01\n" +
  378. "\x17ADVSignedDeviceIdentity\x12\x18\n" +
  379. "\adetails\x18\x01 \x01(\fR\adetails\x120\n" +
  380. "\x13accountSignatureKey\x18\x02 \x01(\fR\x13accountSignatureKey\x12*\n" +
  381. "\x10accountSignature\x18\x03 \x01(\fR\x10accountSignature\x12(\n" +
  382. "\x0fdeviceSignature\x18\x04 \x01(\fR\x0fdeviceSignature\"\x87\x01\n" +
  383. "\x1bADVSignedDeviceIdentityHMAC\x12\x18\n" +
  384. "\adetails\x18\x01 \x01(\fR\adetails\x12\x12\n" +
  385. "\x04HMAC\x18\x02 \x01(\fR\x04HMAC\x12:\n" +
  386. "\vaccountType\x18\x03 \x01(\x0e2\x18.WAAdv.ADVEncryptionTypeR\vaccountType*)\n" +
  387. "\x11ADVEncryptionType\x12\b\n" +
  388. "\x04E2EE\x10\x00\x12\n" +
  389. "\n" +
  390. "\x06HOSTED\x10\x01B!Z\x1fgo.mau.fi/whatsmeow/proto/waAdv"
  391. var (
  392. file_waAdv_WAAdv_proto_rawDescOnce sync.Once
  393. file_waAdv_WAAdv_proto_rawDescData []byte
  394. )
  395. func file_waAdv_WAAdv_proto_rawDescGZIP() []byte {
  396. file_waAdv_WAAdv_proto_rawDescOnce.Do(func() {
  397. file_waAdv_WAAdv_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waAdv_WAAdv_proto_rawDesc), len(file_waAdv_WAAdv_proto_rawDesc)))
  398. })
  399. return file_waAdv_WAAdv_proto_rawDescData
  400. }
  401. var file_waAdv_WAAdv_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
  402. var file_waAdv_WAAdv_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
  403. var file_waAdv_WAAdv_proto_goTypes = []any{
  404. (ADVEncryptionType)(0), // 0: WAAdv.ADVEncryptionType
  405. (*ADVKeyIndexList)(nil), // 1: WAAdv.ADVKeyIndexList
  406. (*ADVSignedKeyIndexList)(nil), // 2: WAAdv.ADVSignedKeyIndexList
  407. (*ADVDeviceIdentity)(nil), // 3: WAAdv.ADVDeviceIdentity
  408. (*ADVSignedDeviceIdentity)(nil), // 4: WAAdv.ADVSignedDeviceIdentity
  409. (*ADVSignedDeviceIdentityHMAC)(nil), // 5: WAAdv.ADVSignedDeviceIdentityHMAC
  410. }
  411. var file_waAdv_WAAdv_proto_depIdxs = []int32{
  412. 0, // 0: WAAdv.ADVKeyIndexList.accountType:type_name -> WAAdv.ADVEncryptionType
  413. 0, // 1: WAAdv.ADVDeviceIdentity.accountType:type_name -> WAAdv.ADVEncryptionType
  414. 0, // 2: WAAdv.ADVDeviceIdentity.deviceType:type_name -> WAAdv.ADVEncryptionType
  415. 0, // 3: WAAdv.ADVSignedDeviceIdentityHMAC.accountType:type_name -> WAAdv.ADVEncryptionType
  416. 4, // [4:4] is the sub-list for method output_type
  417. 4, // [4:4] is the sub-list for method input_type
  418. 4, // [4:4] is the sub-list for extension type_name
  419. 4, // [4:4] is the sub-list for extension extendee
  420. 0, // [0:4] is the sub-list for field type_name
  421. }
  422. func init() { file_waAdv_WAAdv_proto_init() }
  423. func file_waAdv_WAAdv_proto_init() {
  424. if File_waAdv_WAAdv_proto != nil {
  425. return
  426. }
  427. type x struct{}
  428. out := protoimpl.TypeBuilder{
  429. File: protoimpl.DescBuilder{
  430. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  431. RawDescriptor: unsafe.Slice(unsafe.StringData(file_waAdv_WAAdv_proto_rawDesc), len(file_waAdv_WAAdv_proto_rawDesc)),
  432. NumEnums: 1,
  433. NumMessages: 5,
  434. NumExtensions: 0,
  435. NumServices: 0,
  436. },
  437. GoTypes: file_waAdv_WAAdv_proto_goTypes,
  438. DependencyIndexes: file_waAdv_WAAdv_proto_depIdxs,
  439. EnumInfos: file_waAdv_WAAdv_proto_enumTypes,
  440. MessageInfos: file_waAdv_WAAdv_proto_msgTypes,
  441. }.Build()
  442. File_waAdv_WAAdv_proto = out.File
  443. file_waAdv_WAAdv_proto_goTypes = nil
  444. file_waAdv_WAAdv_proto_depIdxs = nil
  445. }