ConfigPushNotice.pb.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.2
  4. // protoc v5.28.3
  5. // source: ConfigPushNotice.proto
  6. package workphone
  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 BoolConfigMessage struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
  24. Value bool `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"`
  25. Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
  26. Desc string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"Desc,omitempty"`
  27. }
  28. func (x *BoolConfigMessage) Reset() {
  29. *x = BoolConfigMessage{}
  30. mi := &file_ConfigPushNotice_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. func (x *BoolConfigMessage) String() string {
  35. return protoimpl.X.MessageStringOf(x)
  36. }
  37. func (*BoolConfigMessage) ProtoMessage() {}
  38. func (x *BoolConfigMessage) ProtoReflect() protoreflect.Message {
  39. mi := &file_ConfigPushNotice_proto_msgTypes[0]
  40. if x != nil {
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. if ms.LoadMessageInfo() == nil {
  43. ms.StoreMessageInfo(mi)
  44. }
  45. return ms
  46. }
  47. return mi.MessageOf(x)
  48. }
  49. // Deprecated: Use BoolConfigMessage.ProtoReflect.Descriptor instead.
  50. func (*BoolConfigMessage) Descriptor() ([]byte, []int) {
  51. return file_ConfigPushNotice_proto_rawDescGZIP(), []int{0}
  52. }
  53. func (x *BoolConfigMessage) GetKey() string {
  54. if x != nil {
  55. return x.Key
  56. }
  57. return ""
  58. }
  59. func (x *BoolConfigMessage) GetValue() bool {
  60. if x != nil {
  61. return x.Value
  62. }
  63. return false
  64. }
  65. func (x *BoolConfigMessage) GetName() string {
  66. if x != nil {
  67. return x.Name
  68. }
  69. return ""
  70. }
  71. func (x *BoolConfigMessage) GetDesc() string {
  72. if x != nil {
  73. return x.Desc
  74. }
  75. return ""
  76. }
  77. type IntConfigMessage struct {
  78. state protoimpl.MessageState
  79. sizeCache protoimpl.SizeCache
  80. unknownFields protoimpl.UnknownFields
  81. Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
  82. Value int32 `protobuf:"varint,2,opt,name=Value,proto3" json:"Value,omitempty"`
  83. Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
  84. Desc string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"Desc,omitempty"`
  85. }
  86. func (x *IntConfigMessage) Reset() {
  87. *x = IntConfigMessage{}
  88. mi := &file_ConfigPushNotice_proto_msgTypes[1]
  89. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  90. ms.StoreMessageInfo(mi)
  91. }
  92. func (x *IntConfigMessage) String() string {
  93. return protoimpl.X.MessageStringOf(x)
  94. }
  95. func (*IntConfigMessage) ProtoMessage() {}
  96. func (x *IntConfigMessage) ProtoReflect() protoreflect.Message {
  97. mi := &file_ConfigPushNotice_proto_msgTypes[1]
  98. if 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 IntConfigMessage.ProtoReflect.Descriptor instead.
  108. func (*IntConfigMessage) Descriptor() ([]byte, []int) {
  109. return file_ConfigPushNotice_proto_rawDescGZIP(), []int{1}
  110. }
  111. func (x *IntConfigMessage) GetKey() string {
  112. if x != nil {
  113. return x.Key
  114. }
  115. return ""
  116. }
  117. func (x *IntConfigMessage) GetValue() int32 {
  118. if x != nil {
  119. return x.Value
  120. }
  121. return 0
  122. }
  123. func (x *IntConfigMessage) GetName() string {
  124. if x != nil {
  125. return x.Name
  126. }
  127. return ""
  128. }
  129. func (x *IntConfigMessage) GetDesc() string {
  130. if x != nil {
  131. return x.Desc
  132. }
  133. return ""
  134. }
  135. type StrConfigMessage struct {
  136. state protoimpl.MessageState
  137. sizeCache protoimpl.SizeCache
  138. unknownFields protoimpl.UnknownFields
  139. Key string `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
  140. Value string `protobuf:"bytes,2,opt,name=Value,proto3" json:"Value,omitempty"`
  141. Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
  142. Desc string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"Desc,omitempty"`
  143. }
  144. func (x *StrConfigMessage) Reset() {
  145. *x = StrConfigMessage{}
  146. mi := &file_ConfigPushNotice_proto_msgTypes[2]
  147. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  148. ms.StoreMessageInfo(mi)
  149. }
  150. func (x *StrConfigMessage) String() string {
  151. return protoimpl.X.MessageStringOf(x)
  152. }
  153. func (*StrConfigMessage) ProtoMessage() {}
  154. func (x *StrConfigMessage) ProtoReflect() protoreflect.Message {
  155. mi := &file_ConfigPushNotice_proto_msgTypes[2]
  156. if x != nil {
  157. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  158. if ms.LoadMessageInfo() == nil {
  159. ms.StoreMessageInfo(mi)
  160. }
  161. return ms
  162. }
  163. return mi.MessageOf(x)
  164. }
  165. // Deprecated: Use StrConfigMessage.ProtoReflect.Descriptor instead.
  166. func (*StrConfigMessage) Descriptor() ([]byte, []int) {
  167. return file_ConfigPushNotice_proto_rawDescGZIP(), []int{2}
  168. }
  169. func (x *StrConfigMessage) GetKey() string {
  170. if x != nil {
  171. return x.Key
  172. }
  173. return ""
  174. }
  175. func (x *StrConfigMessage) GetValue() string {
  176. if x != nil {
  177. return x.Value
  178. }
  179. return ""
  180. }
  181. func (x *StrConfigMessage) GetName() string {
  182. if x != nil {
  183. return x.Name
  184. }
  185. return ""
  186. }
  187. func (x *StrConfigMessage) GetDesc() string {
  188. if x != nil {
  189. return x.Desc
  190. }
  191. return ""
  192. }
  193. type ConfigPushNoticeMessage struct {
  194. state protoimpl.MessageState
  195. sizeCache protoimpl.SizeCache
  196. unknownFields protoimpl.UnknownFields
  197. IMEI string `protobuf:"bytes,1,opt,name=IMEI,proto3" json:"IMEI,omitempty"` // 设备号
  198. WeChatId string `protobuf:"bytes,2,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"` //
  199. BoolConfs []*BoolConfigMessage `protobuf:"bytes,7,rep,name=BoolConfs,proto3" json:"BoolConfs,omitempty"`
  200. IntConfs []*IntConfigMessage `protobuf:"bytes,8,rep,name=IntConfs,proto3" json:"IntConfs,omitempty"`
  201. StrConfs []*StrConfigMessage `protobuf:"bytes,9,rep,name=StrConfs,proto3" json:"StrConfs,omitempty"`
  202. }
  203. func (x *ConfigPushNoticeMessage) Reset() {
  204. *x = ConfigPushNoticeMessage{}
  205. mi := &file_ConfigPushNotice_proto_msgTypes[3]
  206. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  207. ms.StoreMessageInfo(mi)
  208. }
  209. func (x *ConfigPushNoticeMessage) String() string {
  210. return protoimpl.X.MessageStringOf(x)
  211. }
  212. func (*ConfigPushNoticeMessage) ProtoMessage() {}
  213. func (x *ConfigPushNoticeMessage) ProtoReflect() protoreflect.Message {
  214. mi := &file_ConfigPushNotice_proto_msgTypes[3]
  215. if x != nil {
  216. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  217. if ms.LoadMessageInfo() == nil {
  218. ms.StoreMessageInfo(mi)
  219. }
  220. return ms
  221. }
  222. return mi.MessageOf(x)
  223. }
  224. // Deprecated: Use ConfigPushNoticeMessage.ProtoReflect.Descriptor instead.
  225. func (*ConfigPushNoticeMessage) Descriptor() ([]byte, []int) {
  226. return file_ConfigPushNotice_proto_rawDescGZIP(), []int{3}
  227. }
  228. func (x *ConfigPushNoticeMessage) GetIMEI() string {
  229. if x != nil {
  230. return x.IMEI
  231. }
  232. return ""
  233. }
  234. func (x *ConfigPushNoticeMessage) GetWeChatId() string {
  235. if x != nil {
  236. return x.WeChatId
  237. }
  238. return ""
  239. }
  240. func (x *ConfigPushNoticeMessage) GetBoolConfs() []*BoolConfigMessage {
  241. if x != nil {
  242. return x.BoolConfs
  243. }
  244. return nil
  245. }
  246. func (x *ConfigPushNoticeMessage) GetIntConfs() []*IntConfigMessage {
  247. if x != nil {
  248. return x.IntConfs
  249. }
  250. return nil
  251. }
  252. func (x *ConfigPushNoticeMessage) GetStrConfs() []*StrConfigMessage {
  253. if x != nil {
  254. return x.StrConfs
  255. }
  256. return nil
  257. }
  258. var File_ConfigPushNotice_proto protoreflect.FileDescriptor
  259. var file_ConfigPushNotice_proto_rawDesc = []byte{
  260. 0x0a, 0x16, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69,
  261. 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a,
  262. 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74,
  263. 0x6f, 0x22, 0x63, 0x0a, 0x11, 0x42, 0x6f, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d,
  264. 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20,
  265. 0x01, 0x28, 0x09, 0x52, 0x03, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75,
  266. 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12,
  267. 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61,
  268. 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x65, 0x73, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
  269. 0x52, 0x04, 0x44, 0x65, 0x73, 0x63, 0x22, 0x62, 0x0a, 0x10, 0x49, 0x6e, 0x74, 0x43, 0x6f, 0x6e,
  270. 0x66, 0x69, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x4b, 0x65,
  271. 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05,
  272. 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x56, 0x61, 0x6c,
  273. 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  274. 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x65, 0x73, 0x63, 0x18, 0x04,
  275. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x44, 0x65, 0x73, 0x63, 0x22, 0x62, 0x0a, 0x10, 0x53, 0x74,
  276. 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x10,
  277. 0x0a, 0x03, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x4b, 0x65, 0x79,
  278. 0x12, 0x14, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  279. 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03,
  280. 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x44, 0x65,
  281. 0x73, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x44, 0x65, 0x73, 0x63, 0x22, 0xa1,
  282. 0x02, 0x0a, 0x17, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74,
  283. 0x69, 0x63, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x49, 0x4d,
  284. 0x45, 0x49, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x49, 0x4d, 0x45, 0x49, 0x12, 0x1a,
  285. 0x0a, 0x08, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  286. 0x52, 0x08, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x49, 0x64, 0x12, 0x48, 0x0a, 0x09, 0x42, 0x6f,
  287. 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e,
  288. 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57,
  289. 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x42, 0x6f, 0x6f, 0x6c, 0x43, 0x6f, 0x6e, 0x66,
  290. 0x69, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x43,
  291. 0x6f, 0x6e, 0x66, 0x73, 0x12, 0x45, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x73,
  292. 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75,
  293. 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f,
  294. 0x2e, 0x49, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  295. 0x65, 0x52, 0x08, 0x49, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x73, 0x12, 0x45, 0x0a, 0x08, 0x53,
  296. 0x74, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e,
  297. 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57,
  298. 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x53, 0x74, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69,
  299. 0x67, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x08, 0x53, 0x74, 0x72, 0x43, 0x6f, 0x6e,
  300. 0x66, 0x73, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x70, 0x68, 0x6f, 0x6e,
  301. 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  302. }
  303. var (
  304. file_ConfigPushNotice_proto_rawDescOnce sync.Once
  305. file_ConfigPushNotice_proto_rawDescData = file_ConfigPushNotice_proto_rawDesc
  306. )
  307. func file_ConfigPushNotice_proto_rawDescGZIP() []byte {
  308. file_ConfigPushNotice_proto_rawDescOnce.Do(func() {
  309. file_ConfigPushNotice_proto_rawDescData = protoimpl.X.CompressGZIP(file_ConfigPushNotice_proto_rawDescData)
  310. })
  311. return file_ConfigPushNotice_proto_rawDescData
  312. }
  313. var file_ConfigPushNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  314. var file_ConfigPushNotice_proto_goTypes = []any{
  315. (*BoolConfigMessage)(nil), // 0: Jubo.JuLiao.IM.Wx.Proto.BoolConfigMessage
  316. (*IntConfigMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.IntConfigMessage
  317. (*StrConfigMessage)(nil), // 2: Jubo.JuLiao.IM.Wx.Proto.StrConfigMessage
  318. (*ConfigPushNoticeMessage)(nil), // 3: Jubo.JuLiao.IM.Wx.Proto.ConfigPushNoticeMessage
  319. }
  320. var file_ConfigPushNotice_proto_depIdxs = []int32{
  321. 0, // 0: Jubo.JuLiao.IM.Wx.Proto.ConfigPushNoticeMessage.BoolConfs:type_name -> Jubo.JuLiao.IM.Wx.Proto.BoolConfigMessage
  322. 1, // 1: Jubo.JuLiao.IM.Wx.Proto.ConfigPushNoticeMessage.IntConfs:type_name -> Jubo.JuLiao.IM.Wx.Proto.IntConfigMessage
  323. 2, // 2: Jubo.JuLiao.IM.Wx.Proto.ConfigPushNoticeMessage.StrConfs:type_name -> Jubo.JuLiao.IM.Wx.Proto.StrConfigMessage
  324. 3, // [3:3] is the sub-list for method output_type
  325. 3, // [3:3] is the sub-list for method input_type
  326. 3, // [3:3] is the sub-list for extension type_name
  327. 3, // [3:3] is the sub-list for extension extendee
  328. 0, // [0:3] is the sub-list for field type_name
  329. }
  330. func init() { file_ConfigPushNotice_proto_init() }
  331. func file_ConfigPushNotice_proto_init() {
  332. if File_ConfigPushNotice_proto != nil {
  333. return
  334. }
  335. type x struct{}
  336. out := protoimpl.TypeBuilder{
  337. File: protoimpl.DescBuilder{
  338. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  339. RawDescriptor: file_ConfigPushNotice_proto_rawDesc,
  340. NumEnums: 0,
  341. NumMessages: 4,
  342. NumExtensions: 0,
  343. NumServices: 0,
  344. },
  345. GoTypes: file_ConfigPushNotice_proto_goTypes,
  346. DependencyIndexes: file_ConfigPushNotice_proto_depIdxs,
  347. MessageInfos: file_ConfigPushNotice_proto_msgTypes,
  348. }.Build()
  349. File_ConfigPushNotice_proto = out.File
  350. file_ConfigPushNotice_proto_rawDesc = nil
  351. file_ConfigPushNotice_proto_goTypes = nil
  352. file_ConfigPushNotice_proto_depIdxs = nil
  353. }