alarm.pb.go 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: alarm.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type AlarmListRequest struct {
  20. Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
  21. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  22. ProjectId int64 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  23. Start int64 `protobuf:"varint,4,opt,name=start,proto3" json:"start"`
  24. End int64 `protobuf:"varint,5,opt,name=end,proto3" json:"end"`
  25. PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  26. Filter int32 `protobuf:"varint,7,opt,name=filter,proto3" json:"filter"`
  27. Timestamp int64 `protobuf:"varint,8,opt,name=timestamp,proto3" json:"timestamp"`
  28. DeviceCode int32 `protobuf:"varint,9,opt,name=device_code,json=deviceCode,proto3" json:"device_code"`
  29. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  30. XXX_unrecognized []byte `json:"-"`
  31. XXX_sizecache int32 `json:"-"`
  32. }
  33. func (m *AlarmListRequest) Reset() { *m = AlarmListRequest{} }
  34. func (m *AlarmListRequest) String() string { return proto.CompactTextString(m) }
  35. func (*AlarmListRequest) ProtoMessage() {}
  36. func (*AlarmListRequest) Descriptor() ([]byte, []int) {
  37. return fileDescriptor_4a4142572412ce8e, []int{0}
  38. }
  39. func (m *AlarmListRequest) XXX_Unmarshal(b []byte) error {
  40. return xxx_messageInfo_AlarmListRequest.Unmarshal(m, b)
  41. }
  42. func (m *AlarmListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  43. return xxx_messageInfo_AlarmListRequest.Marshal(b, m, deterministic)
  44. }
  45. func (m *AlarmListRequest) XXX_Merge(src proto.Message) {
  46. xxx_messageInfo_AlarmListRequest.Merge(m, src)
  47. }
  48. func (m *AlarmListRequest) XXX_Size() int {
  49. return xxx_messageInfo_AlarmListRequest.Size(m)
  50. }
  51. func (m *AlarmListRequest) XXX_DiscardUnknown() {
  52. xxx_messageInfo_AlarmListRequest.DiscardUnknown(m)
  53. }
  54. var xxx_messageInfo_AlarmListRequest proto.InternalMessageInfo
  55. func (m *AlarmListRequest) GetSn() string {
  56. if m != nil {
  57. return m.Sn
  58. }
  59. return ""
  60. }
  61. func (m *AlarmListRequest) GetPage() int32 {
  62. if m != nil {
  63. return m.Page
  64. }
  65. return 0
  66. }
  67. func (m *AlarmListRequest) GetProjectId() int64 {
  68. if m != nil {
  69. return m.ProjectId
  70. }
  71. return 0
  72. }
  73. func (m *AlarmListRequest) GetStart() int64 {
  74. if m != nil {
  75. return m.Start
  76. }
  77. return 0
  78. }
  79. func (m *AlarmListRequest) GetEnd() int64 {
  80. if m != nil {
  81. return m.End
  82. }
  83. return 0
  84. }
  85. func (m *AlarmListRequest) GetPageSize() int32 {
  86. if m != nil {
  87. return m.PageSize
  88. }
  89. return 0
  90. }
  91. func (m *AlarmListRequest) GetFilter() int32 {
  92. if m != nil {
  93. return m.Filter
  94. }
  95. return 0
  96. }
  97. func (m *AlarmListRequest) GetTimestamp() int64 {
  98. if m != nil {
  99. return m.Timestamp
  100. }
  101. return 0
  102. }
  103. func (m *AlarmListRequest) GetDeviceCode() int32 {
  104. if m != nil {
  105. return m.DeviceCode
  106. }
  107. return 0
  108. }
  109. type AlarmItem struct {
  110. Sn string `protobuf:"bytes,1,opt,name=sn,proto3" json:"sn"`
  111. ProjectId int64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  112. Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason"`
  113. IsHandled bool `protobuf:"varint,4,opt,name=is_handled,json=isHandled,proto3" json:"is_handled"`
  114. Time string `protobuf:"bytes,5,opt,name=time,proto3" json:"time"`
  115. Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name"`
  116. TypeName string `protobuf:"bytes,7,opt,name=type_name,json=typeName,proto3" json:"type_name"`
  117. Id int64 `protobuf:"varint,8,opt,name=id,proto3" json:"id"`
  118. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  119. XXX_unrecognized []byte `json:"-"`
  120. XXX_sizecache int32 `json:"-"`
  121. }
  122. func (m *AlarmItem) Reset() { *m = AlarmItem{} }
  123. func (m *AlarmItem) String() string { return proto.CompactTextString(m) }
  124. func (*AlarmItem) ProtoMessage() {}
  125. func (*AlarmItem) Descriptor() ([]byte, []int) {
  126. return fileDescriptor_4a4142572412ce8e, []int{1}
  127. }
  128. func (m *AlarmItem) XXX_Unmarshal(b []byte) error {
  129. return xxx_messageInfo_AlarmItem.Unmarshal(m, b)
  130. }
  131. func (m *AlarmItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  132. return xxx_messageInfo_AlarmItem.Marshal(b, m, deterministic)
  133. }
  134. func (m *AlarmItem) XXX_Merge(src proto.Message) {
  135. xxx_messageInfo_AlarmItem.Merge(m, src)
  136. }
  137. func (m *AlarmItem) XXX_Size() int {
  138. return xxx_messageInfo_AlarmItem.Size(m)
  139. }
  140. func (m *AlarmItem) XXX_DiscardUnknown() {
  141. xxx_messageInfo_AlarmItem.DiscardUnknown(m)
  142. }
  143. var xxx_messageInfo_AlarmItem proto.InternalMessageInfo
  144. func (m *AlarmItem) GetSn() string {
  145. if m != nil {
  146. return m.Sn
  147. }
  148. return ""
  149. }
  150. func (m *AlarmItem) GetProjectId() int64 {
  151. if m != nil {
  152. return m.ProjectId
  153. }
  154. return 0
  155. }
  156. func (m *AlarmItem) GetReason() string {
  157. if m != nil {
  158. return m.Reason
  159. }
  160. return ""
  161. }
  162. func (m *AlarmItem) GetIsHandled() bool {
  163. if m != nil {
  164. return m.IsHandled
  165. }
  166. return false
  167. }
  168. func (m *AlarmItem) GetTime() string {
  169. if m != nil {
  170. return m.Time
  171. }
  172. return ""
  173. }
  174. func (m *AlarmItem) GetName() string {
  175. if m != nil {
  176. return m.Name
  177. }
  178. return ""
  179. }
  180. func (m *AlarmItem) GetTypeName() string {
  181. if m != nil {
  182. return m.TypeName
  183. }
  184. return ""
  185. }
  186. func (m *AlarmItem) GetId() int64 {
  187. if m != nil {
  188. return m.Id
  189. }
  190. return 0
  191. }
  192. type AlarmListReply struct {
  193. Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
  194. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  195. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  196. List []*AlarmItem `protobuf:"bytes,4,rep,name=list,proto3" json:"list"`
  197. HasMore bool `protobuf:"varint,5,opt,name=has_more,json=hasMore,proto3" json:"has_more"`
  198. Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp"`
  199. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  200. XXX_unrecognized []byte `json:"-"`
  201. XXX_sizecache int32 `json:"-"`
  202. }
  203. func (m *AlarmListReply) Reset() { *m = AlarmListReply{} }
  204. func (m *AlarmListReply) String() string { return proto.CompactTextString(m) }
  205. func (*AlarmListReply) ProtoMessage() {}
  206. func (*AlarmListReply) Descriptor() ([]byte, []int) {
  207. return fileDescriptor_4a4142572412ce8e, []int{2}
  208. }
  209. func (m *AlarmListReply) XXX_Unmarshal(b []byte) error {
  210. return xxx_messageInfo_AlarmListReply.Unmarshal(m, b)
  211. }
  212. func (m *AlarmListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  213. return xxx_messageInfo_AlarmListReply.Marshal(b, m, deterministic)
  214. }
  215. func (m *AlarmListReply) XXX_Merge(src proto.Message) {
  216. xxx_messageInfo_AlarmListReply.Merge(m, src)
  217. }
  218. func (m *AlarmListReply) XXX_Size() int {
  219. return xxx_messageInfo_AlarmListReply.Size(m)
  220. }
  221. func (m *AlarmListReply) XXX_DiscardUnknown() {
  222. xxx_messageInfo_AlarmListReply.DiscardUnknown(m)
  223. }
  224. var xxx_messageInfo_AlarmListReply proto.InternalMessageInfo
  225. func (m *AlarmListReply) GetTotal() int64 {
  226. if m != nil {
  227. return m.Total
  228. }
  229. return 0
  230. }
  231. func (m *AlarmListReply) GetPage() int32 {
  232. if m != nil {
  233. return m.Page
  234. }
  235. return 0
  236. }
  237. func (m *AlarmListReply) GetPageSize() int32 {
  238. if m != nil {
  239. return m.PageSize
  240. }
  241. return 0
  242. }
  243. func (m *AlarmListReply) GetList() []*AlarmItem {
  244. if m != nil {
  245. return m.List
  246. }
  247. return nil
  248. }
  249. func (m *AlarmListReply) GetHasMore() bool {
  250. if m != nil {
  251. return m.HasMore
  252. }
  253. return false
  254. }
  255. func (m *AlarmListReply) GetTimestamp() int64 {
  256. if m != nil {
  257. return m.Timestamp
  258. }
  259. return 0
  260. }
  261. type AlarmRule struct {
  262. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  263. Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
  264. AlarmCount int32 `protobuf:"varint,3,opt,name=alarm_count,json=alarmCount,proto3" json:"alarm_count"`
  265. SilencePeriod int32 `protobuf:"varint,4,opt,name=silence_period,json=silencePeriod,proto3" json:"silence_period"`
  266. IsOn bool `protobuf:"varint,5,opt,name=is_on,json=isOn,proto3" json:"is_on"`
  267. Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"`
  268. ContinuePeriod int32 `protobuf:"varint,7,opt,name=continue_period,json=continuePeriod,proto3" json:"continue_period"`
  269. ProjectName string `protobuf:"bytes,8,opt,name=project_name,json=projectName,proto3" json:"project_name"`
  270. DeviceName string `protobuf:"bytes,9,opt,name=device_name,json=deviceName,proto3" json:"device_name"`
  271. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  272. XXX_unrecognized []byte `json:"-"`
  273. XXX_sizecache int32 `json:"-"`
  274. }
  275. func (m *AlarmRule) Reset() { *m = AlarmRule{} }
  276. func (m *AlarmRule) String() string { return proto.CompactTextString(m) }
  277. func (*AlarmRule) ProtoMessage() {}
  278. func (*AlarmRule) Descriptor() ([]byte, []int) {
  279. return fileDescriptor_4a4142572412ce8e, []int{3}
  280. }
  281. func (m *AlarmRule) XXX_Unmarshal(b []byte) error {
  282. return xxx_messageInfo_AlarmRule.Unmarshal(m, b)
  283. }
  284. func (m *AlarmRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  285. return xxx_messageInfo_AlarmRule.Marshal(b, m, deterministic)
  286. }
  287. func (m *AlarmRule) XXX_Merge(src proto.Message) {
  288. xxx_messageInfo_AlarmRule.Merge(m, src)
  289. }
  290. func (m *AlarmRule) XXX_Size() int {
  291. return xxx_messageInfo_AlarmRule.Size(m)
  292. }
  293. func (m *AlarmRule) XXX_DiscardUnknown() {
  294. xxx_messageInfo_AlarmRule.DiscardUnknown(m)
  295. }
  296. var xxx_messageInfo_AlarmRule proto.InternalMessageInfo
  297. func (m *AlarmRule) GetProjectId() int64 {
  298. if m != nil {
  299. return m.ProjectId
  300. }
  301. return 0
  302. }
  303. func (m *AlarmRule) GetSn() string {
  304. if m != nil {
  305. return m.Sn
  306. }
  307. return ""
  308. }
  309. func (m *AlarmRule) GetAlarmCount() int32 {
  310. if m != nil {
  311. return m.AlarmCount
  312. }
  313. return 0
  314. }
  315. func (m *AlarmRule) GetSilencePeriod() int32 {
  316. if m != nil {
  317. return m.SilencePeriod
  318. }
  319. return 0
  320. }
  321. func (m *AlarmRule) GetIsOn() bool {
  322. if m != nil {
  323. return m.IsOn
  324. }
  325. return false
  326. }
  327. func (m *AlarmRule) GetId() int64 {
  328. if m != nil {
  329. return m.Id
  330. }
  331. return 0
  332. }
  333. func (m *AlarmRule) GetContinuePeriod() int32 {
  334. if m != nil {
  335. return m.ContinuePeriod
  336. }
  337. return 0
  338. }
  339. func (m *AlarmRule) GetProjectName() string {
  340. if m != nil {
  341. return m.ProjectName
  342. }
  343. return ""
  344. }
  345. func (m *AlarmRule) GetDeviceName() string {
  346. if m != nil {
  347. return m.DeviceName
  348. }
  349. return ""
  350. }
  351. type AlarmRuleAddRequest struct {
  352. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  353. Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
  354. AlarmCount int32 `protobuf:"varint,3,opt,name=alarm_count,json=alarmCount,proto3" json:"alarm_count"`
  355. SilencePeriod int32 `protobuf:"varint,4,opt,name=silence_period,json=silencePeriod,proto3" json:"silence_period"`
  356. IsOn bool `protobuf:"varint,5,opt,name=is_on,json=isOn,proto3" json:"is_on"`
  357. ContinuePeriod int32 `protobuf:"varint,7,opt,name=continue_period,json=continuePeriod,proto3" json:"continue_period"`
  358. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  359. XXX_unrecognized []byte `json:"-"`
  360. XXX_sizecache int32 `json:"-"`
  361. }
  362. func (m *AlarmRuleAddRequest) Reset() { *m = AlarmRuleAddRequest{} }
  363. func (m *AlarmRuleAddRequest) String() string { return proto.CompactTextString(m) }
  364. func (*AlarmRuleAddRequest) ProtoMessage() {}
  365. func (*AlarmRuleAddRequest) Descriptor() ([]byte, []int) {
  366. return fileDescriptor_4a4142572412ce8e, []int{4}
  367. }
  368. func (m *AlarmRuleAddRequest) XXX_Unmarshal(b []byte) error {
  369. return xxx_messageInfo_AlarmRuleAddRequest.Unmarshal(m, b)
  370. }
  371. func (m *AlarmRuleAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  372. return xxx_messageInfo_AlarmRuleAddRequest.Marshal(b, m, deterministic)
  373. }
  374. func (m *AlarmRuleAddRequest) XXX_Merge(src proto.Message) {
  375. xxx_messageInfo_AlarmRuleAddRequest.Merge(m, src)
  376. }
  377. func (m *AlarmRuleAddRequest) XXX_Size() int {
  378. return xxx_messageInfo_AlarmRuleAddRequest.Size(m)
  379. }
  380. func (m *AlarmRuleAddRequest) XXX_DiscardUnknown() {
  381. xxx_messageInfo_AlarmRuleAddRequest.DiscardUnknown(m)
  382. }
  383. var xxx_messageInfo_AlarmRuleAddRequest proto.InternalMessageInfo
  384. func (m *AlarmRuleAddRequest) GetProjectId() int64 {
  385. if m != nil {
  386. return m.ProjectId
  387. }
  388. return 0
  389. }
  390. func (m *AlarmRuleAddRequest) GetSn() string {
  391. if m != nil {
  392. return m.Sn
  393. }
  394. return ""
  395. }
  396. func (m *AlarmRuleAddRequest) GetAlarmCount() int32 {
  397. if m != nil {
  398. return m.AlarmCount
  399. }
  400. return 0
  401. }
  402. func (m *AlarmRuleAddRequest) GetSilencePeriod() int32 {
  403. if m != nil {
  404. return m.SilencePeriod
  405. }
  406. return 0
  407. }
  408. func (m *AlarmRuleAddRequest) GetIsOn() bool {
  409. if m != nil {
  410. return m.IsOn
  411. }
  412. return false
  413. }
  414. func (m *AlarmRuleAddRequest) GetContinuePeriod() int32 {
  415. if m != nil {
  416. return m.ContinuePeriod
  417. }
  418. return 0
  419. }
  420. type AlarmRuleAddReply struct {
  421. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  422. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  423. XXX_unrecognized []byte `json:"-"`
  424. XXX_sizecache int32 `json:"-"`
  425. }
  426. func (m *AlarmRuleAddReply) Reset() { *m = AlarmRuleAddReply{} }
  427. func (m *AlarmRuleAddReply) String() string { return proto.CompactTextString(m) }
  428. func (*AlarmRuleAddReply) ProtoMessage() {}
  429. func (*AlarmRuleAddReply) Descriptor() ([]byte, []int) {
  430. return fileDescriptor_4a4142572412ce8e, []int{5}
  431. }
  432. func (m *AlarmRuleAddReply) XXX_Unmarshal(b []byte) error {
  433. return xxx_messageInfo_AlarmRuleAddReply.Unmarshal(m, b)
  434. }
  435. func (m *AlarmRuleAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  436. return xxx_messageInfo_AlarmRuleAddReply.Marshal(b, m, deterministic)
  437. }
  438. func (m *AlarmRuleAddReply) XXX_Merge(src proto.Message) {
  439. xxx_messageInfo_AlarmRuleAddReply.Merge(m, src)
  440. }
  441. func (m *AlarmRuleAddReply) XXX_Size() int {
  442. return xxx_messageInfo_AlarmRuleAddReply.Size(m)
  443. }
  444. func (m *AlarmRuleAddReply) XXX_DiscardUnknown() {
  445. xxx_messageInfo_AlarmRuleAddReply.DiscardUnknown(m)
  446. }
  447. var xxx_messageInfo_AlarmRuleAddReply proto.InternalMessageInfo
  448. func (m *AlarmRuleAddReply) GetId() int64 {
  449. if m != nil {
  450. return m.Id
  451. }
  452. return 0
  453. }
  454. type AlarmRuleListRequest struct {
  455. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  456. Sn string `protobuf:"bytes,2,opt,name=sn,proto3" json:"sn"`
  457. Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
  458. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  459. XXX_unrecognized []byte `json:"-"`
  460. XXX_sizecache int32 `json:"-"`
  461. }
  462. func (m *AlarmRuleListRequest) Reset() { *m = AlarmRuleListRequest{} }
  463. func (m *AlarmRuleListRequest) String() string { return proto.CompactTextString(m) }
  464. func (*AlarmRuleListRequest) ProtoMessage() {}
  465. func (*AlarmRuleListRequest) Descriptor() ([]byte, []int) {
  466. return fileDescriptor_4a4142572412ce8e, []int{6}
  467. }
  468. func (m *AlarmRuleListRequest) XXX_Unmarshal(b []byte) error {
  469. return xxx_messageInfo_AlarmRuleListRequest.Unmarshal(m, b)
  470. }
  471. func (m *AlarmRuleListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  472. return xxx_messageInfo_AlarmRuleListRequest.Marshal(b, m, deterministic)
  473. }
  474. func (m *AlarmRuleListRequest) XXX_Merge(src proto.Message) {
  475. xxx_messageInfo_AlarmRuleListRequest.Merge(m, src)
  476. }
  477. func (m *AlarmRuleListRequest) XXX_Size() int {
  478. return xxx_messageInfo_AlarmRuleListRequest.Size(m)
  479. }
  480. func (m *AlarmRuleListRequest) XXX_DiscardUnknown() {
  481. xxx_messageInfo_AlarmRuleListRequest.DiscardUnknown(m)
  482. }
  483. var xxx_messageInfo_AlarmRuleListRequest proto.InternalMessageInfo
  484. func (m *AlarmRuleListRequest) GetProjectId() int64 {
  485. if m != nil {
  486. return m.ProjectId
  487. }
  488. return 0
  489. }
  490. func (m *AlarmRuleListRequest) GetSn() string {
  491. if m != nil {
  492. return m.Sn
  493. }
  494. return ""
  495. }
  496. func (m *AlarmRuleListRequest) GetPage() int32 {
  497. if m != nil {
  498. return m.Page
  499. }
  500. return 0
  501. }
  502. type AlarmRuleListReply struct {
  503. List []*AlarmRule `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  504. Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
  505. Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total"`
  506. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  507. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  508. XXX_unrecognized []byte `json:"-"`
  509. XXX_sizecache int32 `json:"-"`
  510. }
  511. func (m *AlarmRuleListReply) Reset() { *m = AlarmRuleListReply{} }
  512. func (m *AlarmRuleListReply) String() string { return proto.CompactTextString(m) }
  513. func (*AlarmRuleListReply) ProtoMessage() {}
  514. func (*AlarmRuleListReply) Descriptor() ([]byte, []int) {
  515. return fileDescriptor_4a4142572412ce8e, []int{7}
  516. }
  517. func (m *AlarmRuleListReply) XXX_Unmarshal(b []byte) error {
  518. return xxx_messageInfo_AlarmRuleListReply.Unmarshal(m, b)
  519. }
  520. func (m *AlarmRuleListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  521. return xxx_messageInfo_AlarmRuleListReply.Marshal(b, m, deterministic)
  522. }
  523. func (m *AlarmRuleListReply) XXX_Merge(src proto.Message) {
  524. xxx_messageInfo_AlarmRuleListReply.Merge(m, src)
  525. }
  526. func (m *AlarmRuleListReply) XXX_Size() int {
  527. return xxx_messageInfo_AlarmRuleListReply.Size(m)
  528. }
  529. func (m *AlarmRuleListReply) XXX_DiscardUnknown() {
  530. xxx_messageInfo_AlarmRuleListReply.DiscardUnknown(m)
  531. }
  532. var xxx_messageInfo_AlarmRuleListReply proto.InternalMessageInfo
  533. func (m *AlarmRuleListReply) GetList() []*AlarmRule {
  534. if m != nil {
  535. return m.List
  536. }
  537. return nil
  538. }
  539. func (m *AlarmRuleListReply) GetPage() int32 {
  540. if m != nil {
  541. return m.Page
  542. }
  543. return 0
  544. }
  545. func (m *AlarmRuleListReply) GetTotal() int64 {
  546. if m != nil {
  547. return m.Total
  548. }
  549. return 0
  550. }
  551. func (m *AlarmRuleListReply) GetPageSize() int32 {
  552. if m != nil {
  553. return m.PageSize
  554. }
  555. return 0
  556. }
  557. type AlarmRuleDeleteRequest struct {
  558. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  559. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  560. XXX_unrecognized []byte `json:"-"`
  561. XXX_sizecache int32 `json:"-"`
  562. }
  563. func (m *AlarmRuleDeleteRequest) Reset() { *m = AlarmRuleDeleteRequest{} }
  564. func (m *AlarmRuleDeleteRequest) String() string { return proto.CompactTextString(m) }
  565. func (*AlarmRuleDeleteRequest) ProtoMessage() {}
  566. func (*AlarmRuleDeleteRequest) Descriptor() ([]byte, []int) {
  567. return fileDescriptor_4a4142572412ce8e, []int{8}
  568. }
  569. func (m *AlarmRuleDeleteRequest) XXX_Unmarshal(b []byte) error {
  570. return xxx_messageInfo_AlarmRuleDeleteRequest.Unmarshal(m, b)
  571. }
  572. func (m *AlarmRuleDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  573. return xxx_messageInfo_AlarmRuleDeleteRequest.Marshal(b, m, deterministic)
  574. }
  575. func (m *AlarmRuleDeleteRequest) XXX_Merge(src proto.Message) {
  576. xxx_messageInfo_AlarmRuleDeleteRequest.Merge(m, src)
  577. }
  578. func (m *AlarmRuleDeleteRequest) XXX_Size() int {
  579. return xxx_messageInfo_AlarmRuleDeleteRequest.Size(m)
  580. }
  581. func (m *AlarmRuleDeleteRequest) XXX_DiscardUnknown() {
  582. xxx_messageInfo_AlarmRuleDeleteRequest.DiscardUnknown(m)
  583. }
  584. var xxx_messageInfo_AlarmRuleDeleteRequest proto.InternalMessageInfo
  585. func (m *AlarmRuleDeleteRequest) GetId() int64 {
  586. if m != nil {
  587. return m.Id
  588. }
  589. return 0
  590. }
  591. type AlarmRuleDeleteReply struct {
  592. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  593. XXX_unrecognized []byte `json:"-"`
  594. XXX_sizecache int32 `json:"-"`
  595. }
  596. func (m *AlarmRuleDeleteReply) Reset() { *m = AlarmRuleDeleteReply{} }
  597. func (m *AlarmRuleDeleteReply) String() string { return proto.CompactTextString(m) }
  598. func (*AlarmRuleDeleteReply) ProtoMessage() {}
  599. func (*AlarmRuleDeleteReply) Descriptor() ([]byte, []int) {
  600. return fileDescriptor_4a4142572412ce8e, []int{9}
  601. }
  602. func (m *AlarmRuleDeleteReply) XXX_Unmarshal(b []byte) error {
  603. return xxx_messageInfo_AlarmRuleDeleteReply.Unmarshal(m, b)
  604. }
  605. func (m *AlarmRuleDeleteReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  606. return xxx_messageInfo_AlarmRuleDeleteReply.Marshal(b, m, deterministic)
  607. }
  608. func (m *AlarmRuleDeleteReply) XXX_Merge(src proto.Message) {
  609. xxx_messageInfo_AlarmRuleDeleteReply.Merge(m, src)
  610. }
  611. func (m *AlarmRuleDeleteReply) XXX_Size() int {
  612. return xxx_messageInfo_AlarmRuleDeleteReply.Size(m)
  613. }
  614. func (m *AlarmRuleDeleteReply) XXX_DiscardUnknown() {
  615. xxx_messageInfo_AlarmRuleDeleteReply.DiscardUnknown(m)
  616. }
  617. var xxx_messageInfo_AlarmRuleDeleteReply proto.InternalMessageInfo
  618. type AlarmRuleOnOffRequest struct {
  619. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  620. IsOn bool `protobuf:"varint,2,opt,name=is_on,json=isOn,proto3" json:"is_on"`
  621. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  622. XXX_unrecognized []byte `json:"-"`
  623. XXX_sizecache int32 `json:"-"`
  624. }
  625. func (m *AlarmRuleOnOffRequest) Reset() { *m = AlarmRuleOnOffRequest{} }
  626. func (m *AlarmRuleOnOffRequest) String() string { return proto.CompactTextString(m) }
  627. func (*AlarmRuleOnOffRequest) ProtoMessage() {}
  628. func (*AlarmRuleOnOffRequest) Descriptor() ([]byte, []int) {
  629. return fileDescriptor_4a4142572412ce8e, []int{10}
  630. }
  631. func (m *AlarmRuleOnOffRequest) XXX_Unmarshal(b []byte) error {
  632. return xxx_messageInfo_AlarmRuleOnOffRequest.Unmarshal(m, b)
  633. }
  634. func (m *AlarmRuleOnOffRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  635. return xxx_messageInfo_AlarmRuleOnOffRequest.Marshal(b, m, deterministic)
  636. }
  637. func (m *AlarmRuleOnOffRequest) XXX_Merge(src proto.Message) {
  638. xxx_messageInfo_AlarmRuleOnOffRequest.Merge(m, src)
  639. }
  640. func (m *AlarmRuleOnOffRequest) XXX_Size() int {
  641. return xxx_messageInfo_AlarmRuleOnOffRequest.Size(m)
  642. }
  643. func (m *AlarmRuleOnOffRequest) XXX_DiscardUnknown() {
  644. xxx_messageInfo_AlarmRuleOnOffRequest.DiscardUnknown(m)
  645. }
  646. var xxx_messageInfo_AlarmRuleOnOffRequest proto.InternalMessageInfo
  647. func (m *AlarmRuleOnOffRequest) GetId() int64 {
  648. if m != nil {
  649. return m.Id
  650. }
  651. return 0
  652. }
  653. func (m *AlarmRuleOnOffRequest) GetIsOn() bool {
  654. if m != nil {
  655. return m.IsOn
  656. }
  657. return false
  658. }
  659. type AlarmRuleOnOffReply struct {
  660. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  661. XXX_unrecognized []byte `json:"-"`
  662. XXX_sizecache int32 `json:"-"`
  663. }
  664. func (m *AlarmRuleOnOffReply) Reset() { *m = AlarmRuleOnOffReply{} }
  665. func (m *AlarmRuleOnOffReply) String() string { return proto.CompactTextString(m) }
  666. func (*AlarmRuleOnOffReply) ProtoMessage() {}
  667. func (*AlarmRuleOnOffReply) Descriptor() ([]byte, []int) {
  668. return fileDescriptor_4a4142572412ce8e, []int{11}
  669. }
  670. func (m *AlarmRuleOnOffReply) XXX_Unmarshal(b []byte) error {
  671. return xxx_messageInfo_AlarmRuleOnOffReply.Unmarshal(m, b)
  672. }
  673. func (m *AlarmRuleOnOffReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  674. return xxx_messageInfo_AlarmRuleOnOffReply.Marshal(b, m, deterministic)
  675. }
  676. func (m *AlarmRuleOnOffReply) XXX_Merge(src proto.Message) {
  677. xxx_messageInfo_AlarmRuleOnOffReply.Merge(m, src)
  678. }
  679. func (m *AlarmRuleOnOffReply) XXX_Size() int {
  680. return xxx_messageInfo_AlarmRuleOnOffReply.Size(m)
  681. }
  682. func (m *AlarmRuleOnOffReply) XXX_DiscardUnknown() {
  683. xxx_messageInfo_AlarmRuleOnOffReply.DiscardUnknown(m)
  684. }
  685. var xxx_messageInfo_AlarmRuleOnOffReply proto.InternalMessageInfo
  686. type AlarmRuleUpdateRequest struct {
  687. Rule *AlarmRule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule"`
  688. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  689. XXX_unrecognized []byte `json:"-"`
  690. XXX_sizecache int32 `json:"-"`
  691. }
  692. func (m *AlarmRuleUpdateRequest) Reset() { *m = AlarmRuleUpdateRequest{} }
  693. func (m *AlarmRuleUpdateRequest) String() string { return proto.CompactTextString(m) }
  694. func (*AlarmRuleUpdateRequest) ProtoMessage() {}
  695. func (*AlarmRuleUpdateRequest) Descriptor() ([]byte, []int) {
  696. return fileDescriptor_4a4142572412ce8e, []int{12}
  697. }
  698. func (m *AlarmRuleUpdateRequest) XXX_Unmarshal(b []byte) error {
  699. return xxx_messageInfo_AlarmRuleUpdateRequest.Unmarshal(m, b)
  700. }
  701. func (m *AlarmRuleUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  702. return xxx_messageInfo_AlarmRuleUpdateRequest.Marshal(b, m, deterministic)
  703. }
  704. func (m *AlarmRuleUpdateRequest) XXX_Merge(src proto.Message) {
  705. xxx_messageInfo_AlarmRuleUpdateRequest.Merge(m, src)
  706. }
  707. func (m *AlarmRuleUpdateRequest) XXX_Size() int {
  708. return xxx_messageInfo_AlarmRuleUpdateRequest.Size(m)
  709. }
  710. func (m *AlarmRuleUpdateRequest) XXX_DiscardUnknown() {
  711. xxx_messageInfo_AlarmRuleUpdateRequest.DiscardUnknown(m)
  712. }
  713. var xxx_messageInfo_AlarmRuleUpdateRequest proto.InternalMessageInfo
  714. func (m *AlarmRuleUpdateRequest) GetRule() *AlarmRule {
  715. if m != nil {
  716. return m.Rule
  717. }
  718. return nil
  719. }
  720. type AlarmRuleUpdateReply struct {
  721. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  722. XXX_unrecognized []byte `json:"-"`
  723. XXX_sizecache int32 `json:"-"`
  724. }
  725. func (m *AlarmRuleUpdateReply) Reset() { *m = AlarmRuleUpdateReply{} }
  726. func (m *AlarmRuleUpdateReply) String() string { return proto.CompactTextString(m) }
  727. func (*AlarmRuleUpdateReply) ProtoMessage() {}
  728. func (*AlarmRuleUpdateReply) Descriptor() ([]byte, []int) {
  729. return fileDescriptor_4a4142572412ce8e, []int{13}
  730. }
  731. func (m *AlarmRuleUpdateReply) XXX_Unmarshal(b []byte) error {
  732. return xxx_messageInfo_AlarmRuleUpdateReply.Unmarshal(m, b)
  733. }
  734. func (m *AlarmRuleUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  735. return xxx_messageInfo_AlarmRuleUpdateReply.Marshal(b, m, deterministic)
  736. }
  737. func (m *AlarmRuleUpdateReply) XXX_Merge(src proto.Message) {
  738. xxx_messageInfo_AlarmRuleUpdateReply.Merge(m, src)
  739. }
  740. func (m *AlarmRuleUpdateReply) XXX_Size() int {
  741. return xxx_messageInfo_AlarmRuleUpdateReply.Size(m)
  742. }
  743. func (m *AlarmRuleUpdateReply) XXX_DiscardUnknown() {
  744. xxx_messageInfo_AlarmRuleUpdateReply.DiscardUnknown(m)
  745. }
  746. var xxx_messageInfo_AlarmRuleUpdateReply proto.InternalMessageInfo
  747. type AlarmContact struct {
  748. // id
  749. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  750. // 项目id
  751. ProjectId int64 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  752. // 告警联系人电话
  753. Phone string `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone"`
  754. // 告警联系人邮件
  755. Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email"`
  756. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  757. XXX_unrecognized []byte `json:"-"`
  758. XXX_sizecache int32 `json:"-"`
  759. }
  760. func (m *AlarmContact) Reset() { *m = AlarmContact{} }
  761. func (m *AlarmContact) String() string { return proto.CompactTextString(m) }
  762. func (*AlarmContact) ProtoMessage() {}
  763. func (*AlarmContact) Descriptor() ([]byte, []int) {
  764. return fileDescriptor_4a4142572412ce8e, []int{14}
  765. }
  766. func (m *AlarmContact) XXX_Unmarshal(b []byte) error {
  767. return xxx_messageInfo_AlarmContact.Unmarshal(m, b)
  768. }
  769. func (m *AlarmContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  770. return xxx_messageInfo_AlarmContact.Marshal(b, m, deterministic)
  771. }
  772. func (m *AlarmContact) XXX_Merge(src proto.Message) {
  773. xxx_messageInfo_AlarmContact.Merge(m, src)
  774. }
  775. func (m *AlarmContact) XXX_Size() int {
  776. return xxx_messageInfo_AlarmContact.Size(m)
  777. }
  778. func (m *AlarmContact) XXX_DiscardUnknown() {
  779. xxx_messageInfo_AlarmContact.DiscardUnknown(m)
  780. }
  781. var xxx_messageInfo_AlarmContact proto.InternalMessageInfo
  782. func (m *AlarmContact) GetId() int64 {
  783. if m != nil {
  784. return m.Id
  785. }
  786. return 0
  787. }
  788. func (m *AlarmContact) GetProjectId() int64 {
  789. if m != nil {
  790. return m.ProjectId
  791. }
  792. return 0
  793. }
  794. func (m *AlarmContact) GetPhone() string {
  795. if m != nil {
  796. return m.Phone
  797. }
  798. return ""
  799. }
  800. func (m *AlarmContact) GetEmail() string {
  801. if m != nil {
  802. return m.Email
  803. }
  804. return ""
  805. }
  806. type AlarmContactAddRequest struct {
  807. // 项目id
  808. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  809. // 告警联系人电话
  810. Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone"`
  811. // 告警联系人邮件
  812. Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"`
  813. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  814. XXX_unrecognized []byte `json:"-"`
  815. XXX_sizecache int32 `json:"-"`
  816. }
  817. func (m *AlarmContactAddRequest) Reset() { *m = AlarmContactAddRequest{} }
  818. func (m *AlarmContactAddRequest) String() string { return proto.CompactTextString(m) }
  819. func (*AlarmContactAddRequest) ProtoMessage() {}
  820. func (*AlarmContactAddRequest) Descriptor() ([]byte, []int) {
  821. return fileDescriptor_4a4142572412ce8e, []int{15}
  822. }
  823. func (m *AlarmContactAddRequest) XXX_Unmarshal(b []byte) error {
  824. return xxx_messageInfo_AlarmContactAddRequest.Unmarshal(m, b)
  825. }
  826. func (m *AlarmContactAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  827. return xxx_messageInfo_AlarmContactAddRequest.Marshal(b, m, deterministic)
  828. }
  829. func (m *AlarmContactAddRequest) XXX_Merge(src proto.Message) {
  830. xxx_messageInfo_AlarmContactAddRequest.Merge(m, src)
  831. }
  832. func (m *AlarmContactAddRequest) XXX_Size() int {
  833. return xxx_messageInfo_AlarmContactAddRequest.Size(m)
  834. }
  835. func (m *AlarmContactAddRequest) XXX_DiscardUnknown() {
  836. xxx_messageInfo_AlarmContactAddRequest.DiscardUnknown(m)
  837. }
  838. var xxx_messageInfo_AlarmContactAddRequest proto.InternalMessageInfo
  839. func (m *AlarmContactAddRequest) GetProjectId() int64 {
  840. if m != nil {
  841. return m.ProjectId
  842. }
  843. return 0
  844. }
  845. func (m *AlarmContactAddRequest) GetPhone() string {
  846. if m != nil {
  847. return m.Phone
  848. }
  849. return ""
  850. }
  851. func (m *AlarmContactAddRequest) GetEmail() string {
  852. if m != nil {
  853. return m.Email
  854. }
  855. return ""
  856. }
  857. type AlarmContactAddReply struct {
  858. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  859. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  860. XXX_unrecognized []byte `json:"-"`
  861. XXX_sizecache int32 `json:"-"`
  862. }
  863. func (m *AlarmContactAddReply) Reset() { *m = AlarmContactAddReply{} }
  864. func (m *AlarmContactAddReply) String() string { return proto.CompactTextString(m) }
  865. func (*AlarmContactAddReply) ProtoMessage() {}
  866. func (*AlarmContactAddReply) Descriptor() ([]byte, []int) {
  867. return fileDescriptor_4a4142572412ce8e, []int{16}
  868. }
  869. func (m *AlarmContactAddReply) XXX_Unmarshal(b []byte) error {
  870. return xxx_messageInfo_AlarmContactAddReply.Unmarshal(m, b)
  871. }
  872. func (m *AlarmContactAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  873. return xxx_messageInfo_AlarmContactAddReply.Marshal(b, m, deterministic)
  874. }
  875. func (m *AlarmContactAddReply) XXX_Merge(src proto.Message) {
  876. xxx_messageInfo_AlarmContactAddReply.Merge(m, src)
  877. }
  878. func (m *AlarmContactAddReply) XXX_Size() int {
  879. return xxx_messageInfo_AlarmContactAddReply.Size(m)
  880. }
  881. func (m *AlarmContactAddReply) XXX_DiscardUnknown() {
  882. xxx_messageInfo_AlarmContactAddReply.DiscardUnknown(m)
  883. }
  884. var xxx_messageInfo_AlarmContactAddReply proto.InternalMessageInfo
  885. func (m *AlarmContactAddReply) GetId() int64 {
  886. if m != nil {
  887. return m.Id
  888. }
  889. return 0
  890. }
  891. type AlarmContactListRequest struct {
  892. // 项目id
  893. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  894. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  895. XXX_unrecognized []byte `json:"-"`
  896. XXX_sizecache int32 `json:"-"`
  897. }
  898. func (m *AlarmContactListRequest) Reset() { *m = AlarmContactListRequest{} }
  899. func (m *AlarmContactListRequest) String() string { return proto.CompactTextString(m) }
  900. func (*AlarmContactListRequest) ProtoMessage() {}
  901. func (*AlarmContactListRequest) Descriptor() ([]byte, []int) {
  902. return fileDescriptor_4a4142572412ce8e, []int{17}
  903. }
  904. func (m *AlarmContactListRequest) XXX_Unmarshal(b []byte) error {
  905. return xxx_messageInfo_AlarmContactListRequest.Unmarshal(m, b)
  906. }
  907. func (m *AlarmContactListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  908. return xxx_messageInfo_AlarmContactListRequest.Marshal(b, m, deterministic)
  909. }
  910. func (m *AlarmContactListRequest) XXX_Merge(src proto.Message) {
  911. xxx_messageInfo_AlarmContactListRequest.Merge(m, src)
  912. }
  913. func (m *AlarmContactListRequest) XXX_Size() int {
  914. return xxx_messageInfo_AlarmContactListRequest.Size(m)
  915. }
  916. func (m *AlarmContactListRequest) XXX_DiscardUnknown() {
  917. xxx_messageInfo_AlarmContactListRequest.DiscardUnknown(m)
  918. }
  919. var xxx_messageInfo_AlarmContactListRequest proto.InternalMessageInfo
  920. func (m *AlarmContactListRequest) GetProjectId() int64 {
  921. if m != nil {
  922. return m.ProjectId
  923. }
  924. return 0
  925. }
  926. type AlarmContactListReply struct {
  927. List []*AlarmContact `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  928. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  929. XXX_unrecognized []byte `json:"-"`
  930. XXX_sizecache int32 `json:"-"`
  931. }
  932. func (m *AlarmContactListReply) Reset() { *m = AlarmContactListReply{} }
  933. func (m *AlarmContactListReply) String() string { return proto.CompactTextString(m) }
  934. func (*AlarmContactListReply) ProtoMessage() {}
  935. func (*AlarmContactListReply) Descriptor() ([]byte, []int) {
  936. return fileDescriptor_4a4142572412ce8e, []int{18}
  937. }
  938. func (m *AlarmContactListReply) XXX_Unmarshal(b []byte) error {
  939. return xxx_messageInfo_AlarmContactListReply.Unmarshal(m, b)
  940. }
  941. func (m *AlarmContactListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  942. return xxx_messageInfo_AlarmContactListReply.Marshal(b, m, deterministic)
  943. }
  944. func (m *AlarmContactListReply) XXX_Merge(src proto.Message) {
  945. xxx_messageInfo_AlarmContactListReply.Merge(m, src)
  946. }
  947. func (m *AlarmContactListReply) XXX_Size() int {
  948. return xxx_messageInfo_AlarmContactListReply.Size(m)
  949. }
  950. func (m *AlarmContactListReply) XXX_DiscardUnknown() {
  951. xxx_messageInfo_AlarmContactListReply.DiscardUnknown(m)
  952. }
  953. var xxx_messageInfo_AlarmContactListReply proto.InternalMessageInfo
  954. func (m *AlarmContactListReply) GetList() []*AlarmContact {
  955. if m != nil {
  956. return m.List
  957. }
  958. return nil
  959. }
  960. type AlarmContactDeleteRequest struct {
  961. // 项目id
  962. ProjectId int64 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id"`
  963. // id
  964. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  965. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  966. XXX_unrecognized []byte `json:"-"`
  967. XXX_sizecache int32 `json:"-"`
  968. }
  969. func (m *AlarmContactDeleteRequest) Reset() { *m = AlarmContactDeleteRequest{} }
  970. func (m *AlarmContactDeleteRequest) String() string { return proto.CompactTextString(m) }
  971. func (*AlarmContactDeleteRequest) ProtoMessage() {}
  972. func (*AlarmContactDeleteRequest) Descriptor() ([]byte, []int) {
  973. return fileDescriptor_4a4142572412ce8e, []int{19}
  974. }
  975. func (m *AlarmContactDeleteRequest) XXX_Unmarshal(b []byte) error {
  976. return xxx_messageInfo_AlarmContactDeleteRequest.Unmarshal(m, b)
  977. }
  978. func (m *AlarmContactDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  979. return xxx_messageInfo_AlarmContactDeleteRequest.Marshal(b, m, deterministic)
  980. }
  981. func (m *AlarmContactDeleteRequest) XXX_Merge(src proto.Message) {
  982. xxx_messageInfo_AlarmContactDeleteRequest.Merge(m, src)
  983. }
  984. func (m *AlarmContactDeleteRequest) XXX_Size() int {
  985. return xxx_messageInfo_AlarmContactDeleteRequest.Size(m)
  986. }
  987. func (m *AlarmContactDeleteRequest) XXX_DiscardUnknown() {
  988. xxx_messageInfo_AlarmContactDeleteRequest.DiscardUnknown(m)
  989. }
  990. var xxx_messageInfo_AlarmContactDeleteRequest proto.InternalMessageInfo
  991. func (m *AlarmContactDeleteRequest) GetProjectId() int64 {
  992. if m != nil {
  993. return m.ProjectId
  994. }
  995. return 0
  996. }
  997. func (m *AlarmContactDeleteRequest) GetId() int64 {
  998. if m != nil {
  999. return m.Id
  1000. }
  1001. return 0
  1002. }
  1003. type AlarmContactDeleteReply struct {
  1004. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1005. XXX_unrecognized []byte `json:"-"`
  1006. XXX_sizecache int32 `json:"-"`
  1007. }
  1008. func (m *AlarmContactDeleteReply) Reset() { *m = AlarmContactDeleteReply{} }
  1009. func (m *AlarmContactDeleteReply) String() string { return proto.CompactTextString(m) }
  1010. func (*AlarmContactDeleteReply) ProtoMessage() {}
  1011. func (*AlarmContactDeleteReply) Descriptor() ([]byte, []int) {
  1012. return fileDescriptor_4a4142572412ce8e, []int{20}
  1013. }
  1014. func (m *AlarmContactDeleteReply) XXX_Unmarshal(b []byte) error {
  1015. return xxx_messageInfo_AlarmContactDeleteReply.Unmarshal(m, b)
  1016. }
  1017. func (m *AlarmContactDeleteReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1018. return xxx_messageInfo_AlarmContactDeleteReply.Marshal(b, m, deterministic)
  1019. }
  1020. func (m *AlarmContactDeleteReply) XXX_Merge(src proto.Message) {
  1021. xxx_messageInfo_AlarmContactDeleteReply.Merge(m, src)
  1022. }
  1023. func (m *AlarmContactDeleteReply) XXX_Size() int {
  1024. return xxx_messageInfo_AlarmContactDeleteReply.Size(m)
  1025. }
  1026. func (m *AlarmContactDeleteReply) XXX_DiscardUnknown() {
  1027. xxx_messageInfo_AlarmContactDeleteReply.DiscardUnknown(m)
  1028. }
  1029. var xxx_messageInfo_AlarmContactDeleteReply proto.InternalMessageInfo
  1030. type AlarmContactUpdateRequest struct {
  1031. Contact *AlarmContact `protobuf:"bytes,1,opt,name=contact,proto3" json:"contact"`
  1032. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1033. XXX_unrecognized []byte `json:"-"`
  1034. XXX_sizecache int32 `json:"-"`
  1035. }
  1036. func (m *AlarmContactUpdateRequest) Reset() { *m = AlarmContactUpdateRequest{} }
  1037. func (m *AlarmContactUpdateRequest) String() string { return proto.CompactTextString(m) }
  1038. func (*AlarmContactUpdateRequest) ProtoMessage() {}
  1039. func (*AlarmContactUpdateRequest) Descriptor() ([]byte, []int) {
  1040. return fileDescriptor_4a4142572412ce8e, []int{21}
  1041. }
  1042. func (m *AlarmContactUpdateRequest) XXX_Unmarshal(b []byte) error {
  1043. return xxx_messageInfo_AlarmContactUpdateRequest.Unmarshal(m, b)
  1044. }
  1045. func (m *AlarmContactUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1046. return xxx_messageInfo_AlarmContactUpdateRequest.Marshal(b, m, deterministic)
  1047. }
  1048. func (m *AlarmContactUpdateRequest) XXX_Merge(src proto.Message) {
  1049. xxx_messageInfo_AlarmContactUpdateRequest.Merge(m, src)
  1050. }
  1051. func (m *AlarmContactUpdateRequest) XXX_Size() int {
  1052. return xxx_messageInfo_AlarmContactUpdateRequest.Size(m)
  1053. }
  1054. func (m *AlarmContactUpdateRequest) XXX_DiscardUnknown() {
  1055. xxx_messageInfo_AlarmContactUpdateRequest.DiscardUnknown(m)
  1056. }
  1057. var xxx_messageInfo_AlarmContactUpdateRequest proto.InternalMessageInfo
  1058. func (m *AlarmContactUpdateRequest) GetContact() *AlarmContact {
  1059. if m != nil {
  1060. return m.Contact
  1061. }
  1062. return nil
  1063. }
  1064. type AlarmContactUpdateReply struct {
  1065. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  1066. XXX_unrecognized []byte `json:"-"`
  1067. XXX_sizecache int32 `json:"-"`
  1068. }
  1069. func (m *AlarmContactUpdateReply) Reset() { *m = AlarmContactUpdateReply{} }
  1070. func (m *AlarmContactUpdateReply) String() string { return proto.CompactTextString(m) }
  1071. func (*AlarmContactUpdateReply) ProtoMessage() {}
  1072. func (*AlarmContactUpdateReply) Descriptor() ([]byte, []int) {
  1073. return fileDescriptor_4a4142572412ce8e, []int{22}
  1074. }
  1075. func (m *AlarmContactUpdateReply) XXX_Unmarshal(b []byte) error {
  1076. return xxx_messageInfo_AlarmContactUpdateReply.Unmarshal(m, b)
  1077. }
  1078. func (m *AlarmContactUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  1079. return xxx_messageInfo_AlarmContactUpdateReply.Marshal(b, m, deterministic)
  1080. }
  1081. func (m *AlarmContactUpdateReply) XXX_Merge(src proto.Message) {
  1082. xxx_messageInfo_AlarmContactUpdateReply.Merge(m, src)
  1083. }
  1084. func (m *AlarmContactUpdateReply) XXX_Size() int {
  1085. return xxx_messageInfo_AlarmContactUpdateReply.Size(m)
  1086. }
  1087. func (m *AlarmContactUpdateReply) XXX_DiscardUnknown() {
  1088. xxx_messageInfo_AlarmContactUpdateReply.DiscardUnknown(m)
  1089. }
  1090. var xxx_messageInfo_AlarmContactUpdateReply proto.InternalMessageInfo
  1091. func init() {
  1092. proto.RegisterType((*AlarmListRequest)(nil), "v1.AlarmListRequest")
  1093. proto.RegisterType((*AlarmItem)(nil), "v1.AlarmItem")
  1094. proto.RegisterType((*AlarmListReply)(nil), "v1.AlarmListReply")
  1095. proto.RegisterType((*AlarmRule)(nil), "v1.AlarmRule")
  1096. proto.RegisterType((*AlarmRuleAddRequest)(nil), "v1.AlarmRuleAddRequest")
  1097. proto.RegisterType((*AlarmRuleAddReply)(nil), "v1.AlarmRuleAddReply")
  1098. proto.RegisterType((*AlarmRuleListRequest)(nil), "v1.AlarmRuleListRequest")
  1099. proto.RegisterType((*AlarmRuleListReply)(nil), "v1.AlarmRuleListReply")
  1100. proto.RegisterType((*AlarmRuleDeleteRequest)(nil), "v1.AlarmRuleDeleteRequest")
  1101. proto.RegisterType((*AlarmRuleDeleteReply)(nil), "v1.AlarmRuleDeleteReply")
  1102. proto.RegisterType((*AlarmRuleOnOffRequest)(nil), "v1.AlarmRuleOnOffRequest")
  1103. proto.RegisterType((*AlarmRuleOnOffReply)(nil), "v1.AlarmRuleOnOffReply")
  1104. proto.RegisterType((*AlarmRuleUpdateRequest)(nil), "v1.AlarmRuleUpdateRequest")
  1105. proto.RegisterType((*AlarmRuleUpdateReply)(nil), "v1.AlarmRuleUpdateReply")
  1106. proto.RegisterType((*AlarmContact)(nil), "v1.AlarmContact")
  1107. proto.RegisterType((*AlarmContactAddRequest)(nil), "v1.AlarmContactAddRequest")
  1108. proto.RegisterType((*AlarmContactAddReply)(nil), "v1.AlarmContactAddReply")
  1109. proto.RegisterType((*AlarmContactListRequest)(nil), "v1.AlarmContactListRequest")
  1110. proto.RegisterType((*AlarmContactListReply)(nil), "v1.AlarmContactListReply")
  1111. proto.RegisterType((*AlarmContactDeleteRequest)(nil), "v1.AlarmContactDeleteRequest")
  1112. proto.RegisterType((*AlarmContactDeleteReply)(nil), "v1.AlarmContactDeleteReply")
  1113. proto.RegisterType((*AlarmContactUpdateRequest)(nil), "v1.AlarmContactUpdateRequest")
  1114. proto.RegisterType((*AlarmContactUpdateReply)(nil), "v1.AlarmContactUpdateReply")
  1115. }
  1116. func init() {
  1117. proto.RegisterFile("alarm.proto", fileDescriptor_4a4142572412ce8e)
  1118. }
  1119. var fileDescriptor_4a4142572412ce8e = []byte{
  1120. // 823 bytes of a gzipped FileDescriptorProto
  1121. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xdd, 0x6e, 0xdc, 0x44,
  1122. 0x14, 0x96, 0xed, 0xfd, 0xf3, 0xd9, 0x64, 0x09, 0x93, 0x64, 0x71, 0x04, 0x28, 0x89, 0x43, 0x60,
  1123. 0x85, 0x94, 0x44, 0x81, 0x1b, 0x24, 0xe0, 0x22, 0x04, 0x09, 0x82, 0x80, 0x20, 0x23, 0x2e, 0xe8,
  1124. 0x8d, 0x35, 0xb1, 0x27, 0xd9, 0xa9, 0xec, 0xb1, 0xeb, 0x99, 0xdd, 0x6a, 0x73, 0xd1, 0xa7, 0xe8,
  1125. 0x9b, 0xf4, 0x1d, 0x7a, 0xd1, 0xb7, 0xe9, 0x1b, 0x54, 0xf3, 0x63, 0xaf, 0xed, 0xdd, 0x2a, 0xe9,
  1126. 0x5d, 0xef, 0x3c, 0xdf, 0x9c, 0x39, 0xe7, 0x7c, 0xdf, 0xf9, 0x66, 0x64, 0x18, 0xe2, 0x04, 0x17,
  1127. 0xe9, 0x69, 0x5e, 0x64, 0x22, 0x43, 0xf6, 0xfc, 0xdc, 0x7f, 0x6b, 0xc1, 0xd6, 0x85, 0xc4, 0xfe,
  1128. 0xa4, 0x5c, 0x04, 0xe4, 0xd9, 0x8c, 0x70, 0x81, 0x46, 0x60, 0x73, 0xe6, 0x59, 0x07, 0xd6, 0xc4,
  1129. 0x0d, 0x6c, 0xce, 0x10, 0x82, 0x4e, 0x8e, 0xef, 0x88, 0x67, 0x1f, 0x58, 0x93, 0x6e, 0xa0, 0xbe,
  1130. 0xd1, 0x97, 0x00, 0x79, 0x91, 0x3d, 0x25, 0x91, 0x08, 0x69, 0xec, 0x39, 0x07, 0xd6, 0xc4, 0x09,
  1131. 0x5c, 0x83, 0x5c, 0xc5, 0x68, 0x07, 0xba, 0x5c, 0xe0, 0x42, 0x78, 0x1d, 0xb5, 0xa3, 0x17, 0x68,
  1132. 0x0b, 0x1c, 0xc2, 0x62, 0xaf, 0xab, 0x30, 0xf9, 0x89, 0x3e, 0x07, 0x57, 0xa6, 0x0b, 0x39, 0xbd,
  1133. 0x27, 0x5e, 0x4f, 0xe5, 0x1f, 0x48, 0xe0, 0x5f, 0x7a, 0x4f, 0xd0, 0x18, 0x7a, 0xb7, 0x34, 0x11,
  1134. 0xa4, 0xf0, 0xfa, 0x6a, 0xc7, 0xac, 0xd0, 0x17, 0xe0, 0x0a, 0x9a, 0x12, 0x2e, 0x70, 0x9a, 0x7b,
  1135. 0x03, 0x5d, 0xba, 0x02, 0xd0, 0x3e, 0x0c, 0x63, 0x32, 0xa7, 0x11, 0x09, 0xa3, 0x2c, 0x26, 0x9e,
  1136. 0xab, 0x8e, 0x82, 0x86, 0x2e, 0xb3, 0x98, 0xf8, 0xaf, 0x2d, 0x70, 0x15, 0xe7, 0x2b, 0x41, 0xd2,
  1137. 0x15, 0xb2, 0x4d, 0x62, 0x76, 0x9b, 0xd8, 0x18, 0x7a, 0x05, 0xc1, 0x3c, 0x63, 0x8a, 0xb3, 0x1b,
  1138. 0x98, 0x95, 0x3c, 0x46, 0x79, 0x38, 0xc5, 0x2c, 0x4e, 0x48, 0xac, 0x58, 0x0f, 0x02, 0x97, 0xf2,
  1139. 0xdf, 0x35, 0x20, 0x25, 0x94, 0x1d, 0x2a, 0xea, 0x6e, 0xa0, 0xbe, 0x25, 0xc6, 0x70, 0xaa, 0x69,
  1140. 0xbb, 0x81, 0xfa, 0x96, 0x7a, 0x88, 0x45, 0x4e, 0x42, 0xb5, 0xd1, 0x57, 0x1b, 0x03, 0x09, 0xfc,
  1141. 0x2d, 0x37, 0x47, 0x60, 0xd3, 0xd8, 0x10, 0xb6, 0x69, 0xec, 0xbf, 0xb2, 0x60, 0x54, 0x1b, 0x5e,
  1142. 0x9e, 0x2c, 0xa4, 0xee, 0x22, 0x13, 0x38, 0x51, 0x84, 0x9c, 0x40, 0x2f, 0xd6, 0x0e, 0xb0, 0xa1,
  1143. 0xbc, 0xd3, 0x52, 0xfe, 0x10, 0x3a, 0x09, 0xe5, 0x72, 0x7a, 0xce, 0x64, 0xf8, 0xdd, 0xe6, 0xe9,
  1144. 0xfc, 0xfc, 0xb4, 0x52, 0x2c, 0x50, 0x5b, 0x68, 0x0f, 0x06, 0x53, 0xcc, 0xc3, 0x34, 0x2b, 0x34,
  1145. 0xab, 0x41, 0xd0, 0x9f, 0x62, 0xfe, 0x57, 0x56, 0x90, 0xe6, 0x7c, 0x7a, 0xad, 0xf9, 0xf8, 0x2f,
  1146. 0x6d, 0x23, 0x7f, 0x30, 0x4b, 0xda, 0x3e, 0xb2, 0xda, 0x72, 0xeb, 0xe9, 0xd8, 0xd5, 0x74, 0xf6,
  1147. 0x8d, 0x85, 0xc3, 0x28, 0x9b, 0x31, 0x61, 0xfa, 0x06, 0x05, 0x5d, 0x4a, 0x04, 0x1d, 0xc3, 0x88,
  1148. 0xd3, 0x84, 0xb0, 0x88, 0x84, 0x39, 0x29, 0x68, 0xa6, 0x67, 0xd1, 0x0d, 0x36, 0x0d, 0xfa, 0x8f,
  1149. 0x02, 0xd1, 0x36, 0x74, 0x29, 0x0f, 0x33, 0x66, 0x5a, 0xef, 0x50, 0x7e, 0xcd, 0x8c, 0xbe, 0xbd,
  1150. 0x52, 0x5f, 0xf4, 0x0d, 0x7c, 0x12, 0x65, 0x4c, 0x50, 0x36, 0xab, 0x92, 0x69, 0x23, 0x8e, 0x4a,
  1151. 0xd8, 0x64, 0x3b, 0x84, 0x8d, 0x92, 0x84, 0x1a, 0xdc, 0x40, 0xf5, 0x3b, 0x34, 0x98, 0x9a, 0xdd,
  1152. 0xd2, 0x95, 0x2a, 0xc2, 0x55, 0x11, 0xc6, 0x95, 0x32, 0xc0, 0x7f, 0x63, 0xc1, 0x76, 0x25, 0xcb,
  1153. 0x45, 0x1c, 0x97, 0x97, 0xf1, 0x63, 0x12, 0xe8, 0xb1, 0x82, 0xf8, 0x47, 0xf0, 0x69, 0x93, 0x8b,
  1154. 0xf4, 0xa6, 0x96, 0xd7, 0xaa, 0xec, 0xfb, 0x3f, 0xec, 0x54, 0x41, 0xf5, 0xe7, 0xe7, 0x03, 0x19,
  1155. 0x97, 0xe6, 0x76, 0x96, 0xe6, 0xf6, 0x5f, 0x00, 0x6a, 0xa5, 0x96, 0x0d, 0x94, 0xae, 0xb6, 0x5a,
  1156. 0xae, 0x96, 0x51, 0xc6, 0xd5, 0xeb, 0x6e, 0x4a, 0x75, 0xa7, 0x9c, 0xfa, 0x9d, 0x6a, 0xdc, 0x9f,
  1157. 0x4e, 0xf3, 0xfe, 0xf8, 0x13, 0x18, 0x57, 0x99, 0x7f, 0x25, 0x09, 0x11, 0xa4, 0xf6, 0xb6, 0x36,
  1158. 0x44, 0x18, 0xd7, 0x44, 0x28, 0x23, 0xf3, 0x64, 0xe1, 0xff, 0x04, 0xbb, 0x15, 0x7e, 0xcd, 0xae,
  1159. 0x6f, 0x6f, 0xdf, 0x93, 0x60, 0x39, 0x28, 0x7b, 0x39, 0x28, 0x7f, 0xb7, 0xe6, 0x25, 0x73, 0x5a,
  1160. 0x26, 0xfd, 0xb1, 0xd6, 0xd6, 0x7f, 0x79, 0x8c, 0x97, 0x6d, 0x1d, 0x42, 0xa7, 0x98, 0x25, 0x44,
  1161. 0xe5, 0x5d, 0x95, 0x46, 0x6e, 0x35, 0x3a, 0x2d, 0x0f, 0xcb, 0xa4, 0x14, 0x36, 0x2e, 0xb4, 0xbd,
  1162. 0x98, 0xc0, 0xd1, 0x6a, 0x83, 0x0f, 0x3c, 0xa8, 0x3b, 0xd0, 0xcd, 0xa7, 0x19, 0x23, 0xe6, 0x3d,
  1163. 0xd5, 0x0b, 0x89, 0x92, 0x14, 0xd3, 0x44, 0x29, 0xeb, 0x06, 0x7a, 0xe1, 0x47, 0xa6, 0x7f, 0x53,
  1164. 0xea, 0xf1, 0xb7, 0xa4, 0x2a, 0x62, 0xaf, 0x2d, 0xe2, 0xd4, 0x8b, 0x7c, 0x6d, 0x78, 0xd6, 0x8b,
  1165. 0xac, 0xb3, 0xef, 0x0f, 0xf0, 0x59, 0x3d, 0xee, 0xf1, 0x0e, 0xf6, 0x7f, 0x36, 0xb3, 0x6d, 0x9c,
  1166. 0x94, 0x25, 0xbe, 0x6a, 0x18, 0x74, 0xab, 0x9a, 0x82, 0x09, 0xd4, 0x1e, 0xf5, 0xff, 0x80, 0xbd,
  1167. 0x3a, 0xda, 0xf4, 0xd7, 0xc3, 0x97, 0xa7, 0x1a, 0x82, 0x24, 0xb1, 0xd7, 0x24, 0x51, 0x77, 0xe0,
  1168. 0x6f, 0xcd, 0x32, 0x4d, 0xbf, 0x7c, 0x0b, 0xfd, 0x48, 0xe3, 0xc6, 0x32, 0xab, 0xcd, 0x96, 0x01,
  1169. 0xed, 0x1a, 0x35, 0xef, 0xfc, 0x72, 0xfc, 0xe4, 0x88, 0xa7, 0xb8, 0x10, 0x27, 0x9c, 0x0a, 0x72,
  1170. 0x92, 0x62, 0x86, 0xef, 0x48, 0x4a, 0x98, 0x38, 0xb9, 0xc3, 0x82, 0x3c, 0xc7, 0x8b, 0xb3, 0xfc,
  1171. 0xe6, 0x6c, 0x7e, 0x7e, 0xd3, 0x53, 0x3f, 0x2c, 0xdf, 0xbf, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x7e,
  1172. 0x9a, 0xcf, 0x4b, 0xbf, 0x08, 0x00, 0x00,
  1173. }