// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: PlayerRecordInfo.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 PlayerRecordInfo.proto public static partial class PlayerRecordInfoReflection { #region Descriptor /// File descriptor for PlayerRecordInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static PlayerRecordInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZQbGF5ZXJSZWNvcmRJbmZvLnByb3RvGhpQbGF5ZXJDb2xsZWN0aW9uSW5m", "by5wcm90byKjAgoQUGxheWVyUmVjb3JkSW5mbxIfChdjb2xsZWN0X2VxdWlw", "bWVudF9jb3VudBgGIAEoDRIcChRjb2xsZWN0X2F2YXRhcl9jb3VudBgEIAEo", "DRIaChJjb2xsZWN0X2Jvb2tfY291bnQYDCABKA0SEwoLSEtOT0FLR0NKQksY", "CiABKA0SGwoTY29sbGVjdF9yZWxpY19jb3VudBgJIAEoDRITCgtHRUtLTkRP", "TkhMShgNIAEoDRIuCg9jb2xsZWN0aW9uX2luZm8YDyABKAsyFS5QbGF5ZXJD", "b2xsZWN0aW9uSW5mbxIhChljb2xsZWN0X2FjaGlldmVtZW50X2NvdW50GAUg", "ASgNEhoKEmNvbGxlY3RfZGlzY19jb3VudBgCIAEoDUIeqgIbRWdnTGluay5E", "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PlayerCollectionInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlayerRecordInfo), global::EggLink.DanhengServer.Proto.PlayerRecordInfo.Parser, new[]{ "CollectEquipmentCount", "CollectAvatarCount", "CollectBookCount", "HKNOAKGCJBK", "CollectRelicCount", "GEKKNDONHLJ", "CollectionInfo", "CollectAchievementCount", "CollectDiscCount" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class PlayerRecordInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PlayerRecordInfo()); 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.PlayerRecordInfoReflection.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 PlayerRecordInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlayerRecordInfo(PlayerRecordInfo other) : this() { collectEquipmentCount_ = other.collectEquipmentCount_; collectAvatarCount_ = other.collectAvatarCount_; collectBookCount_ = other.collectBookCount_; hKNOAKGCJBK_ = other.hKNOAKGCJBK_; collectRelicCount_ = other.collectRelicCount_; gEKKNDONHLJ_ = other.gEKKNDONHLJ_; collectionInfo_ = other.collectionInfo_ != null ? other.collectionInfo_.Clone() : null; collectAchievementCount_ = other.collectAchievementCount_; collectDiscCount_ = other.collectDiscCount_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlayerRecordInfo Clone() { return new PlayerRecordInfo(this); } /// Field number for the "collect_equipment_count" field. public const int CollectEquipmentCountFieldNumber = 6; private uint collectEquipmentCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CollectEquipmentCount { get { return collectEquipmentCount_; } set { collectEquipmentCount_ = value; } } /// Field number for the "collect_avatar_count" field. public const int CollectAvatarCountFieldNumber = 4; private uint collectAvatarCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CollectAvatarCount { get { return collectAvatarCount_; } set { collectAvatarCount_ = value; } } /// Field number for the "collect_book_count" field. public const int CollectBookCountFieldNumber = 12; private uint collectBookCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CollectBookCount { get { return collectBookCount_; } set { collectBookCount_ = value; } } /// Field number for the "HKNOAKGCJBK" field. public const int HKNOAKGCJBKFieldNumber = 10; private uint hKNOAKGCJBK_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint HKNOAKGCJBK { get { return hKNOAKGCJBK_; } set { hKNOAKGCJBK_ = value; } } /// Field number for the "collect_relic_count" field. public const int CollectRelicCountFieldNumber = 9; private uint collectRelicCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CollectRelicCount { get { return collectRelicCount_; } set { collectRelicCount_ = value; } } /// Field number for the "GEKKNDONHLJ" field. public const int GEKKNDONHLJFieldNumber = 13; private uint gEKKNDONHLJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint GEKKNDONHLJ { get { return gEKKNDONHLJ_; } set { gEKKNDONHLJ_ = value; } } /// Field number for the "collection_info" field. public const int CollectionInfoFieldNumber = 15; private global::EggLink.DanhengServer.Proto.PlayerCollectionInfo collectionInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.PlayerCollectionInfo CollectionInfo { get { return collectionInfo_; } set { collectionInfo_ = value; } } /// Field number for the "collect_achievement_count" field. public const int CollectAchievementCountFieldNumber = 5; private uint collectAchievementCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CollectAchievementCount { get { return collectAchievementCount_; } set { collectAchievementCount_ = value; } } /// Field number for the "collect_disc_count" field. public const int CollectDiscCountFieldNumber = 2; private uint collectDiscCount_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CollectDiscCount { get { return collectDiscCount_; } set { collectDiscCount_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as PlayerRecordInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(PlayerRecordInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (CollectEquipmentCount != other.CollectEquipmentCount) return false; if (CollectAvatarCount != other.CollectAvatarCount) return false; if (CollectBookCount != other.CollectBookCount) return false; if (HKNOAKGCJBK != other.HKNOAKGCJBK) return false; if (CollectRelicCount != other.CollectRelicCount) return false; if (GEKKNDONHLJ != other.GEKKNDONHLJ) return false; if (!object.Equals(CollectionInfo, other.CollectionInfo)) return false; if (CollectAchievementCount != other.CollectAchievementCount) return false; if (CollectDiscCount != other.CollectDiscCount) 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 (CollectEquipmentCount != 0) hash ^= CollectEquipmentCount.GetHashCode(); if (CollectAvatarCount != 0) hash ^= CollectAvatarCount.GetHashCode(); if (CollectBookCount != 0) hash ^= CollectBookCount.GetHashCode(); if (HKNOAKGCJBK != 0) hash ^= HKNOAKGCJBK.GetHashCode(); if (CollectRelicCount != 0) hash ^= CollectRelicCount.GetHashCode(); if (GEKKNDONHLJ != 0) hash ^= GEKKNDONHLJ.GetHashCode(); if (collectionInfo_ != null) hash ^= CollectionInfo.GetHashCode(); if (CollectAchievementCount != 0) hash ^= CollectAchievementCount.GetHashCode(); if (CollectDiscCount != 0) hash ^= CollectDiscCount.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 (CollectDiscCount != 0) { output.WriteRawTag(16); output.WriteUInt32(CollectDiscCount); } if (CollectAvatarCount != 0) { output.WriteRawTag(32); output.WriteUInt32(CollectAvatarCount); } if (CollectAchievementCount != 0) { output.WriteRawTag(40); output.WriteUInt32(CollectAchievementCount); } if (CollectEquipmentCount != 0) { output.WriteRawTag(48); output.WriteUInt32(CollectEquipmentCount); } if (CollectRelicCount != 0) { output.WriteRawTag(72); output.WriteUInt32(CollectRelicCount); } if (HKNOAKGCJBK != 0) { output.WriteRawTag(80); output.WriteUInt32(HKNOAKGCJBK); } if (CollectBookCount != 0) { output.WriteRawTag(96); output.WriteUInt32(CollectBookCount); } if (GEKKNDONHLJ != 0) { output.WriteRawTag(104); output.WriteUInt32(GEKKNDONHLJ); } if (collectionInfo_ != null) { output.WriteRawTag(122); output.WriteMessage(CollectionInfo); } 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 (CollectDiscCount != 0) { output.WriteRawTag(16); output.WriteUInt32(CollectDiscCount); } if (CollectAvatarCount != 0) { output.WriteRawTag(32); output.WriteUInt32(CollectAvatarCount); } if (CollectAchievementCount != 0) { output.WriteRawTag(40); output.WriteUInt32(CollectAchievementCount); } if (CollectEquipmentCount != 0) { output.WriteRawTag(48); output.WriteUInt32(CollectEquipmentCount); } if (CollectRelicCount != 0) { output.WriteRawTag(72); output.WriteUInt32(CollectRelicCount); } if (HKNOAKGCJBK != 0) { output.WriteRawTag(80); output.WriteUInt32(HKNOAKGCJBK); } if (CollectBookCount != 0) { output.WriteRawTag(96); output.WriteUInt32(CollectBookCount); } if (GEKKNDONHLJ != 0) { output.WriteRawTag(104); output.WriteUInt32(GEKKNDONHLJ); } if (collectionInfo_ != null) { output.WriteRawTag(122); output.WriteMessage(CollectionInfo); } 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 (CollectEquipmentCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectEquipmentCount); } if (CollectAvatarCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectAvatarCount); } if (CollectBookCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectBookCount); } if (HKNOAKGCJBK != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HKNOAKGCJBK); } if (CollectRelicCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectRelicCount); } if (GEKKNDONHLJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GEKKNDONHLJ); } if (collectionInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(CollectionInfo); } if (CollectAchievementCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectAchievementCount); } if (CollectDiscCount != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CollectDiscCount); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(PlayerRecordInfo other) { if (other == null) { return; } if (other.CollectEquipmentCount != 0) { CollectEquipmentCount = other.CollectEquipmentCount; } if (other.CollectAvatarCount != 0) { CollectAvatarCount = other.CollectAvatarCount; } if (other.CollectBookCount != 0) { CollectBookCount = other.CollectBookCount; } if (other.HKNOAKGCJBK != 0) { HKNOAKGCJBK = other.HKNOAKGCJBK; } if (other.CollectRelicCount != 0) { CollectRelicCount = other.CollectRelicCount; } if (other.GEKKNDONHLJ != 0) { GEKKNDONHLJ = other.GEKKNDONHLJ; } if (other.collectionInfo_ != null) { if (collectionInfo_ == null) { CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo(); } CollectionInfo.MergeFrom(other.CollectionInfo); } if (other.CollectAchievementCount != 0) { CollectAchievementCount = other.CollectAchievementCount; } if (other.CollectDiscCount != 0) { CollectDiscCount = other.CollectDiscCount; } _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: { CollectDiscCount = input.ReadUInt32(); break; } case 32: { CollectAvatarCount = input.ReadUInt32(); break; } case 40: { CollectAchievementCount = input.ReadUInt32(); break; } case 48: { CollectEquipmentCount = input.ReadUInt32(); break; } case 72: { CollectRelicCount = input.ReadUInt32(); break; } case 80: { HKNOAKGCJBK = input.ReadUInt32(); break; } case 96: { CollectBookCount = input.ReadUInt32(); break; } case 104: { GEKKNDONHLJ = input.ReadUInt32(); break; } case 122: { if (collectionInfo_ == null) { CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo(); } input.ReadMessage(CollectionInfo); 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: { CollectDiscCount = input.ReadUInt32(); break; } case 32: { CollectAvatarCount = input.ReadUInt32(); break; } case 40: { CollectAchievementCount = input.ReadUInt32(); break; } case 48: { CollectEquipmentCount = input.ReadUInt32(); break; } case 72: { CollectRelicCount = input.ReadUInt32(); break; } case 80: { HKNOAKGCJBK = input.ReadUInt32(); break; } case 96: { CollectBookCount = input.ReadUInt32(); break; } case 104: { GEKKNDONHLJ = input.ReadUInt32(); break; } case 122: { if (collectionInfo_ == null) { CollectionInfo = new global::EggLink.DanhengServer.Proto.PlayerCollectionInfo(); } input.ReadMessage(CollectionInfo); break; } } } } #endif } #endregion } #endregion Designer generated code