mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
feat: upgrade to 3.6.51
This commit is contained in:
@@ -25,15 +25,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChJHZXRNYWlsU2NSc3AucHJvdG8aEENsaWVudE1haWwucHJvdG8ikwEKDEdl",
|
||||
"dE1haWxTY1JzcBINCgVJc0VuZBgLIAEoCBIjCg5Ob3RpY2VNYWlsTGlzdBgG",
|
||||
"IAMoCzILLkNsaWVudE1haWwSDwoHUmV0Y29kZRgPIAEoDRIQCghUb3RhbE51",
|
||||
"bRgBIAEoDRINCgVTdGFydBgIIAEoDRIdCghNYWlsTGlzdBgOIAMoCzILLkNs",
|
||||
"dE1haWxTY1JzcBINCgVJc0VuZBgCIAEoCBIdCghNYWlsTGlzdBgNIAMoCzIL",
|
||||
"LkNsaWVudE1haWwSDQoFU3RhcnQYBiABKA0SDwoHUmV0Y29kZRgFIAEoDRIQ",
|
||||
"CghUb3RhbE51bRgLIAEoDRIjCg5Ob3RpY2VNYWlsTGlzdBgHIAMoCzILLkNs",
|
||||
"aWVudE1haWxCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
|
||||
"dG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ClientMailReflection.Descriptor, },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMailScRsp), global::EggLink.DanhengServer.Proto.GetMailScRsp.Parser, new[]{ "IsEnd", "NoticeMailList", "Retcode", "TotalNum", "Start", "MailList" }, null, null, null, null)
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetMailScRsp), global::EggLink.DanhengServer.Proto.GetMailScRsp.Parser, new[]{ "IsEnd", "MailList", "Start", "Retcode", "TotalNum", "NoticeMailList" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
@@ -76,11 +76,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public GetMailScRsp(GetMailScRsp other) : this() {
|
||||
isEnd_ = other.isEnd_;
|
||||
noticeMailList_ = other.noticeMailList_.Clone();
|
||||
mailList_ = other.mailList_.Clone();
|
||||
start_ = other.start_;
|
||||
retcode_ = other.retcode_;
|
||||
totalNum_ = other.totalNum_;
|
||||
start_ = other.start_;
|
||||
mailList_ = other.mailList_.Clone();
|
||||
noticeMailList_ = other.noticeMailList_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "IsEnd" field.</summary>
|
||||
public const int IsEndFieldNumber = 11;
|
||||
public const int IsEndFieldNumber = 2;
|
||||
private bool isEnd_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -102,19 +102,31 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "NoticeMailList" field.</summary>
|
||||
public const int NoticeMailListFieldNumber = 6;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ClientMail> _repeated_noticeMailList_codec
|
||||
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.ClientMail.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> noticeMailList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail>();
|
||||
/// <summary>Field number for the "MailList" field.</summary>
|
||||
public const int MailListFieldNumber = 13;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ClientMail> _repeated_mailList_codec
|
||||
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.ClientMail.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> mailList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> NoticeMailList {
|
||||
get { return noticeMailList_; }
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> MailList {
|
||||
get { return mailList_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Start" field.</summary>
|
||||
public const int StartFieldNumber = 6;
|
||||
private uint start_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Start {
|
||||
get { return start_; }
|
||||
set {
|
||||
start_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Retcode" field.</summary>
|
||||
public const int RetcodeFieldNumber = 15;
|
||||
public const int RetcodeFieldNumber = 5;
|
||||
private uint retcode_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -126,7 +138,7 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "TotalNum" field.</summary>
|
||||
public const int TotalNumFieldNumber = 1;
|
||||
public const int TotalNumFieldNumber = 11;
|
||||
private uint totalNum_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
@@ -137,27 +149,15 @@ namespace EggLink.DanhengServer.Proto {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "Start" field.</summary>
|
||||
public const int StartFieldNumber = 8;
|
||||
private uint start_;
|
||||
/// <summary>Field number for the "NoticeMailList" field.</summary>
|
||||
public const int NoticeMailListFieldNumber = 7;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ClientMail> _repeated_noticeMailList_codec
|
||||
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.ClientMail.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> noticeMailList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public uint Start {
|
||||
get { return start_; }
|
||||
set {
|
||||
start_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "MailList" field.</summary>
|
||||
public const int MailListFieldNumber = 14;
|
||||
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ClientMail> _repeated_mailList_codec
|
||||
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.ClientMail.Parser);
|
||||
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> mailList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> MailList {
|
||||
get { return mailList_; }
|
||||
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ClientMail> NoticeMailList {
|
||||
get { return noticeMailList_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
@@ -176,11 +176,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
return true;
|
||||
}
|
||||
if (IsEnd != other.IsEnd) return false;
|
||||
if(!noticeMailList_.Equals(other.noticeMailList_)) return false;
|
||||
if(!mailList_.Equals(other.mailList_)) return false;
|
||||
if (Start != other.Start) return false;
|
||||
if (Retcode != other.Retcode) return false;
|
||||
if (TotalNum != other.TotalNum) return false;
|
||||
if (Start != other.Start) return false;
|
||||
if(!mailList_.Equals(other.mailList_)) return false;
|
||||
if(!noticeMailList_.Equals(other.noticeMailList_)) return false;
|
||||
return Equals(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -189,11 +189,11 @@ namespace EggLink.DanhengServer.Proto {
|
||||
public override int GetHashCode() {
|
||||
int hash = 1;
|
||||
if (IsEnd != false) hash ^= IsEnd.GetHashCode();
|
||||
hash ^= noticeMailList_.GetHashCode();
|
||||
hash ^= mailList_.GetHashCode();
|
||||
if (Start != 0) hash ^= Start.GetHashCode();
|
||||
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
||||
if (TotalNum != 0) hash ^= TotalNum.GetHashCode();
|
||||
if (Start != 0) hash ^= Start.GetHashCode();
|
||||
hash ^= mailList_.GetHashCode();
|
||||
hash ^= noticeMailList_.GetHashCode();
|
||||
if (_unknownFields != null) {
|
||||
hash ^= _unknownFields.GetHashCode();
|
||||
}
|
||||
@@ -212,24 +212,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
output.WriteRawMessage(this);
|
||||
#else
|
||||
if (TotalNum != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(TotalNum);
|
||||
}
|
||||
noticeMailList_.WriteTo(output, _repeated_noticeMailList_codec);
|
||||
if (Start != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(Start);
|
||||
}
|
||||
if (IsEnd != false) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(IsEnd);
|
||||
}
|
||||
mailList_.WriteTo(output, _repeated_mailList_codec);
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (Start != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Start);
|
||||
}
|
||||
noticeMailList_.WriteTo(output, _repeated_noticeMailList_codec);
|
||||
if (TotalNum != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(TotalNum);
|
||||
}
|
||||
mailList_.WriteTo(output, _repeated_mailList_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(output);
|
||||
}
|
||||
@@ -240,24 +240,24 @@ namespace EggLink.DanhengServer.Proto {
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
||||
if (TotalNum != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteUInt32(TotalNum);
|
||||
}
|
||||
noticeMailList_.WriteTo(ref output, _repeated_noticeMailList_codec);
|
||||
if (Start != 0) {
|
||||
output.WriteRawTag(64);
|
||||
output.WriteUInt32(Start);
|
||||
}
|
||||
if (IsEnd != false) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteRawTag(16);
|
||||
output.WriteBool(IsEnd);
|
||||
}
|
||||
mailList_.WriteTo(ref output, _repeated_mailList_codec);
|
||||
if (Retcode != 0) {
|
||||
output.WriteRawTag(120);
|
||||
output.WriteRawTag(40);
|
||||
output.WriteUInt32(Retcode);
|
||||
}
|
||||
if (Start != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteUInt32(Start);
|
||||
}
|
||||
noticeMailList_.WriteTo(ref output, _repeated_noticeMailList_codec);
|
||||
if (TotalNum != 0) {
|
||||
output.WriteRawTag(88);
|
||||
output.WriteUInt32(TotalNum);
|
||||
}
|
||||
mailList_.WriteTo(ref output, _repeated_mailList_codec);
|
||||
if (_unknownFields != null) {
|
||||
_unknownFields.WriteTo(ref output);
|
||||
}
|
||||
@@ -271,17 +271,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (IsEnd != false) {
|
||||
size += 1 + 1;
|
||||
}
|
||||
size += noticeMailList_.CalculateSize(_repeated_noticeMailList_codec);
|
||||
size += mailList_.CalculateSize(_repeated_mailList_codec);
|
||||
if (Start != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Start);
|
||||
}
|
||||
if (Retcode != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
||||
}
|
||||
if (TotalNum != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TotalNum);
|
||||
}
|
||||
if (Start != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Start);
|
||||
}
|
||||
size += mailList_.CalculateSize(_repeated_mailList_codec);
|
||||
size += noticeMailList_.CalculateSize(_repeated_noticeMailList_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
@@ -297,17 +297,17 @@ namespace EggLink.DanhengServer.Proto {
|
||||
if (other.IsEnd != false) {
|
||||
IsEnd = other.IsEnd;
|
||||
}
|
||||
noticeMailList_.Add(other.noticeMailList_);
|
||||
mailList_.Add(other.mailList_);
|
||||
if (other.Start != 0) {
|
||||
Start = other.Start;
|
||||
}
|
||||
if (other.Retcode != 0) {
|
||||
Retcode = other.Retcode;
|
||||
}
|
||||
if (other.TotalNum != 0) {
|
||||
TotalNum = other.TotalNum;
|
||||
}
|
||||
if (other.Start != 0) {
|
||||
Start = other.Start;
|
||||
}
|
||||
mailList_.Add(other.mailList_);
|
||||
noticeMailList_.Add(other.noticeMailList_);
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
||||
}
|
||||
|
||||
@@ -323,28 +323,28 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
TotalNum = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
noticeMailList_.AddEntriesFrom(input, _repeated_noticeMailList_codec);
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
Start = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
case 16: {
|
||||
IsEnd = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
mailList_.AddEntriesFrom(input, _repeated_mailList_codec);
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Retcode = input.ReadUInt32();
|
||||
case 48: {
|
||||
Start = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
noticeMailList_.AddEntriesFrom(input, _repeated_noticeMailList_codec);
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
TotalNum = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
mailList_.AddEntriesFrom(input, _repeated_mailList_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -362,28 +362,28 @@ namespace EggLink.DanhengServer.Proto {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
TotalNum = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 50: {
|
||||
noticeMailList_.AddEntriesFrom(ref input, _repeated_noticeMailList_codec);
|
||||
break;
|
||||
}
|
||||
case 64: {
|
||||
Start = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
case 16: {
|
||||
IsEnd = input.ReadBool();
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
mailList_.AddEntriesFrom(ref input, _repeated_mailList_codec);
|
||||
case 40: {
|
||||
Retcode = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 120: {
|
||||
Retcode = input.ReadUInt32();
|
||||
case 48: {
|
||||
Start = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 58: {
|
||||
noticeMailList_.AddEntriesFrom(ref input, _repeated_noticeMailList_codec);
|
||||
break;
|
||||
}
|
||||
case 88: {
|
||||
TotalNum = input.ReadUInt32();
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
mailList_.AddEntriesFrom(ref input, _repeated_mailList_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user