WPostDeviceInfoNotice.pb.go 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.6
  4. // protoc v3.19.4
  5. // source: wecom/WPostDeviceInfoNotice.proto
  6. package wecom
  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. unsafe "unsafe"
  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 PostDeviceInfoNoticeMessage struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. PhoneBrand string `protobuf:"bytes,1,opt,name=PhoneBrand,proto3" json:"PhoneBrand,omitempty"` // 手机品牌
  23. PhoneModel string `protobuf:"bytes,2,opt,name=PhoneModel,proto3" json:"PhoneModel,omitempty"` // 手机型号
  24. OSVerNumber int32 `protobuf:"varint,3,opt,name=OSVerNumber,proto3" json:"OSVerNumber,omitempty"`
  25. AppInfos []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage `protobuf:"bytes,4,rep,name=AppInfos,proto3" json:"AppInfos,omitempty"` // App信息
  26. NetType string `protobuf:"bytes,5,opt,name=NetType,proto3" json:"NetType,omitempty"`
  27. WxId int64 `protobuf:"varint,6,opt,name=WxId,proto3" json:"WxId,omitempty"` // 微信id
  28. IMEI string `protobuf:"bytes,7,opt,name=IMEI,proto3" json:"IMEI,omitempty"`
  29. IMSI1 string `protobuf:"bytes,8,opt,name=IMSI1,proto3" json:"IMSI1,omitempty"` // SIM卡1的IMSI
  30. IMSI2 string `protobuf:"bytes,9,opt,name=IMSI2,proto3" json:"IMSI2,omitempty"` // SIM卡2的IMSI,
  31. Number1 string `protobuf:"bytes,10,opt,name=Number1,proto3" json:"Number1,omitempty"` // SIM卡1的手机号,有可能读不到
  32. Number2 string `protobuf:"bytes,11,opt,name=Number2,proto3" json:"Number2,omitempty"` // SIM卡2的手机好,有可能读不到
  33. IsHook bool `protobuf:"varint,12,opt,name=IsHook,proto3" json:"IsHook,omitempty"`
  34. WxSupport bool `protobuf:"varint,13,opt,name=WxSupport,proto3" json:"WxSupport,omitempty"`
  35. unknownFields protoimpl.UnknownFields
  36. sizeCache protoimpl.SizeCache
  37. }
  38. func (x *PostDeviceInfoNoticeMessage) Reset() {
  39. *x = PostDeviceInfoNoticeMessage{}
  40. mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[0]
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. ms.StoreMessageInfo(mi)
  43. }
  44. func (x *PostDeviceInfoNoticeMessage) String() string {
  45. return protoimpl.X.MessageStringOf(x)
  46. }
  47. func (*PostDeviceInfoNoticeMessage) ProtoMessage() {}
  48. func (x *PostDeviceInfoNoticeMessage) ProtoReflect() protoreflect.Message {
  49. mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[0]
  50. if x != nil {
  51. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  52. if ms.LoadMessageInfo() == nil {
  53. ms.StoreMessageInfo(mi)
  54. }
  55. return ms
  56. }
  57. return mi.MessageOf(x)
  58. }
  59. // Deprecated: Use PostDeviceInfoNoticeMessage.ProtoReflect.Descriptor instead.
  60. func (*PostDeviceInfoNoticeMessage) Descriptor() ([]byte, []int) {
  61. return file_wecom_WPostDeviceInfoNotice_proto_rawDescGZIP(), []int{0}
  62. }
  63. func (x *PostDeviceInfoNoticeMessage) GetPhoneBrand() string {
  64. if x != nil {
  65. return x.PhoneBrand
  66. }
  67. return ""
  68. }
  69. func (x *PostDeviceInfoNoticeMessage) GetPhoneModel() string {
  70. if x != nil {
  71. return x.PhoneModel
  72. }
  73. return ""
  74. }
  75. func (x *PostDeviceInfoNoticeMessage) GetOSVerNumber() int32 {
  76. if x != nil {
  77. return x.OSVerNumber
  78. }
  79. return 0
  80. }
  81. func (x *PostDeviceInfoNoticeMessage) GetAppInfos() []*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage {
  82. if x != nil {
  83. return x.AppInfos
  84. }
  85. return nil
  86. }
  87. func (x *PostDeviceInfoNoticeMessage) GetNetType() string {
  88. if x != nil {
  89. return x.NetType
  90. }
  91. return ""
  92. }
  93. func (x *PostDeviceInfoNoticeMessage) GetWxId() int64 {
  94. if x != nil {
  95. return x.WxId
  96. }
  97. return 0
  98. }
  99. func (x *PostDeviceInfoNoticeMessage) GetIMEI() string {
  100. if x != nil {
  101. return x.IMEI
  102. }
  103. return ""
  104. }
  105. func (x *PostDeviceInfoNoticeMessage) GetIMSI1() string {
  106. if x != nil {
  107. return x.IMSI1
  108. }
  109. return ""
  110. }
  111. func (x *PostDeviceInfoNoticeMessage) GetIMSI2() string {
  112. if x != nil {
  113. return x.IMSI2
  114. }
  115. return ""
  116. }
  117. func (x *PostDeviceInfoNoticeMessage) GetNumber1() string {
  118. if x != nil {
  119. return x.Number1
  120. }
  121. return ""
  122. }
  123. func (x *PostDeviceInfoNoticeMessage) GetNumber2() string {
  124. if x != nil {
  125. return x.Number2
  126. }
  127. return ""
  128. }
  129. func (x *PostDeviceInfoNoticeMessage) GetIsHook() bool {
  130. if x != nil {
  131. return x.IsHook
  132. }
  133. return false
  134. }
  135. func (x *PostDeviceInfoNoticeMessage) GetWxSupport() bool {
  136. if x != nil {
  137. return x.WxSupport
  138. }
  139. return false
  140. }
  141. type PostDeviceInfoNoticeMessage_DeviceAppInfoMessage struct {
  142. state protoimpl.MessageState `protogen:"open.v1"`
  143. PackageName string `protobuf:"bytes,1,opt,name=PackageName,proto3" json:"PackageName,omitempty"`
  144. AppName string `protobuf:"bytes,2,opt,name=AppName,proto3" json:"AppName,omitempty"`
  145. VerNumber int32 `protobuf:"varint,3,opt,name=VerNumber,proto3" json:"VerNumber,omitempty"`
  146. Version string `protobuf:"bytes,4,opt,name=Version,proto3" json:"Version,omitempty"`
  147. unknownFields protoimpl.UnknownFields
  148. sizeCache protoimpl.SizeCache
  149. }
  150. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Reset() {
  151. *x = PostDeviceInfoNoticeMessage_DeviceAppInfoMessage{}
  152. mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[1]
  153. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  154. ms.StoreMessageInfo(mi)
  155. }
  156. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) String() string {
  157. return protoimpl.X.MessageStringOf(x)
  158. }
  159. func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoMessage() {}
  160. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) ProtoReflect() protoreflect.Message {
  161. mi := &file_wecom_WPostDeviceInfoNotice_proto_msgTypes[1]
  162. if x != nil {
  163. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  164. if ms.LoadMessageInfo() == nil {
  165. ms.StoreMessageInfo(mi)
  166. }
  167. return ms
  168. }
  169. return mi.MessageOf(x)
  170. }
  171. // Deprecated: Use PostDeviceInfoNoticeMessage_DeviceAppInfoMessage.ProtoReflect.Descriptor instead.
  172. func (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) Descriptor() ([]byte, []int) {
  173. return file_wecom_WPostDeviceInfoNotice_proto_rawDescGZIP(), []int{0, 0}
  174. }
  175. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetPackageName() string {
  176. if x != nil {
  177. return x.PackageName
  178. }
  179. return ""
  180. }
  181. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetAppName() string {
  182. if x != nil {
  183. return x.AppName
  184. }
  185. return ""
  186. }
  187. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVerNumber() int32 {
  188. if x != nil {
  189. return x.VerNumber
  190. }
  191. return 0
  192. }
  193. func (x *PostDeviceInfoNoticeMessage_DeviceAppInfoMessage) GetVersion() string {
  194. if x != nil {
  195. return x.Version
  196. }
  197. return ""
  198. }
  199. var File_wecom_WPostDeviceInfoNotice_proto protoreflect.FileDescriptor
  200. const file_wecom_WPostDeviceInfoNotice_proto_rawDesc = "" +
  201. "\n" +
  202. "!wecom/WPostDeviceInfoNotice.proto\x12\x10Im.Scrm.Ww.Proto\"\xc4\x04\n" +
  203. "\x1bPostDeviceInfoNoticeMessage\x12\x1e\n" +
  204. "\n" +
  205. "PhoneBrand\x18\x01 \x01(\tR\n" +
  206. "PhoneBrand\x12\x1e\n" +
  207. "\n" +
  208. "PhoneModel\x18\x02 \x01(\tR\n" +
  209. "PhoneModel\x12 \n" +
  210. "\vOSVerNumber\x18\x03 \x01(\x05R\vOSVerNumber\x12^\n" +
  211. "\bAppInfos\x18\x04 \x03(\v2B.Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessageR\bAppInfos\x12\x18\n" +
  212. "\aNetType\x18\x05 \x01(\tR\aNetType\x12\x12\n" +
  213. "\x04WxId\x18\x06 \x01(\x03R\x04WxId\x12\x12\n" +
  214. "\x04IMEI\x18\a \x01(\tR\x04IMEI\x12\x14\n" +
  215. "\x05IMSI1\x18\b \x01(\tR\x05IMSI1\x12\x14\n" +
  216. "\x05IMSI2\x18\t \x01(\tR\x05IMSI2\x12\x18\n" +
  217. "\aNumber1\x18\n" +
  218. " \x01(\tR\aNumber1\x12\x18\n" +
  219. "\aNumber2\x18\v \x01(\tR\aNumber2\x12\x16\n" +
  220. "\x06IsHook\x18\f \x01(\bR\x06IsHook\x12\x1c\n" +
  221. "\tWxSupport\x18\r \x01(\bR\tWxSupport\x1a\x8a\x01\n" +
  222. "\x14DeviceAppInfoMessage\x12 \n" +
  223. "\vPackageName\x18\x01 \x01(\tR\vPackageName\x12\x18\n" +
  224. "\aAppName\x18\x02 \x01(\tR\aAppName\x12\x1c\n" +
  225. "\tVerNumber\x18\x03 \x01(\x05R\tVerNumber\x12\x18\n" +
  226. "\aVersion\x18\x04 \x01(\tR\aVersionB\x13Z\x11./workphone/wecomb\x06proto3"
  227. var (
  228. file_wecom_WPostDeviceInfoNotice_proto_rawDescOnce sync.Once
  229. file_wecom_WPostDeviceInfoNotice_proto_rawDescData []byte
  230. )
  231. func file_wecom_WPostDeviceInfoNotice_proto_rawDescGZIP() []byte {
  232. file_wecom_WPostDeviceInfoNotice_proto_rawDescOnce.Do(func() {
  233. file_wecom_WPostDeviceInfoNotice_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WPostDeviceInfoNotice_proto_rawDesc), len(file_wecom_WPostDeviceInfoNotice_proto_rawDesc)))
  234. })
  235. return file_wecom_WPostDeviceInfoNotice_proto_rawDescData
  236. }
  237. var file_wecom_WPostDeviceInfoNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  238. var file_wecom_WPostDeviceInfoNotice_proto_goTypes = []any{
  239. (*PostDeviceInfoNoticeMessage)(nil), // 0: Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage
  240. (*PostDeviceInfoNoticeMessage_DeviceAppInfoMessage)(nil), // 1: Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
  241. }
  242. var file_wecom_WPostDeviceInfoNotice_proto_depIdxs = []int32{
  243. 1, // 0: Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.AppInfos:type_name -> Im.Scrm.Ww.Proto.PostDeviceInfoNoticeMessage.DeviceAppInfoMessage
  244. 1, // [1:1] is the sub-list for method output_type
  245. 1, // [1:1] is the sub-list for method input_type
  246. 1, // [1:1] is the sub-list for extension type_name
  247. 1, // [1:1] is the sub-list for extension extendee
  248. 0, // [0:1] is the sub-list for field type_name
  249. }
  250. func init() { file_wecom_WPostDeviceInfoNotice_proto_init() }
  251. func file_wecom_WPostDeviceInfoNotice_proto_init() {
  252. if File_wecom_WPostDeviceInfoNotice_proto != nil {
  253. return
  254. }
  255. type x struct{}
  256. out := protoimpl.TypeBuilder{
  257. File: protoimpl.DescBuilder{
  258. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  259. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WPostDeviceInfoNotice_proto_rawDesc), len(file_wecom_WPostDeviceInfoNotice_proto_rawDesc)),
  260. NumEnums: 0,
  261. NumMessages: 2,
  262. NumExtensions: 0,
  263. NumServices: 0,
  264. },
  265. GoTypes: file_wecom_WPostDeviceInfoNotice_proto_goTypes,
  266. DependencyIndexes: file_wecom_WPostDeviceInfoNotice_proto_depIdxs,
  267. MessageInfos: file_wecom_WPostDeviceInfoNotice_proto_msgTypes,
  268. }.Build()
  269. File_wecom_WPostDeviceInfoNotice_proto = out.File
  270. file_wecom_WPostDeviceInfoNotice_proto_goTypes = nil
  271. file_wecom_WPostDeviceInfoNotice_proto_depIdxs = nil
  272. }