// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: BossLevelStatistics.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 BossLevelStatistics.proto public static partial class BossLevelStatisticsReflection { #region Descriptor /// File descriptor for BossLevelStatistics.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BossLevelStatisticsReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChlCb3NzTGV2ZWxTdGF0aXN0aWNzLnByb3RvGhlDaGFsbGVuZ2VMaW5ldXBM", "aXN0LnByb3RvItMBChNCb3NzTGV2ZWxTdGF0aXN0aWNzEg8KB2J1ZmZfaWQY", "AyABKA0SJAoGbGluZXVwGAIgASgLMhQuQ2hhbGxlbmdlTGluZXVwTGlzdBIT", "CgtOSEdPTUFLSENPUBgLIAEoCBITCgtJRVBIRExNTE9BTxgOIAMoDRIaChJs", "ZWFzdF9yb3VuZHNfY291bnQYCCABKA0SEwoLTEdKQ0VQTk1DS00YDyABKAgS", "EwoLSkJPTEFBRkRLQU4YCiABKA0SFQoNcGVha19sZXZlbF9pZBgNIAEoDUIe", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeLineupListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BossLevelStatistics), global::EggLink.DanhengServer.Proto.BossLevelStatistics.Parser, new[]{ "BuffId", "Lineup", "NHGOMAKHCOP", "IEPHDLMLOAO", "LeastRoundsCount", "LGJCEPNMCKM", "JBOLAAFDKAN", "PeakLevelId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class BossLevelStatistics : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BossLevelStatistics()); 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.BossLevelStatisticsReflection.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 BossLevelStatistics() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BossLevelStatistics(BossLevelStatistics other) : this() { buffId_ = other.buffId_; lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null; nHGOMAKHCOP_ = other.nHGOMAKHCOP_; iEPHDLMLOAO_ = other.iEPHDLMLOAO_.Clone(); leastRoundsCount_ = other.leastRoundsCount_; lGJCEPNMCKM_ = other.lGJCEPNMCKM_; jBOLAAFDKAN_ = other.jBOLAAFDKAN_; peakLevelId_ = other.peakLevelId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BossLevelStatistics Clone() { return new BossLevelStatistics(this); } /// Field number for the "buff_id" field. public const int BuffIdFieldNumber = 3; private uint buffId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BuffId { get { return buffId_; } set { buffId_ = value; } } /// Field number for the "lineup" field. public const int LineupFieldNumber = 2; private global::EggLink.DanhengServer.Proto.ChallengeLineupList lineup_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ChallengeLineupList Lineup { get { return lineup_; } set { lineup_ = value; } } /// Field number for the "NHGOMAKHCOP" field. public const int NHGOMAKHCOPFieldNumber = 11; private bool nHGOMAKHCOP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool NHGOMAKHCOP { get { return nHGOMAKHCOP_; } set { nHGOMAKHCOP_ = value; } } /// Field number for the "IEPHDLMLOAO" field. public const int IEPHDLMLOAOFieldNumber = 14; private static readonly pb::FieldCodec _repeated_iEPHDLMLOAO_codec = pb::FieldCodec.ForUInt32(114); private readonly pbc::RepeatedField iEPHDLMLOAO_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField IEPHDLMLOAO { get { return iEPHDLMLOAO_; } } /// Field number for the "least_rounds_count" field. public const int LeastRoundsCountFieldNumber = 8; private uint leastRoundsCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LeastRoundsCount { get { return leastRoundsCount_; } set { leastRoundsCount_ = value; } } /// Field number for the "LGJCEPNMCKM" field. public const int LGJCEPNMCKMFieldNumber = 15; private bool lGJCEPNMCKM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool LGJCEPNMCKM { get { return lGJCEPNMCKM_; } set { lGJCEPNMCKM_ = value; } } /// Field number for the "JBOLAAFDKAN" field. public const int JBOLAAFDKANFieldNumber = 10; private uint jBOLAAFDKAN_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JBOLAAFDKAN { get { return jBOLAAFDKAN_; } set { jBOLAAFDKAN_ = value; } } /// Field number for the "peak_level_id" field. public const int PeakLevelIdFieldNumber = 13; private uint peakLevelId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PeakLevelId { get { return peakLevelId_; } set { peakLevelId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as BossLevelStatistics); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(BossLevelStatistics other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (BuffId != other.BuffId) return false; if (!object.Equals(Lineup, other.Lineup)) return false; if (NHGOMAKHCOP != other.NHGOMAKHCOP) return false; if(!iEPHDLMLOAO_.Equals(other.iEPHDLMLOAO_)) return false; if (LeastRoundsCount != other.LeastRoundsCount) return false; if (LGJCEPNMCKM != other.LGJCEPNMCKM) return false; if (JBOLAAFDKAN != other.JBOLAAFDKAN) return false; if (PeakLevelId != other.PeakLevelId) 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 (BuffId != 0) hash ^= BuffId.GetHashCode(); if (lineup_ != null) hash ^= Lineup.GetHashCode(); if (NHGOMAKHCOP != false) hash ^= NHGOMAKHCOP.GetHashCode(); hash ^= iEPHDLMLOAO_.GetHashCode(); if (LeastRoundsCount != 0) hash ^= LeastRoundsCount.GetHashCode(); if (LGJCEPNMCKM != false) hash ^= LGJCEPNMCKM.GetHashCode(); if (JBOLAAFDKAN != 0) hash ^= JBOLAAFDKAN.GetHashCode(); if (PeakLevelId != 0) hash ^= PeakLevelId.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 (lineup_ != null) { output.WriteRawTag(18); output.WriteMessage(Lineup); } if (BuffId != 0) { output.WriteRawTag(24); output.WriteUInt32(BuffId); } if (LeastRoundsCount != 0) { output.WriteRawTag(64); output.WriteUInt32(LeastRoundsCount); } if (JBOLAAFDKAN != 0) { output.WriteRawTag(80); output.WriteUInt32(JBOLAAFDKAN); } if (NHGOMAKHCOP != false) { output.WriteRawTag(88); output.WriteBool(NHGOMAKHCOP); } if (PeakLevelId != 0) { output.WriteRawTag(104); output.WriteUInt32(PeakLevelId); } iEPHDLMLOAO_.WriteTo(output, _repeated_iEPHDLMLOAO_codec); if (LGJCEPNMCKM != false) { output.WriteRawTag(120); output.WriteBool(LGJCEPNMCKM); } 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 (lineup_ != null) { output.WriteRawTag(18); output.WriteMessage(Lineup); } if (BuffId != 0) { output.WriteRawTag(24); output.WriteUInt32(BuffId); } if (LeastRoundsCount != 0) { output.WriteRawTag(64); output.WriteUInt32(LeastRoundsCount); } if (JBOLAAFDKAN != 0) { output.WriteRawTag(80); output.WriteUInt32(JBOLAAFDKAN); } if (NHGOMAKHCOP != false) { output.WriteRawTag(88); output.WriteBool(NHGOMAKHCOP); } if (PeakLevelId != 0) { output.WriteRawTag(104); output.WriteUInt32(PeakLevelId); } iEPHDLMLOAO_.WriteTo(ref output, _repeated_iEPHDLMLOAO_codec); if (LGJCEPNMCKM != false) { output.WriteRawTag(120); output.WriteBool(LGJCEPNMCKM); } 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 (BuffId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffId); } if (lineup_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lineup); } if (NHGOMAKHCOP != false) { size += 1 + 1; } size += iEPHDLMLOAO_.CalculateSize(_repeated_iEPHDLMLOAO_codec); if (LeastRoundsCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LeastRoundsCount); } if (LGJCEPNMCKM != false) { size += 1 + 1; } if (JBOLAAFDKAN != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBOLAAFDKAN); } if (PeakLevelId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PeakLevelId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(BossLevelStatistics other) { if (other == null) { return; } if (other.BuffId != 0) { BuffId = other.BuffId; } if (other.lineup_ != null) { if (lineup_ == null) { Lineup = new global::EggLink.DanhengServer.Proto.ChallengeLineupList(); } Lineup.MergeFrom(other.Lineup); } if (other.NHGOMAKHCOP != false) { NHGOMAKHCOP = other.NHGOMAKHCOP; } iEPHDLMLOAO_.Add(other.iEPHDLMLOAO_); if (other.LeastRoundsCount != 0) { LeastRoundsCount = other.LeastRoundsCount; } if (other.LGJCEPNMCKM != false) { LGJCEPNMCKM = other.LGJCEPNMCKM; } if (other.JBOLAAFDKAN != 0) { JBOLAAFDKAN = other.JBOLAAFDKAN; } if (other.PeakLevelId != 0) { PeakLevelId = other.PeakLevelId; } _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 18: { if (lineup_ == null) { Lineup = new global::EggLink.DanhengServer.Proto.ChallengeLineupList(); } input.ReadMessage(Lineup); break; } case 24: { BuffId = input.ReadUInt32(); break; } case 64: { LeastRoundsCount = input.ReadUInt32(); break; } case 80: { JBOLAAFDKAN = input.ReadUInt32(); break; } case 88: { NHGOMAKHCOP = input.ReadBool(); break; } case 104: { PeakLevelId = input.ReadUInt32(); break; } case 114: case 112: { iEPHDLMLOAO_.AddEntriesFrom(input, _repeated_iEPHDLMLOAO_codec); break; } case 120: { LGJCEPNMCKM = input.ReadBool(); 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 18: { if (lineup_ == null) { Lineup = new global::EggLink.DanhengServer.Proto.ChallengeLineupList(); } input.ReadMessage(Lineup); break; } case 24: { BuffId = input.ReadUInt32(); break; } case 64: { LeastRoundsCount = input.ReadUInt32(); break; } case 80: { JBOLAAFDKAN = input.ReadUInt32(); break; } case 88: { NHGOMAKHCOP = input.ReadBool(); break; } case 104: { PeakLevelId = input.ReadUInt32(); break; } case 114: case 112: { iEPHDLMLOAO_.AddEntriesFrom(ref input, _repeated_iEPHDLMLOAO_codec); break; } case 120: { LGJCEPNMCKM = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code