WUserSetLabelTask.pb.go 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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/WUserSetLabelTask.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 UserSetLabelTaskMessage struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"` // 商家所属企业Wx号
  23. RemoteId int64 `protobuf:"varint,2,opt,name=RemoteId,proto3" json:"RemoteId,omitempty"` // 联系人id
  24. LabelId []int64 `protobuf:"varint,3,rep,packed,name=LabelId,proto3" json:"LabelId,omitempty"`
  25. // repeated int64 CorpLabelId = 3; // 公司标签id
  26. // repeated int64 PrivLabelId = 4; // 个人标签id
  27. TaskId int64 `protobuf:"varint,5,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
  28. unknownFields protoimpl.UnknownFields
  29. sizeCache protoimpl.SizeCache
  30. }
  31. func (x *UserSetLabelTaskMessage) Reset() {
  32. *x = UserSetLabelTaskMessage{}
  33. mi := &file_wecom_WUserSetLabelTask_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. func (x *UserSetLabelTaskMessage) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*UserSetLabelTaskMessage) ProtoMessage() {}
  41. func (x *UserSetLabelTaskMessage) ProtoReflect() protoreflect.Message {
  42. mi := &file_wecom_WUserSetLabelTask_proto_msgTypes[0]
  43. if x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use UserSetLabelTaskMessage.ProtoReflect.Descriptor instead.
  53. func (*UserSetLabelTaskMessage) Descriptor() ([]byte, []int) {
  54. return file_wecom_WUserSetLabelTask_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *UserSetLabelTaskMessage) GetWxId() int64 {
  57. if x != nil {
  58. return x.WxId
  59. }
  60. return 0
  61. }
  62. func (x *UserSetLabelTaskMessage) GetRemoteId() int64 {
  63. if x != nil {
  64. return x.RemoteId
  65. }
  66. return 0
  67. }
  68. func (x *UserSetLabelTaskMessage) GetLabelId() []int64 {
  69. if x != nil {
  70. return x.LabelId
  71. }
  72. return nil
  73. }
  74. func (x *UserSetLabelTaskMessage) GetTaskId() int64 {
  75. if x != nil {
  76. return x.TaskId
  77. }
  78. return 0
  79. }
  80. var File_wecom_WUserSetLabelTask_proto protoreflect.FileDescriptor
  81. const file_wecom_WUserSetLabelTask_proto_rawDesc = "" +
  82. "\n" +
  83. "\x1dwecom/WUserSetLabelTask.proto\x12\x10Im.Scrm.Ww.Proto\"{\n" +
  84. "\x17UserSetLabelTaskMessage\x12\x12\n" +
  85. "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12\x1a\n" +
  86. "\bRemoteId\x18\x02 \x01(\x03R\bRemoteId\x12\x18\n" +
  87. "\aLabelId\x18\x03 \x03(\x03R\aLabelId\x12\x16\n" +
  88. "\x06TaskId\x18\x05 \x01(\x03R\x06TaskIdB\x13Z\x11./workphone/wecomb\x06proto3"
  89. var (
  90. file_wecom_WUserSetLabelTask_proto_rawDescOnce sync.Once
  91. file_wecom_WUserSetLabelTask_proto_rawDescData []byte
  92. )
  93. func file_wecom_WUserSetLabelTask_proto_rawDescGZIP() []byte {
  94. file_wecom_WUserSetLabelTask_proto_rawDescOnce.Do(func() {
  95. file_wecom_WUserSetLabelTask_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WUserSetLabelTask_proto_rawDesc), len(file_wecom_WUserSetLabelTask_proto_rawDesc)))
  96. })
  97. return file_wecom_WUserSetLabelTask_proto_rawDescData
  98. }
  99. var file_wecom_WUserSetLabelTask_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  100. var file_wecom_WUserSetLabelTask_proto_goTypes = []any{
  101. (*UserSetLabelTaskMessage)(nil), // 0: Im.Scrm.Ww.Proto.UserSetLabelTaskMessage
  102. }
  103. var file_wecom_WUserSetLabelTask_proto_depIdxs = []int32{
  104. 0, // [0:0] is the sub-list for method output_type
  105. 0, // [0:0] is the sub-list for method input_type
  106. 0, // [0:0] is the sub-list for extension type_name
  107. 0, // [0:0] is the sub-list for extension extendee
  108. 0, // [0:0] is the sub-list for field type_name
  109. }
  110. func init() { file_wecom_WUserSetLabelTask_proto_init() }
  111. func file_wecom_WUserSetLabelTask_proto_init() {
  112. if File_wecom_WUserSetLabelTask_proto != nil {
  113. return
  114. }
  115. type x struct{}
  116. out := protoimpl.TypeBuilder{
  117. File: protoimpl.DescBuilder{
  118. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  119. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WUserSetLabelTask_proto_rawDesc), len(file_wecom_WUserSetLabelTask_proto_rawDesc)),
  120. NumEnums: 0,
  121. NumMessages: 1,
  122. NumExtensions: 0,
  123. NumServices: 0,
  124. },
  125. GoTypes: file_wecom_WUserSetLabelTask_proto_goTypes,
  126. DependencyIndexes: file_wecom_WUserSetLabelTask_proto_depIdxs,
  127. MessageInfos: file_wecom_WUserSetLabelTask_proto_msgTypes,
  128. }.Build()
  129. File_wecom_WUserSetLabelTask_proto = out.File
  130. file_wecom_WUserSetLabelTask_proto_goTypes = nil
  131. file_wecom_WUserSetLabelTask_proto_depIdxs = nil
  132. }