// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: linestory/linestory_msg.proto package pb import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) // 剧情开始 type LinestoryStartReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields JqId int32 `protobuf:"varint,1,opt,name=jqId,proto3" json:"jqId"` //剧情ID } func (x *LinestoryStartReq) Reset() { *x = LinestoryStartReq{} if protoimpl.UnsafeEnabled { mi := &file_linestory_linestory_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *LinestoryStartReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*LinestoryStartReq) ProtoMessage() {} func (x *LinestoryStartReq) ProtoReflect() protoreflect.Message { mi := &file_linestory_linestory_msg_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LinestoryStartReq.ProtoReflect.Descriptor instead. func (*LinestoryStartReq) Descriptor() ([]byte, []int) { return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{0} } func (x *LinestoryStartReq) GetJqId() int32 { if x != nil { return x.JqId } return 0 } type LinestoryStartResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields JqId int32 `protobuf:"varint,1,opt,name=jqId,proto3" json:"jqId"` TaskIds []int32 `protobuf:"varint,2,rep,packed,name=taskIds,proto3" json:"taskIds"` //已完成的任务ID } func (x *LinestoryStartResp) Reset() { *x = LinestoryStartResp{} if protoimpl.UnsafeEnabled { mi := &file_linestory_linestory_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *LinestoryStartResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*LinestoryStartResp) ProtoMessage() {} func (x *LinestoryStartResp) ProtoReflect() protoreflect.Message { mi := &file_linestory_linestory_msg_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LinestoryStartResp.ProtoReflect.Descriptor instead. func (*LinestoryStartResp) Descriptor() ([]byte, []int) { return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{1} } func (x *LinestoryStartResp) GetJqId() int32 { if x != nil { return x.JqId } return 0 } func (x *LinestoryStartResp) GetTaskIds() []int32 { if x != nil { return x.TaskIds } return nil } // 做任务 type LinestoryDotaskReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields TaskId int32 `protobuf:"varint,1,opt,name=taskId,proto3" json:"taskId"` //任务ID SubtaskId int32 `protobuf:"varint,2,opt,name=subtaskId,proto3" json:"subtaskId"` //子任务ID } func (x *LinestoryDotaskReq) Reset() { *x = LinestoryDotaskReq{} if protoimpl.UnsafeEnabled { mi := &file_linestory_linestory_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *LinestoryDotaskReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*LinestoryDotaskReq) ProtoMessage() {} func (x *LinestoryDotaskReq) ProtoReflect() protoreflect.Message { mi := &file_linestory_linestory_msg_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LinestoryDotaskReq.ProtoReflect.Descriptor instead. func (*LinestoryDotaskReq) Descriptor() ([]byte, []int) { return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{2} } func (x *LinestoryDotaskReq) GetTaskId() int32 { if x != nil { return x.TaskId } return 0 } func (x *LinestoryDotaskReq) GetSubtaskId() int32 { if x != nil { return x.SubtaskId } return 0 } type LinestoryDotaskResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields TaskId int32 `protobuf:"varint,1,opt,name=taskId,proto3" json:"taskId"` //任务ID SubtaskId int32 `protobuf:"varint,2,opt,name=subtaskId,proto3" json:"subtaskId"` //子任务ID ResetTaskId int32 `protobuf:"varint,3,opt,name=resetTaskId,proto3" json:"resetTaskId"` //重置任务起始ID } func (x *LinestoryDotaskResp) Reset() { *x = LinestoryDotaskResp{} if protoimpl.UnsafeEnabled { mi := &file_linestory_linestory_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *LinestoryDotaskResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*LinestoryDotaskResp) ProtoMessage() {} func (x *LinestoryDotaskResp) ProtoReflect() protoreflect.Message { mi := &file_linestory_linestory_msg_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LinestoryDotaskResp.ProtoReflect.Descriptor instead. func (*LinestoryDotaskResp) Descriptor() ([]byte, []int) { return file_linestory_linestory_msg_proto_rawDescGZIP(), []int{3} } func (x *LinestoryDotaskResp) GetTaskId() int32 { if x != nil { return x.TaskId } return 0 } func (x *LinestoryDotaskResp) GetSubtaskId() int32 { if x != nil { return x.SubtaskId } return 0 } func (x *LinestoryDotaskResp) GetResetTaskId() int32 { if x != nil { return x.ResetTaskId } return 0 } var File_linestory_linestory_msg_proto protoreflect.FileDescriptor var file_linestory_linestory_msg_proto_rawDesc = []byte{ 0x0a, 0x1d, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x2f, 0x6c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x27, 0x0a, 0x11, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x6a, 0x71, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6a, 0x71, 0x49, 0x64, 0x22, 0x42, 0x0a, 0x12, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6a, 0x71, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6a, 0x71, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x07, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x73, 0x22, 0x4a, 0x0a, 0x12, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x6f, 0x74, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x75, 0x62, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x75, 0x62, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x22, 0x6d, 0x0a, 0x13, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x44, 0x6f, 0x74, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x75, 0x62, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x75, 0x62, 0x74, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x65, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x65, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_linestory_linestory_msg_proto_rawDescOnce sync.Once file_linestory_linestory_msg_proto_rawDescData = file_linestory_linestory_msg_proto_rawDesc ) func file_linestory_linestory_msg_proto_rawDescGZIP() []byte { file_linestory_linestory_msg_proto_rawDescOnce.Do(func() { file_linestory_linestory_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_linestory_linestory_msg_proto_rawDescData) }) return file_linestory_linestory_msg_proto_rawDescData } var file_linestory_linestory_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 4) var file_linestory_linestory_msg_proto_goTypes = []interface{}{ (*LinestoryStartReq)(nil), // 0: LinestoryStartReq (*LinestoryStartResp)(nil), // 1: LinestoryStartResp (*LinestoryDotaskReq)(nil), // 2: LinestoryDotaskReq (*LinestoryDotaskResp)(nil), // 3: LinestoryDotaskResp } var file_linestory_linestory_msg_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for method output_type 0, // [0:0] is the sub-list for method input_type 0, // [0:0] is the sub-list for extension type_name 0, // [0:0] is the sub-list for extension extendee 0, // [0:0] is the sub-list for field type_name } func init() { file_linestory_linestory_msg_proto_init() } func file_linestory_linestory_msg_proto_init() { if File_linestory_linestory_msg_proto != nil { return } if !protoimpl.UnsafeEnabled { file_linestory_linestory_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LinestoryStartReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_linestory_linestory_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LinestoryStartResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_linestory_linestory_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LinestoryDotaskReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_linestory_linestory_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*LinestoryDotaskResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_linestory_linestory_msg_proto_rawDesc, NumEnums: 0, NumMessages: 4, NumExtensions: 0, NumServices: 0, }, GoTypes: file_linestory_linestory_msg_proto_goTypes, DependencyIndexes: file_linestory_linestory_msg_proto_depIdxs, MessageInfos: file_linestory_linestory_msg_proto_msgTypes, }.Build() File_linestory_linestory_msg_proto = out.File file_linestory_linestory_msg_proto_rawDesc = nil file_linestory_linestory_msg_proto_goTypes = nil file_linestory_linestory_msg_proto_depIdxs = nil }