WPullMyQrCodeTaskResultNotice.pb.go 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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/WPullMyQrCodeTaskResultNotice.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. // 通用Trigger任务消息
  21. type PullMyQrCodeTaskResultNoticeMessage struct {
  22. state protoimpl.MessageState `protogen:"open.v1"`
  23. WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"` //
  24. Success bool `protobuf:"varint,2,opt,name=Success,proto3" json:"Success,omitempty"` // 是否成功
  25. ErrMsg string `protobuf:"bytes,4,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"` // 错误内容描述 获取 成功时附带的结果内容
  26. Url string `protobuf:"bytes,5,opt,name=Url,proto3" json:"Url,omitempty"` //
  27. unknownFields protoimpl.UnknownFields
  28. sizeCache protoimpl.SizeCache
  29. }
  30. func (x *PullMyQrCodeTaskResultNoticeMessage) Reset() {
  31. *x = PullMyQrCodeTaskResultNoticeMessage{}
  32. mi := &file_wecom_WPullMyQrCodeTaskResultNotice_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. func (x *PullMyQrCodeTaskResultNoticeMessage) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*PullMyQrCodeTaskResultNoticeMessage) ProtoMessage() {}
  40. func (x *PullMyQrCodeTaskResultNoticeMessage) ProtoReflect() protoreflect.Message {
  41. mi := &file_wecom_WPullMyQrCodeTaskResultNotice_proto_msgTypes[0]
  42. if x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use PullMyQrCodeTaskResultNoticeMessage.ProtoReflect.Descriptor instead.
  52. func (*PullMyQrCodeTaskResultNoticeMessage) Descriptor() ([]byte, []int) {
  53. return file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *PullMyQrCodeTaskResultNoticeMessage) GetWxId() int64 {
  56. if x != nil {
  57. return x.WxId
  58. }
  59. return 0
  60. }
  61. func (x *PullMyQrCodeTaskResultNoticeMessage) GetSuccess() bool {
  62. if x != nil {
  63. return x.Success
  64. }
  65. return false
  66. }
  67. func (x *PullMyQrCodeTaskResultNoticeMessage) GetErrMsg() string {
  68. if x != nil {
  69. return x.ErrMsg
  70. }
  71. return ""
  72. }
  73. func (x *PullMyQrCodeTaskResultNoticeMessage) GetUrl() string {
  74. if x != nil {
  75. return x.Url
  76. }
  77. return ""
  78. }
  79. var File_wecom_WPullMyQrCodeTaskResultNotice_proto protoreflect.FileDescriptor
  80. const file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDesc = "" +
  81. "\n" +
  82. ")wecom/WPullMyQrCodeTaskResultNotice.proto\x12\x10Im.Scrm.Ww.Proto\"}\n" +
  83. "#PullMyQrCodeTaskResultNoticeMessage\x12\x12\n" +
  84. "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12\x18\n" +
  85. "\aSuccess\x18\x02 \x01(\bR\aSuccess\x12\x16\n" +
  86. "\x06ErrMsg\x18\x04 \x01(\tR\x06ErrMsg\x12\x10\n" +
  87. "\x03Url\x18\x05 \x01(\tR\x03UrlB\x13Z\x11./workphone/wecomb\x06proto3"
  88. var (
  89. file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDescOnce sync.Once
  90. file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDescData []byte
  91. )
  92. func file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDescGZIP() []byte {
  93. file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDescOnce.Do(func() {
  94. file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDesc), len(file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDesc)))
  95. })
  96. return file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDescData
  97. }
  98. var file_wecom_WPullMyQrCodeTaskResultNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  99. var file_wecom_WPullMyQrCodeTaskResultNotice_proto_goTypes = []any{
  100. (*PullMyQrCodeTaskResultNoticeMessage)(nil), // 0: Im.Scrm.Ww.Proto.PullMyQrCodeTaskResultNoticeMessage
  101. }
  102. var file_wecom_WPullMyQrCodeTaskResultNotice_proto_depIdxs = []int32{
  103. 0, // [0:0] is the sub-list for method output_type
  104. 0, // [0:0] is the sub-list for method input_type
  105. 0, // [0:0] is the sub-list for extension type_name
  106. 0, // [0:0] is the sub-list for extension extendee
  107. 0, // [0:0] is the sub-list for field type_name
  108. }
  109. func init() { file_wecom_WPullMyQrCodeTaskResultNotice_proto_init() }
  110. func file_wecom_WPullMyQrCodeTaskResultNotice_proto_init() {
  111. if File_wecom_WPullMyQrCodeTaskResultNotice_proto != nil {
  112. return
  113. }
  114. type x struct{}
  115. out := protoimpl.TypeBuilder{
  116. File: protoimpl.DescBuilder{
  117. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  118. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDesc), len(file_wecom_WPullMyQrCodeTaskResultNotice_proto_rawDesc)),
  119. NumEnums: 0,
  120. NumMessages: 1,
  121. NumExtensions: 0,
  122. NumServices: 0,
  123. },
  124. GoTypes: file_wecom_WPullMyQrCodeTaskResultNotice_proto_goTypes,
  125. DependencyIndexes: file_wecom_WPullMyQrCodeTaskResultNotice_proto_depIdxs,
  126. MessageInfos: file_wecom_WPullMyQrCodeTaskResultNotice_proto_msgTypes,
  127. }.Build()
  128. File_wecom_WPullMyQrCodeTaskResultNotice_proto = out.File
  129. file_wecom_WPullMyQrCodeTaskResultNotice_proto_goTypes = nil
  130. file_wecom_WPullMyQrCodeTaskResultNotice_proto_depIdxs = nil
  131. }