// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: DisplayAvatarDetailInfo.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 DisplayAvatarDetailInfo.proto public static partial class DisplayAvatarDetailInfoReflection { #region Descriptor /// File descriptor for DisplayAvatarDetailInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static DisplayAvatarDetailInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1EaXNwbGF5QXZhdGFyRGV0YWlsSW5mby5wcm90bxoVQXZhdGFyU2tpbGxU", "cmVlLnByb3RvGhZEaXNwbGF5UmVsaWNJbmZvLnByb3RvGhpEaXNwbGF5RXF1", "aXBtZW50SW5mby5wcm90byKZAgoXRGlzcGxheUF2YXRhckRldGFpbEluZm8S", "JAoJUmVsaWNMaXN0GAMgAygLMhEuRGlzcGxheVJlbGljSW5mbxIMCgRSYW5r", "GAcgASgNEicKDVNraWxsdHJlZUxpc3QYDCADKAsyEC5BdmF0YXJTa2lsbFRy", "ZWUSEgoKRW5oYW5jZWRJZBgKIAEoDRILCgNFeHAYDyABKA0SDQoFTGV2ZWwY", "BiABKA0SEQoJUHJvbW90aW9uGA0gASgNEhAKCEF2YXRhcklkGAsgASgNEigK", "CUVxdWlwbWVudBgIIAEoCzIVLkRpc3BsYXlFcXVpcG1lbnRJbmZvEhUKDURy", "ZXNzZWRTa2luSWQYASABKA0SCwoDUG9zGAQgASgNQh6qAhtFZ2dMaW5rLkRh", "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AvatarSkillTreeReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayRelicInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.DisplayEquipmentInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo), global::EggLink.DanhengServer.Proto.DisplayAvatarDetailInfo.Parser, new[]{ "RelicList", "Rank", "SkilltreeList", "EnhancedId", "Exp", "Level", "Promotion", "AvatarId", "Equipment", "DressedSkinId", "Pos" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class DisplayAvatarDetailInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DisplayAvatarDetailInfo()); 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.DisplayAvatarDetailInfoReflection.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 DisplayAvatarDetailInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DisplayAvatarDetailInfo(DisplayAvatarDetailInfo other) : this() { relicList_ = other.relicList_.Clone(); rank_ = other.rank_; skilltreeList_ = other.skilltreeList_.Clone(); enhancedId_ = other.enhancedId_; exp_ = other.exp_; level_ = other.level_; promotion_ = other.promotion_; avatarId_ = other.avatarId_; equipment_ = other.equipment_ != null ? other.equipment_.Clone() : null; dressedSkinId_ = other.dressedSkinId_; pos_ = other.pos_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DisplayAvatarDetailInfo Clone() { return new DisplayAvatarDetailInfo(this); } /// Field number for the "RelicList" field. public const int RelicListFieldNumber = 3; private static readonly pb::FieldCodec _repeated_relicList_codec = pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.DisplayRelicInfo.Parser); private readonly pbc::RepeatedField relicList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField RelicList { get { return relicList_; } } /// Field number for the "Rank" field. public const int RankFieldNumber = 7; private uint rank_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Rank { get { return rank_; } set { rank_ = value; } } /// Field number for the "SkilltreeList" field. public const int SkilltreeListFieldNumber = 12; private static readonly pb::FieldCodec _repeated_skilltreeList_codec = pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.AvatarSkillTree.Parser); private readonly pbc::RepeatedField skilltreeList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField SkilltreeList { get { return skilltreeList_; } } /// Field number for the "EnhancedId" field. public const int EnhancedIdFieldNumber = 10; private uint enhancedId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EnhancedId { get { return enhancedId_; } set { enhancedId_ = value; } } /// Field number for the "Exp" field. public const int ExpFieldNumber = 15; private uint exp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Exp { get { return exp_; } set { exp_ = value; } } /// Field number for the "Level" field. public const int LevelFieldNumber = 6; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Level { get { return level_; } set { level_ = value; } } /// Field number for the "Promotion" field. public const int PromotionFieldNumber = 13; private uint promotion_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Promotion { get { return promotion_; } set { promotion_ = value; } } /// Field number for the "AvatarId" field. public const int AvatarIdFieldNumber = 11; private uint avatarId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AvatarId { get { return avatarId_; } set { avatarId_ = value; } } /// Field number for the "Equipment" field. public const int EquipmentFieldNumber = 8; private global::EggLink.DanhengServer.Proto.DisplayEquipmentInfo equipment_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.DisplayEquipmentInfo Equipment { get { return equipment_; } set { equipment_ = value; } } /// Field number for the "DressedSkinId" field. public const int DressedSkinIdFieldNumber = 1; private uint dressedSkinId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DressedSkinId { get { return dressedSkinId_; } set { dressedSkinId_ = value; } } /// Field number for the "Pos" field. public const int PosFieldNumber = 4; private uint pos_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Pos { get { return pos_; } set { pos_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as DisplayAvatarDetailInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(DisplayAvatarDetailInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!relicList_.Equals(other.relicList_)) return false; if (Rank != other.Rank) return false; if(!skilltreeList_.Equals(other.skilltreeList_)) return false; if (EnhancedId != other.EnhancedId) return false; if (Exp != other.Exp) return false; if (Level != other.Level) return false; if (Promotion != other.Promotion) return false; if (AvatarId != other.AvatarId) return false; if (!object.Equals(Equipment, other.Equipment)) return false; if (DressedSkinId != other.DressedSkinId) return false; if (Pos != other.Pos) 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 ^= relicList_.GetHashCode(); if (Rank != 0) hash ^= Rank.GetHashCode(); hash ^= skilltreeList_.GetHashCode(); if (EnhancedId != 0) hash ^= EnhancedId.GetHashCode(); if (Exp != 0) hash ^= Exp.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (Promotion != 0) hash ^= Promotion.GetHashCode(); if (AvatarId != 0) hash ^= AvatarId.GetHashCode(); if (equipment_ != null) hash ^= Equipment.GetHashCode(); if (DressedSkinId != 0) hash ^= DressedSkinId.GetHashCode(); if (Pos != 0) hash ^= Pos.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 (DressedSkinId != 0) { output.WriteRawTag(8); output.WriteUInt32(DressedSkinId); } relicList_.WriteTo(output, _repeated_relicList_codec); if (Pos != 0) { output.WriteRawTag(32); output.WriteUInt32(Pos); } if (Level != 0) { output.WriteRawTag(48); output.WriteUInt32(Level); } if (Rank != 0) { output.WriteRawTag(56); output.WriteUInt32(Rank); } if (equipment_ != null) { output.WriteRawTag(66); output.WriteMessage(Equipment); } if (EnhancedId != 0) { output.WriteRawTag(80); output.WriteUInt32(EnhancedId); } if (AvatarId != 0) { output.WriteRawTag(88); output.WriteUInt32(AvatarId); } skilltreeList_.WriteTo(output, _repeated_skilltreeList_codec); if (Promotion != 0) { output.WriteRawTag(104); output.WriteUInt32(Promotion); } if (Exp != 0) { output.WriteRawTag(120); output.WriteUInt32(Exp); } 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 (DressedSkinId != 0) { output.WriteRawTag(8); output.WriteUInt32(DressedSkinId); } relicList_.WriteTo(ref output, _repeated_relicList_codec); if (Pos != 0) { output.WriteRawTag(32); output.WriteUInt32(Pos); } if (Level != 0) { output.WriteRawTag(48); output.WriteUInt32(Level); } if (Rank != 0) { output.WriteRawTag(56); output.WriteUInt32(Rank); } if (equipment_ != null) { output.WriteRawTag(66); output.WriteMessage(Equipment); } if (EnhancedId != 0) { output.WriteRawTag(80); output.WriteUInt32(EnhancedId); } if (AvatarId != 0) { output.WriteRawTag(88); output.WriteUInt32(AvatarId); } skilltreeList_.WriteTo(ref output, _repeated_skilltreeList_codec); if (Promotion != 0) { output.WriteRawTag(104); output.WriteUInt32(Promotion); } if (Exp != 0) { output.WriteRawTag(120); output.WriteUInt32(Exp); } 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 += relicList_.CalculateSize(_repeated_relicList_codec); if (Rank != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Rank); } size += skilltreeList_.CalculateSize(_repeated_skilltreeList_codec); if (EnhancedId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EnhancedId); } if (Exp != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp); } if (Level != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); } if (Promotion != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Promotion); } if (AvatarId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AvatarId); } if (equipment_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Equipment); } if (DressedSkinId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DressedSkinId); } if (Pos != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Pos); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(DisplayAvatarDetailInfo other) { if (other == null) { return; } relicList_.Add(other.relicList_); if (other.Rank != 0) { Rank = other.Rank; } skilltreeList_.Add(other.skilltreeList_); if (other.EnhancedId != 0) { EnhancedId = other.EnhancedId; } if (other.Exp != 0) { Exp = other.Exp; } if (other.Level != 0) { Level = other.Level; } if (other.Promotion != 0) { Promotion = other.Promotion; } if (other.AvatarId != 0) { AvatarId = other.AvatarId; } if (other.equipment_ != null) { if (equipment_ == null) { Equipment = new global::EggLink.DanhengServer.Proto.DisplayEquipmentInfo(); } Equipment.MergeFrom(other.Equipment); } if (other.DressedSkinId != 0) { DressedSkinId = other.DressedSkinId; } if (other.Pos != 0) { Pos = other.Pos; } _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 8: { DressedSkinId = input.ReadUInt32(); break; } case 26: { relicList_.AddEntriesFrom(input, _repeated_relicList_codec); break; } case 32: { Pos = input.ReadUInt32(); break; } case 48: { Level = input.ReadUInt32(); break; } case 56: { Rank = input.ReadUInt32(); break; } case 66: { if (equipment_ == null) { Equipment = new global::EggLink.DanhengServer.Proto.DisplayEquipmentInfo(); } input.ReadMessage(Equipment); break; } case 80: { EnhancedId = input.ReadUInt32(); break; } case 88: { AvatarId = input.ReadUInt32(); break; } case 98: { skilltreeList_.AddEntriesFrom(input, _repeated_skilltreeList_codec); break; } case 104: { Promotion = input.ReadUInt32(); break; } case 120: { Exp = input.ReadUInt32(); 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 8: { DressedSkinId = input.ReadUInt32(); break; } case 26: { relicList_.AddEntriesFrom(ref input, _repeated_relicList_codec); break; } case 32: { Pos = input.ReadUInt32(); break; } case 48: { Level = input.ReadUInt32(); break; } case 56: { Rank = input.ReadUInt32(); break; } case 66: { if (equipment_ == null) { Equipment = new global::EggLink.DanhengServer.Proto.DisplayEquipmentInfo(); } input.ReadMessage(Equipment); break; } case 80: { EnhancedId = input.ReadUInt32(); break; } case 88: { AvatarId = input.ReadUInt32(); break; } case 98: { skilltreeList_.AddEntriesFrom(ref input, _repeated_skilltreeList_codec); break; } case 104: { Promotion = input.ReadUInt32(); break; } case 120: { Exp = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code