WPhoneActionTask.pb.go 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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/WPhoneActionTask.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 EnumPhoneAction int32
  21. const (
  22. EnumPhoneAction_None EnumPhoneAction = 0 // 空
  23. EnumPhoneAction_Reboot EnumPhoneAction = 1 // 重启手机
  24. EnumPhoneAction_UploadLog EnumPhoneAction = 2 // 上传日志
  25. EnumPhoneAction_UploadFile EnumPhoneAction = 3 // 上传本地文件
  26. EnumPhoneAction_CleanAppCache EnumPhoneAction = 4 // 清除客服系统的图片缓存
  27. EnumPhoneAction_CleanWxCache EnumPhoneAction = 5 // 清除微信的图片视频缓存
  28. EnumPhoneAction_CleanFileUrlCache EnumPhoneAction = 6 // 清除手机缓存的文件url(用于防止重复上传)
  29. )
  30. // Enum value maps for EnumPhoneAction.
  31. var (
  32. EnumPhoneAction_name = map[int32]string{
  33. 0: "None",
  34. 1: "Reboot",
  35. 2: "UploadLog",
  36. 3: "UploadFile",
  37. 4: "CleanAppCache",
  38. 5: "CleanWxCache",
  39. 6: "CleanFileUrlCache",
  40. }
  41. EnumPhoneAction_value = map[string]int32{
  42. "None": 0,
  43. "Reboot": 1,
  44. "UploadLog": 2,
  45. "UploadFile": 3,
  46. "CleanAppCache": 4,
  47. "CleanWxCache": 5,
  48. "CleanFileUrlCache": 6,
  49. }
  50. )
  51. func (x EnumPhoneAction) Enum() *EnumPhoneAction {
  52. p := new(EnumPhoneAction)
  53. *p = x
  54. return p
  55. }
  56. func (x EnumPhoneAction) String() string {
  57. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  58. }
  59. func (EnumPhoneAction) Descriptor() protoreflect.EnumDescriptor {
  60. return file_wecom_WPhoneActionTask_proto_enumTypes[0].Descriptor()
  61. }
  62. func (EnumPhoneAction) Type() protoreflect.EnumType {
  63. return &file_wecom_WPhoneActionTask_proto_enumTypes[0]
  64. }
  65. func (x EnumPhoneAction) Number() protoreflect.EnumNumber {
  66. return protoreflect.EnumNumber(x)
  67. }
  68. // Deprecated: Use EnumPhoneAction.Descriptor instead.
  69. func (EnumPhoneAction) EnumDescriptor() ([]byte, []int) {
  70. return file_wecom_WPhoneActionTask_proto_rawDescGZIP(), []int{0}
  71. }
  72. type PhoneActionTaskMessage struct {
  73. state protoimpl.MessageState `protogen:"open.v1"`
  74. WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"`
  75. Imei string `protobuf:"bytes,2,opt,name=Imei,proto3" json:"Imei,omitempty"` // 备用,用wxid或imei来定位手机
  76. Action EnumPhoneAction `protobuf:"varint,3,opt,name=Action,proto3,enum=Im.Scrm.Ww.Proto.EnumPhoneAction" json:"Action,omitempty"` // 指令
  77. StrParam string `protobuf:"bytes,4,opt,name=StrParam,proto3" json:"StrParam,omitempty"` // 字符串参数,后续扩展用
  78. IntParam int32 `protobuf:"varint,5,opt,name=IntParam,proto3" json:"IntParam,omitempty"` // 整型参数,后续扩展用
  79. TaskId int64 `protobuf:"varint,6,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
  80. unknownFields protoimpl.UnknownFields
  81. sizeCache protoimpl.SizeCache
  82. }
  83. func (x *PhoneActionTaskMessage) Reset() {
  84. *x = PhoneActionTaskMessage{}
  85. mi := &file_wecom_WPhoneActionTask_proto_msgTypes[0]
  86. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  87. ms.StoreMessageInfo(mi)
  88. }
  89. func (x *PhoneActionTaskMessage) String() string {
  90. return protoimpl.X.MessageStringOf(x)
  91. }
  92. func (*PhoneActionTaskMessage) ProtoMessage() {}
  93. func (x *PhoneActionTaskMessage) ProtoReflect() protoreflect.Message {
  94. mi := &file_wecom_WPhoneActionTask_proto_msgTypes[0]
  95. if x != nil {
  96. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  97. if ms.LoadMessageInfo() == nil {
  98. ms.StoreMessageInfo(mi)
  99. }
  100. return ms
  101. }
  102. return mi.MessageOf(x)
  103. }
  104. // Deprecated: Use PhoneActionTaskMessage.ProtoReflect.Descriptor instead.
  105. func (*PhoneActionTaskMessage) Descriptor() ([]byte, []int) {
  106. return file_wecom_WPhoneActionTask_proto_rawDescGZIP(), []int{0}
  107. }
  108. func (x *PhoneActionTaskMessage) GetWxId() int64 {
  109. if x != nil {
  110. return x.WxId
  111. }
  112. return 0
  113. }
  114. func (x *PhoneActionTaskMessage) GetImei() string {
  115. if x != nil {
  116. return x.Imei
  117. }
  118. return ""
  119. }
  120. func (x *PhoneActionTaskMessage) GetAction() EnumPhoneAction {
  121. if x != nil {
  122. return x.Action
  123. }
  124. return EnumPhoneAction_None
  125. }
  126. func (x *PhoneActionTaskMessage) GetStrParam() string {
  127. if x != nil {
  128. return x.StrParam
  129. }
  130. return ""
  131. }
  132. func (x *PhoneActionTaskMessage) GetIntParam() int32 {
  133. if x != nil {
  134. return x.IntParam
  135. }
  136. return 0
  137. }
  138. func (x *PhoneActionTaskMessage) GetTaskId() int64 {
  139. if x != nil {
  140. return x.TaskId
  141. }
  142. return 0
  143. }
  144. var File_wecom_WPhoneActionTask_proto protoreflect.FileDescriptor
  145. const file_wecom_WPhoneActionTask_proto_rawDesc = "" +
  146. "\n" +
  147. "\x1cwecom/WPhoneActionTask.proto\x12\x10Im.Scrm.Ww.Proto\"\xcb\x01\n" +
  148. "\x16PhoneActionTaskMessage\x12\x12\n" +
  149. "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12\x12\n" +
  150. "\x04Imei\x18\x02 \x01(\tR\x04Imei\x129\n" +
  151. "\x06Action\x18\x03 \x01(\x0e2!.Im.Scrm.Ww.Proto.EnumPhoneActionR\x06Action\x12\x1a\n" +
  152. "\bStrParam\x18\x04 \x01(\tR\bStrParam\x12\x1a\n" +
  153. "\bIntParam\x18\x05 \x01(\x05R\bIntParam\x12\x16\n" +
  154. "\x06TaskId\x18\x06 \x01(\x03R\x06TaskId*\x82\x01\n" +
  155. "\x0fEnumPhoneAction\x12\b\n" +
  156. "\x04None\x10\x00\x12\n" +
  157. "\n" +
  158. "\x06Reboot\x10\x01\x12\r\n" +
  159. "\tUploadLog\x10\x02\x12\x0e\n" +
  160. "\n" +
  161. "UploadFile\x10\x03\x12\x11\n" +
  162. "\rCleanAppCache\x10\x04\x12\x10\n" +
  163. "\fCleanWxCache\x10\x05\x12\x15\n" +
  164. "\x11CleanFileUrlCache\x10\x06B\x13Z\x11./workphone/wecomb\x06proto3"
  165. var (
  166. file_wecom_WPhoneActionTask_proto_rawDescOnce sync.Once
  167. file_wecom_WPhoneActionTask_proto_rawDescData []byte
  168. )
  169. func file_wecom_WPhoneActionTask_proto_rawDescGZIP() []byte {
  170. file_wecom_WPhoneActionTask_proto_rawDescOnce.Do(func() {
  171. file_wecom_WPhoneActionTask_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WPhoneActionTask_proto_rawDesc), len(file_wecom_WPhoneActionTask_proto_rawDesc)))
  172. })
  173. return file_wecom_WPhoneActionTask_proto_rawDescData
  174. }
  175. var file_wecom_WPhoneActionTask_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
  176. var file_wecom_WPhoneActionTask_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  177. var file_wecom_WPhoneActionTask_proto_goTypes = []any{
  178. (EnumPhoneAction)(0), // 0: Im.Scrm.Ww.Proto.EnumPhoneAction
  179. (*PhoneActionTaskMessage)(nil), // 1: Im.Scrm.Ww.Proto.PhoneActionTaskMessage
  180. }
  181. var file_wecom_WPhoneActionTask_proto_depIdxs = []int32{
  182. 0, // 0: Im.Scrm.Ww.Proto.PhoneActionTaskMessage.Action:type_name -> Im.Scrm.Ww.Proto.EnumPhoneAction
  183. 1, // [1:1] is the sub-list for method output_type
  184. 1, // [1:1] is the sub-list for method input_type
  185. 1, // [1:1] is the sub-list for extension type_name
  186. 1, // [1:1] is the sub-list for extension extendee
  187. 0, // [0:1] is the sub-list for field type_name
  188. }
  189. func init() { file_wecom_WPhoneActionTask_proto_init() }
  190. func file_wecom_WPhoneActionTask_proto_init() {
  191. if File_wecom_WPhoneActionTask_proto != nil {
  192. return
  193. }
  194. type x struct{}
  195. out := protoimpl.TypeBuilder{
  196. File: protoimpl.DescBuilder{
  197. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  198. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WPhoneActionTask_proto_rawDesc), len(file_wecom_WPhoneActionTask_proto_rawDesc)),
  199. NumEnums: 1,
  200. NumMessages: 1,
  201. NumExtensions: 0,
  202. NumServices: 0,
  203. },
  204. GoTypes: file_wecom_WPhoneActionTask_proto_goTypes,
  205. DependencyIndexes: file_wecom_WPhoneActionTask_proto_depIdxs,
  206. EnumInfos: file_wecom_WPhoneActionTask_proto_enumTypes,
  207. MessageInfos: file_wecom_WPhoneActionTask_proto_msgTypes,
  208. }.Build()
  209. File_wecom_WPhoneActionTask_proto = out.File
  210. file_wecom_WPhoneActionTask_proto_goTypes = nil
  211. file_wecom_WPhoneActionTask_proto_depIdxs = nil
  212. }