// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ChallengePeakBossInfo.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 ChallengePeakBossInfo.proto public static partial class ChallengePeakBossInfoReflection { #region Descriptor /// File descriptor for ChallengePeakBossInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ChallengePeakBossInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtDaGFsbGVuZ2VQZWFrQm9zc0luZm8ucHJvdG8aEUpOTExPTkJLTkVJLnBy", "b3RvIu4BChVDaGFsbGVuZ2VQZWFrQm9zc0luZm8SIQoLTkJBTU5KQ0dPSUsY", "ASADKAsyDC5KTkxMT05CS05FSRITCgtGQU1LSE9JS0dGShgDIAEoDRIjChti", "b3NzX2Rpc3BsYXlfYXZhdGFyX2lkX2xpc3QYCSADKA0SIQoZcGVha19sZXZl", "bF9hdmF0YXJfaWRfbGlzdBgHIAMoDRITCgtpc19maW5pc2hlZBgPIAEoCBIP", "CgdidWZmX2lkGAQgASgNEhMKC0pCT0xBQUZES0FOGA0gASgNEhoKEmxlYXN0", "X3JvdW5kc19jb3VudBgCIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JNLLONBKNEIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengePeakBossInfo), global::EggLink.DanhengServer.Proto.ChallengePeakBossInfo.Parser, new[]{ "NBAMNJCGOIK", "FAMKHOIKGFJ", "BossDisplayAvatarIdList", "PeakLevelAvatarIdList", "IsFinished", "BuffId", "JBOLAAFDKAN", "LeastRoundsCount" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ChallengePeakBossInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ChallengePeakBossInfo()); 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.ChallengePeakBossInfoReflection.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 ChallengePeakBossInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengePeakBossInfo(ChallengePeakBossInfo other) : this() { nBAMNJCGOIK_ = other.nBAMNJCGOIK_.Clone(); fAMKHOIKGFJ_ = other.fAMKHOIKGFJ_; bossDisplayAvatarIdList_ = other.bossDisplayAvatarIdList_.Clone(); peakLevelAvatarIdList_ = other.peakLevelAvatarIdList_.Clone(); isFinished_ = other.isFinished_; buffId_ = other.buffId_; jBOLAAFDKAN_ = other.jBOLAAFDKAN_; leastRoundsCount_ = other.leastRoundsCount_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChallengePeakBossInfo Clone() { return new ChallengePeakBossInfo(this); } /// Field number for the "NBAMNJCGOIK" field. public const int NBAMNJCGOIKFieldNumber = 1; private static readonly pb::FieldCodec _repeated_nBAMNJCGOIK_codec = pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.JNLLONBKNEI.Parser); private readonly pbc::RepeatedField nBAMNJCGOIK_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField NBAMNJCGOIK { get { return nBAMNJCGOIK_; } } /// Field number for the "FAMKHOIKGFJ" field. public const int FAMKHOIKGFJFieldNumber = 3; private uint fAMKHOIKGFJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FAMKHOIKGFJ { get { return fAMKHOIKGFJ_; } set { fAMKHOIKGFJ_ = value; } } /// Field number for the "boss_display_avatar_id_list" field. public const int BossDisplayAvatarIdListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_bossDisplayAvatarIdList_codec = pb::FieldCodec.ForUInt32(74); private readonly pbc::RepeatedField bossDisplayAvatarIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField BossDisplayAvatarIdList { get { return bossDisplayAvatarIdList_; } } /// Field number for the "peak_level_avatar_id_list" field. public const int PeakLevelAvatarIdListFieldNumber = 7; private static readonly pb::FieldCodec _repeated_peakLevelAvatarIdList_codec = pb::FieldCodec.ForUInt32(58); private readonly pbc::RepeatedField peakLevelAvatarIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField PeakLevelAvatarIdList { get { return peakLevelAvatarIdList_; } } /// Field number for the "is_finished" field. public const int IsFinishedFieldNumber = 15; private bool isFinished_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsFinished { get { return isFinished_; } set { isFinished_ = value; } } /// Field number for the "buff_id" field. public const int BuffIdFieldNumber = 4; 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 "JBOLAAFDKAN" field. public const int JBOLAAFDKANFieldNumber = 13; 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 "least_rounds_count" field. public const int LeastRoundsCountFieldNumber = 2; private uint leastRoundsCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LeastRoundsCount { get { return leastRoundsCount_; } set { leastRoundsCount_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ChallengePeakBossInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ChallengePeakBossInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!nBAMNJCGOIK_.Equals(other.nBAMNJCGOIK_)) return false; if (FAMKHOIKGFJ != other.FAMKHOIKGFJ) return false; if(!bossDisplayAvatarIdList_.Equals(other.bossDisplayAvatarIdList_)) return false; if(!peakLevelAvatarIdList_.Equals(other.peakLevelAvatarIdList_)) return false; if (IsFinished != other.IsFinished) return false; if (BuffId != other.BuffId) return false; if (JBOLAAFDKAN != other.JBOLAAFDKAN) return false; if (LeastRoundsCount != other.LeastRoundsCount) 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; hash ^= nBAMNJCGOIK_.GetHashCode(); if (FAMKHOIKGFJ != 0) hash ^= FAMKHOIKGFJ.GetHashCode(); hash ^= bossDisplayAvatarIdList_.GetHashCode(); hash ^= peakLevelAvatarIdList_.GetHashCode(); if (IsFinished != false) hash ^= IsFinished.GetHashCode(); if (BuffId != 0) hash ^= BuffId.GetHashCode(); if (JBOLAAFDKAN != 0) hash ^= JBOLAAFDKAN.GetHashCode(); if (LeastRoundsCount != 0) hash ^= LeastRoundsCount.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 nBAMNJCGOIK_.WriteTo(output, _repeated_nBAMNJCGOIK_codec); if (LeastRoundsCount != 0) { output.WriteRawTag(16); output.WriteUInt32(LeastRoundsCount); } if (FAMKHOIKGFJ != 0) { output.WriteRawTag(24); output.WriteUInt32(FAMKHOIKGFJ); } if (BuffId != 0) { output.WriteRawTag(32); output.WriteUInt32(BuffId); } peakLevelAvatarIdList_.WriteTo(output, _repeated_peakLevelAvatarIdList_codec); bossDisplayAvatarIdList_.WriteTo(output, _repeated_bossDisplayAvatarIdList_codec); if (JBOLAAFDKAN != 0) { output.WriteRawTag(104); output.WriteUInt32(JBOLAAFDKAN); } if (IsFinished != false) { output.WriteRawTag(120); output.WriteBool(IsFinished); } 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) { nBAMNJCGOIK_.WriteTo(ref output, _repeated_nBAMNJCGOIK_codec); if (LeastRoundsCount != 0) { output.WriteRawTag(16); output.WriteUInt32(LeastRoundsCount); } if (FAMKHOIKGFJ != 0) { output.WriteRawTag(24); output.WriteUInt32(FAMKHOIKGFJ); } if (BuffId != 0) { output.WriteRawTag(32); output.WriteUInt32(BuffId); } peakLevelAvatarIdList_.WriteTo(ref output, _repeated_peakLevelAvatarIdList_codec); bossDisplayAvatarIdList_.WriteTo(ref output, _repeated_bossDisplayAvatarIdList_codec); if (JBOLAAFDKAN != 0) { output.WriteRawTag(104); output.WriteUInt32(JBOLAAFDKAN); } if (IsFinished != false) { output.WriteRawTag(120); output.WriteBool(IsFinished); } 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; size += nBAMNJCGOIK_.CalculateSize(_repeated_nBAMNJCGOIK_codec); if (FAMKHOIKGFJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FAMKHOIKGFJ); } size += bossDisplayAvatarIdList_.CalculateSize(_repeated_bossDisplayAvatarIdList_codec); size += peakLevelAvatarIdList_.CalculateSize(_repeated_peakLevelAvatarIdList_codec); if (IsFinished != false) { size += 1 + 1; } if (BuffId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffId); } if (JBOLAAFDKAN != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBOLAAFDKAN); } if (LeastRoundsCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LeastRoundsCount); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ChallengePeakBossInfo other) { if (other == null) { return; } nBAMNJCGOIK_.Add(other.nBAMNJCGOIK_); if (other.FAMKHOIKGFJ != 0) { FAMKHOIKGFJ = other.FAMKHOIKGFJ; } bossDisplayAvatarIdList_.Add(other.bossDisplayAvatarIdList_); peakLevelAvatarIdList_.Add(other.peakLevelAvatarIdList_); if (other.IsFinished != false) { IsFinished = other.IsFinished; } if (other.BuffId != 0) { BuffId = other.BuffId; } if (other.JBOLAAFDKAN != 0) { JBOLAAFDKAN = other.JBOLAAFDKAN; } if (other.LeastRoundsCount != 0) { LeastRoundsCount = other.LeastRoundsCount; } _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 10: { nBAMNJCGOIK_.AddEntriesFrom(input, _repeated_nBAMNJCGOIK_codec); break; } case 16: { LeastRoundsCount = input.ReadUInt32(); break; } case 24: { FAMKHOIKGFJ = input.ReadUInt32(); break; } case 32: { BuffId = input.ReadUInt32(); break; } case 58: case 56: { peakLevelAvatarIdList_.AddEntriesFrom(input, _repeated_peakLevelAvatarIdList_codec); break; } case 74: case 72: { bossDisplayAvatarIdList_.AddEntriesFrom(input, _repeated_bossDisplayAvatarIdList_codec); break; } case 104: { JBOLAAFDKAN = input.ReadUInt32(); break; } case 120: { IsFinished = 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 10: { nBAMNJCGOIK_.AddEntriesFrom(ref input, _repeated_nBAMNJCGOIK_codec); break; } case 16: { LeastRoundsCount = input.ReadUInt32(); break; } case 24: { FAMKHOIKGFJ = input.ReadUInt32(); break; } case 32: { BuffId = input.ReadUInt32(); break; } case 58: case 56: { peakLevelAvatarIdList_.AddEntriesFrom(ref input, _repeated_peakLevelAvatarIdList_codec); break; } case 74: case 72: { bossDisplayAvatarIdList_.AddEntriesFrom(ref input, _repeated_bossDisplayAvatarIdList_codec); break; } case 104: { JBOLAAFDKAN = input.ReadUInt32(); break; } case 120: { IsFinished = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code