// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ChallengePeakLevelInfo.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { /// Holder for reflection information generated from ChallengePeakLevelInfo.proto public static partial class ChallengePeakLevelInfoReflection { #region Descriptor /// File descriptor for ChallengePeakLevelInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ChallengePeakLevelInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxDaGFsbGVuZ2VQZWFrTGV2ZWxJbmZvLnByb3RvGhFER0ZGTk9QRkxORS5w", "cm90bxoRT0VHTUVQT0hQTUEucHJvdG8aHENoYWxsZW5nZVBlYWtCb3NzTGV2", "ZWwucHJvdG8aG0NoYWxsZW5nZVBlYWtQcmVMZXZlbC5wcm90byK6AgoWQ2hh", "bGxlbmdlUGVha0xldmVsSW5mbxIhCgtFRklQSUdFTkZOSRgNIAEoCzIMLk9F", "R01FUE9IUE1BEjgKGHBlYWtfcHJlX2xldmVsX2luZm9fbGlzdBgPIAMoCzIW", "LkNoYWxsZW5nZVBlYWtQcmVMZXZlbBIwCg9wZWFrX2Jvc3NfbGV2ZWwYCCAB", "KAsyFy5DaGFsbGVuZ2VQZWFrQm9zc0xldmVsEhcKD3ByZV9sZXZlbF9zdGFy", "cxgHIAEoDRITCgtPRUxFRUZHQU9OUBgJIAMoDRIVCg1wZWFrX2dyb3VwX2lk", "GAUgASgNEhgKEGZpbmlzaGVkX3ByZV9udW0YCiABKA0SIQoLQVBHRUZPRk1L", "QkcYDiABKAsyDC5ER0ZGTk9QRkxORRIPCgdpc19lYXN5GAIgASgIQh6qAhtF", "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DGFFNOPFLNEReflection.Descriptor, global::EggLink.DanhengServer.Proto.OEGMEPOHPMAReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakBossLevelReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengePeakPreLevelReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakLevelInfo), global::EggLink.DanhengServer.Proto.ChallengePeakLevelInfo.Parser, new[]{ "EFIPIGENFNI", "PeakPreLevelInfoList", "PeakBossLevel", "PreLevelStars", "OELEEFGAONP", "PeakGroupId", "FinishedPreNum", "APGEFOFMKBG", "IsEasy" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ChallengePeakLevelInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ChallengePeakLevelInfo()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::EggLink.DanhengServer.Proto.ChallengePeakLevelInfoReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengePeakLevelInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengePeakLevelInfo(ChallengePeakLevelInfo other) : this() { eFIPIGENFNI_ = other.eFIPIGENFNI_ != null ? other.eFIPIGENFNI_.Clone() : null; peakPreLevelInfoList_ = other.peakPreLevelInfoList_.Clone(); peakBossLevel_ = other.peakBossLevel_ != null ? other.peakBossLevel_.Clone() : null; preLevelStars_ = other.preLevelStars_; oELEEFGAONP_ = other.oELEEFGAONP_.Clone(); peakGroupId_ = other.peakGroupId_; finishedPreNum_ = other.finishedPreNum_; aPGEFOFMKBG_ = other.aPGEFOFMKBG_ != null ? other.aPGEFOFMKBG_.Clone() : null; isEasy_ = other.isEasy_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengePeakLevelInfo Clone() { return new ChallengePeakLevelInfo(this); } /// Field number for the "EFIPIGENFNI" field. public const int EFIPIGENFNIFieldNumber = 13; private global::EggLink.DanhengServer.Proto.OEGMEPOHPMA eFIPIGENFNI_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.OEGMEPOHPMA EFIPIGENFNI { get { return eFIPIGENFNI_; } set { eFIPIGENFNI_ = value; } } /// Field number for the "peak_pre_level_info_list" field. public const int PeakPreLevelInfoListFieldNumber = 15; private static readonly pb::FieldCodec _repeated_peakPreLevelInfoList_codec = pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.ChallengePeakPreLevel.Parser); private readonly pbc::RepeatedField peakPreLevelInfoList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField PeakPreLevelInfoList { get { return peakPreLevelInfoList_; } } /// Field number for the "peak_boss_level" field. public const int PeakBossLevelFieldNumber = 8; private global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel peakBossLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel PeakBossLevel { get { return peakBossLevel_; } set { peakBossLevel_ = value; } } /// Field number for the "pre_level_stars" field. public const int PreLevelStarsFieldNumber = 7; private uint preLevelStars_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PreLevelStars { get { return preLevelStars_; } set { preLevelStars_ = value; } } /// Field number for the "OELEEFGAONP" field. public const int OELEEFGAONPFieldNumber = 9; private static readonly pb::FieldCodec _repeated_oELEEFGAONP_codec = pb::FieldCodec.ForUInt32(74); private readonly pbc::RepeatedField oELEEFGAONP_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField OELEEFGAONP { get { return oELEEFGAONP_; } } /// Field number for the "peak_group_id" field. public const int PeakGroupIdFieldNumber = 5; private uint peakGroupId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PeakGroupId { get { return peakGroupId_; } set { peakGroupId_ = value; } } /// Field number for the "finished_pre_num" field. public const int FinishedPreNumFieldNumber = 10; private uint finishedPreNum_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FinishedPreNum { get { return finishedPreNum_; } set { finishedPreNum_ = value; } } /// Field number for the "APGEFOFMKBG" field. public const int APGEFOFMKBGFieldNumber = 14; private global::EggLink.DanhengServer.Proto.DGFFNOPFLNE aPGEFOFMKBG_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DGFFNOPFLNE APGEFOFMKBG { get { return aPGEFOFMKBG_; } set { aPGEFOFMKBG_ = value; } } /// Field number for the "is_easy" field. public const int IsEasyFieldNumber = 2; private bool isEasy_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsEasy { get { return isEasy_; } set { isEasy_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ChallengePeakLevelInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ChallengePeakLevelInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(EFIPIGENFNI, other.EFIPIGENFNI)) return false; if(!peakPreLevelInfoList_.Equals(other.peakPreLevelInfoList_)) return false; if (!object.Equals(PeakBossLevel, other.PeakBossLevel)) return false; if (PreLevelStars != other.PreLevelStars) return false; if(!oELEEFGAONP_.Equals(other.oELEEFGAONP_)) return false; if (PeakGroupId != other.PeakGroupId) return false; if (FinishedPreNum != other.FinishedPreNum) return false; if (!object.Equals(APGEFOFMKBG, other.APGEFOFMKBG)) return false; if (IsEasy != other.IsEasy) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (eFIPIGENFNI_ != null) hash ^= EFIPIGENFNI.GetHashCode(); hash ^= peakPreLevelInfoList_.GetHashCode(); if (peakBossLevel_ != null) hash ^= PeakBossLevel.GetHashCode(); if (PreLevelStars != 0) hash ^= PreLevelStars.GetHashCode(); hash ^= oELEEFGAONP_.GetHashCode(); if (PeakGroupId != 0) hash ^= PeakGroupId.GetHashCode(); if (FinishedPreNum != 0) hash ^= FinishedPreNum.GetHashCode(); if (aPGEFOFMKBG_ != null) hash ^= APGEFOFMKBG.GetHashCode(); if (IsEasy != false) hash ^= IsEasy.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (IsEasy != false) { output.WriteRawTag(16); output.WriteBool(IsEasy); } if (PeakGroupId != 0) { output.WriteRawTag(40); output.WriteUInt32(PeakGroupId); } if (PreLevelStars != 0) { output.WriteRawTag(56); output.WriteUInt32(PreLevelStars); } if (peakBossLevel_ != null) { output.WriteRawTag(66); output.WriteMessage(PeakBossLevel); } oELEEFGAONP_.WriteTo(output, _repeated_oELEEFGAONP_codec); if (FinishedPreNum != 0) { output.WriteRawTag(80); output.WriteUInt32(FinishedPreNum); } if (eFIPIGENFNI_ != null) { output.WriteRawTag(106); output.WriteMessage(EFIPIGENFNI); } if (aPGEFOFMKBG_ != null) { output.WriteRawTag(114); output.WriteMessage(APGEFOFMKBG); } peakPreLevelInfoList_.WriteTo(output, _repeated_peakPreLevelInfoList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (IsEasy != false) { output.WriteRawTag(16); output.WriteBool(IsEasy); } if (PeakGroupId != 0) { output.WriteRawTag(40); output.WriteUInt32(PeakGroupId); } if (PreLevelStars != 0) { output.WriteRawTag(56); output.WriteUInt32(PreLevelStars); } if (peakBossLevel_ != null) { output.WriteRawTag(66); output.WriteMessage(PeakBossLevel); } oELEEFGAONP_.WriteTo(ref output, _repeated_oELEEFGAONP_codec); if (FinishedPreNum != 0) { output.WriteRawTag(80); output.WriteUInt32(FinishedPreNum); } if (eFIPIGENFNI_ != null) { output.WriteRawTag(106); output.WriteMessage(EFIPIGENFNI); } if (aPGEFOFMKBG_ != null) { output.WriteRawTag(114); output.WriteMessage(APGEFOFMKBG); } peakPreLevelInfoList_.WriteTo(ref output, _repeated_peakPreLevelInfoList_codec); if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (eFIPIGENFNI_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(EFIPIGENFNI); } size += peakPreLevelInfoList_.CalculateSize(_repeated_peakPreLevelInfoList_codec); if (peakBossLevel_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PeakBossLevel); } if (PreLevelStars != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PreLevelStars); } size += oELEEFGAONP_.CalculateSize(_repeated_oELEEFGAONP_codec); if (PeakGroupId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakGroupId); } if (FinishedPreNum != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FinishedPreNum); } if (aPGEFOFMKBG_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(APGEFOFMKBG); } if (IsEasy != false) { size += 1 + 1; } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ChallengePeakLevelInfo other) { if (other == null) { return; } if (other.eFIPIGENFNI_ != null) { if (eFIPIGENFNI_ == null) { EFIPIGENFNI = new global::EggLink.DanhengServer.Proto.OEGMEPOHPMA(); } EFIPIGENFNI.MergeFrom(other.EFIPIGENFNI); } peakPreLevelInfoList_.Add(other.peakPreLevelInfoList_); if (other.peakBossLevel_ != null) { if (peakBossLevel_ == null) { PeakBossLevel = new global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel(); } PeakBossLevel.MergeFrom(other.PeakBossLevel); } if (other.PreLevelStars != 0) { PreLevelStars = other.PreLevelStars; } oELEEFGAONP_.Add(other.oELEEFGAONP_); if (other.PeakGroupId != 0) { PeakGroupId = other.PeakGroupId; } if (other.FinishedPreNum != 0) { FinishedPreNum = other.FinishedPreNum; } if (other.aPGEFOFMKBG_ != null) { if (aPGEFOFMKBG_ == null) { APGEFOFMKBG = new global::EggLink.DanhengServer.Proto.DGFFNOPFLNE(); } APGEFOFMKBG.MergeFrom(other.APGEFOFMKBG); } if (other.IsEasy != false) { IsEasy = other.IsEasy; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 16: { IsEasy = input.ReadBool(); break; } case 40: { PeakGroupId = input.ReadUInt32(); break; } case 56: { PreLevelStars = input.ReadUInt32(); break; } case 66: { if (peakBossLevel_ == null) { PeakBossLevel = new global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel(); } input.ReadMessage(PeakBossLevel); break; } case 74: case 72: { oELEEFGAONP_.AddEntriesFrom(input, _repeated_oELEEFGAONP_codec); break; } case 80: { FinishedPreNum = input.ReadUInt32(); break; } case 106: { if (eFIPIGENFNI_ == null) { EFIPIGENFNI = new global::EggLink.DanhengServer.Proto.OEGMEPOHPMA(); } input.ReadMessage(EFIPIGENFNI); break; } case 114: { if (aPGEFOFMKBG_ == null) { APGEFOFMKBG = new global::EggLink.DanhengServer.Proto.DGFFNOPFLNE(); } input.ReadMessage(APGEFOFMKBG); break; } case 122: { peakPreLevelInfoList_.AddEntriesFrom(input, _repeated_peakPreLevelInfoList_codec); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 16: { IsEasy = input.ReadBool(); break; } case 40: { PeakGroupId = input.ReadUInt32(); break; } case 56: { PreLevelStars = input.ReadUInt32(); break; } case 66: { if (peakBossLevel_ == null) { PeakBossLevel = new global::EggLink.DanhengServer.Proto.ChallengePeakBossLevel(); } input.ReadMessage(PeakBossLevel); break; } case 74: case 72: { oELEEFGAONP_.AddEntriesFrom(ref input, _repeated_oELEEFGAONP_codec); break; } case 80: { FinishedPreNum = input.ReadUInt32(); break; } case 106: { if (eFIPIGENFNI_ == null) { EFIPIGENFNI = new global::EggLink.DanhengServer.Proto.OEGMEPOHPMA(); } input.ReadMessage(EFIPIGENFNI); break; } case 114: { if (aPGEFOFMKBG_ == null) { APGEFOFMKBG = new global::EggLink.DanhengServer.Proto.DGFFNOPFLNE(); } input.ReadMessage(APGEFOFMKBG); break; } case 122: { peakPreLevelInfoList_.AddEntriesFrom(ref input, _repeated_peakPreLevelInfoList_codec); break; } } } } #endif } #endregion } #endregion Designer generated code