// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GetAvatarDataScRsp.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 GetAvatarDataScRsp.proto public static partial class GetAvatarDataScRspReflection { #region Descriptor /// File descriptor for GetAvatarDataScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GetAvatarDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChhHZXRBdmF0YXJEYXRhU2NSc3AucHJvdG8aEUtIT0NDSEFCTk1OLnByb3Rv", "GgxBdmF0YXIucHJvdG8aGU11bHRpUGF0aEF2YXRhclR5cGUucHJvdG8aG0dy", "b3d0aFRhcnRnZXRGdW5jVHlwZS5wcm90bxoZTXVsdGlQYXRoQXZhdGFySW5m", "by5wcm90byKzAwoSR2V0QXZhdGFyRGF0YVNjUnNwEisKC1BOS0NGRUFMQU1J", "GAUgAygOMhYuR3Jvd3RoVGFydGdldEZ1bmNUeXBlEiEKC0ZFRlBJSkpMTkZH", "GA0gAygLMgwuS0hPQ0NIQUJOTU4SHAoLYXZhdGFyX2xpc3QYCiADKAsyBy5B", "dmF0YXISDwoHcmV0Y29kZRgCIAEoDRITCgtKUE5MUE9QTUtFShgJIAEoDRIa", "ChJiYXNpY190eXBlX2lkX2xpc3QYAyADKA0SEgoKaXNfZ2V0X2FsbBgGIAEo", "CBI5ChttdWx0aV9wYXRoX2F2YXRhcl9pbmZvX2xpc3QYBCADKAsyFC5NdWx0", "aVBhdGhBdmF0YXJJbmZvEhEKCXNraW5fbGlzdBgOIAMoDRI/Cg9jdXJfYXZh", "dGFyX3BhdGgYDyADKAsyJi5HZXRBdmF0YXJEYXRhU2NSc3AuQ3VyQXZhdGFy", "UGF0aEVudHJ5GkoKEkN1ckF2YXRhclBhdGhFbnRyeRILCgNrZXkYASABKA0S", "IwoFdmFsdWUYAiABKA4yFC5NdWx0aVBhdGhBdmF0YXJUeXBlOgI4AUIeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KHOCCHABNMNReflection.Descriptor, global::EggLink.DanhengServer.Proto.AvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.MultiPathAvatarTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.GrowthTartgetFuncTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.MultiPathAvatarInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp), global::EggLink.DanhengServer.Proto.GetAvatarDataScRsp.Parser, new[]{ "PNKCFEALAMI", "FEFPIJJLNFG", "AvatarList", "Retcode", "JPNLPOPMKEJ", "BasicTypeIdList", "IsGetAll", "MultiPathAvatarInfoList", "SkinList", "CurAvatarPath" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class GetAvatarDataScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetAvatarDataScRsp()); 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.GetAvatarDataScRspReflection.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 GetAvatarDataScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetAvatarDataScRsp(GetAvatarDataScRsp other) : this() { pNKCFEALAMI_ = other.pNKCFEALAMI_.Clone(); fEFPIJJLNFG_ = other.fEFPIJJLNFG_.Clone(); avatarList_ = other.avatarList_.Clone(); retcode_ = other.retcode_; jPNLPOPMKEJ_ = other.jPNLPOPMKEJ_; basicTypeIdList_ = other.basicTypeIdList_.Clone(); isGetAll_ = other.isGetAll_; multiPathAvatarInfoList_ = other.multiPathAvatarInfoList_.Clone(); skinList_ = other.skinList_.Clone(); curAvatarPath_ = other.curAvatarPath_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetAvatarDataScRsp Clone() { return new GetAvatarDataScRsp(this); } /// Field number for the "PNKCFEALAMI" field. public const int PNKCFEALAMIFieldNumber = 5; private static readonly pb::FieldCodec _repeated_pNKCFEALAMI_codec = pb::FieldCodec.ForEnum(42, x => (int) x, x => (global::EggLink.DanhengServer.Proto.GrowthTartgetFuncType) x); private readonly pbc::RepeatedField pNKCFEALAMI_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField PNKCFEALAMI { get { return pNKCFEALAMI_; } } /// Field number for the "FEFPIJJLNFG" field. public const int FEFPIJJLNFGFieldNumber = 13; private static readonly pb::FieldCodec _repeated_fEFPIJJLNFG_codec = pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.KHOCCHABNMN.Parser); private readonly pbc::RepeatedField fEFPIJJLNFG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField FEFPIJJLNFG { get { return fEFPIJJLNFG_; } } /// Field number for the "avatar_list" field. public const int AvatarListFieldNumber = 10; private static readonly pb::FieldCodec _repeated_avatarList_codec = pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.Avatar.Parser); private readonly pbc::RepeatedField avatarList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField AvatarList { get { return avatarList_; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 2; private uint retcode_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Retcode { get { return retcode_; } set { retcode_ = value; } } /// Field number for the "JPNLPOPMKEJ" field. public const int JPNLPOPMKEJFieldNumber = 9; private uint jPNLPOPMKEJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JPNLPOPMKEJ { get { return jPNLPOPMKEJ_; } set { jPNLPOPMKEJ_ = value; } } /// Field number for the "basic_type_id_list" field. public const int BasicTypeIdListFieldNumber = 3; private static readonly pb::FieldCodec _repeated_basicTypeIdList_codec = pb::FieldCodec.ForUInt32(26); private readonly pbc::RepeatedField basicTypeIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField BasicTypeIdList { get { return basicTypeIdList_; } } /// Field number for the "is_get_all" field. public const int IsGetAllFieldNumber = 6; private bool isGetAll_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsGetAll { get { return isGetAll_; } set { isGetAll_ = value; } } /// Field number for the "multi_path_avatar_info_list" field. public const int MultiPathAvatarInfoListFieldNumber = 4; private static readonly pb::FieldCodec _repeated_multiPathAvatarInfoList_codec = pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.MultiPathAvatarInfo.Parser); private readonly pbc::RepeatedField multiPathAvatarInfoList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MultiPathAvatarInfoList { get { return multiPathAvatarInfoList_; } } /// Field number for the "skin_list" field. public const int SkinListFieldNumber = 14; private static readonly pb::FieldCodec _repeated_skinList_codec = pb::FieldCodec.ForUInt32(114); private readonly pbc::RepeatedField skinList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField SkinList { get { return skinList_; } } /// Field number for the "cur_avatar_path" field. public const int CurAvatarPathFieldNumber = 15; private static readonly pbc::MapField.Codec _map_curAvatarPath_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForEnum(16, x => (int) x, x => (global::EggLink.DanhengServer.Proto.MultiPathAvatarType) x, global::EggLink.DanhengServer.Proto.MultiPathAvatarType.None), 122); private readonly pbc::MapField curAvatarPath_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField CurAvatarPath { get { return curAvatarPath_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GetAvatarDataScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GetAvatarDataScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!pNKCFEALAMI_.Equals(other.pNKCFEALAMI_)) return false; if(!fEFPIJJLNFG_.Equals(other.fEFPIJJLNFG_)) return false; if(!avatarList_.Equals(other.avatarList_)) return false; if (Retcode != other.Retcode) return false; if (JPNLPOPMKEJ != other.JPNLPOPMKEJ) return false; if(!basicTypeIdList_.Equals(other.basicTypeIdList_)) return false; if (IsGetAll != other.IsGetAll) return false; if(!multiPathAvatarInfoList_.Equals(other.multiPathAvatarInfoList_)) return false; if(!skinList_.Equals(other.skinList_)) return false; if (!CurAvatarPath.Equals(other.CurAvatarPath)) 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 ^= pNKCFEALAMI_.GetHashCode(); hash ^= fEFPIJJLNFG_.GetHashCode(); hash ^= avatarList_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (JPNLPOPMKEJ != 0) hash ^= JPNLPOPMKEJ.GetHashCode(); hash ^= basicTypeIdList_.GetHashCode(); if (IsGetAll != false) hash ^= IsGetAll.GetHashCode(); hash ^= multiPathAvatarInfoList_.GetHashCode(); hash ^= skinList_.GetHashCode(); hash ^= CurAvatarPath.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 (Retcode != 0) { output.WriteRawTag(16); output.WriteUInt32(Retcode); } basicTypeIdList_.WriteTo(output, _repeated_basicTypeIdList_codec); multiPathAvatarInfoList_.WriteTo(output, _repeated_multiPathAvatarInfoList_codec); pNKCFEALAMI_.WriteTo(output, _repeated_pNKCFEALAMI_codec); if (IsGetAll != false) { output.WriteRawTag(48); output.WriteBool(IsGetAll); } if (JPNLPOPMKEJ != 0) { output.WriteRawTag(72); output.WriteUInt32(JPNLPOPMKEJ); } avatarList_.WriteTo(output, _repeated_avatarList_codec); fEFPIJJLNFG_.WriteTo(output, _repeated_fEFPIJJLNFG_codec); skinList_.WriteTo(output, _repeated_skinList_codec); curAvatarPath_.WriteTo(output, _map_curAvatarPath_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 (Retcode != 0) { output.WriteRawTag(16); output.WriteUInt32(Retcode); } basicTypeIdList_.WriteTo(ref output, _repeated_basicTypeIdList_codec); multiPathAvatarInfoList_.WriteTo(ref output, _repeated_multiPathAvatarInfoList_codec); pNKCFEALAMI_.WriteTo(ref output, _repeated_pNKCFEALAMI_codec); if (IsGetAll != false) { output.WriteRawTag(48); output.WriteBool(IsGetAll); } if (JPNLPOPMKEJ != 0) { output.WriteRawTag(72); output.WriteUInt32(JPNLPOPMKEJ); } avatarList_.WriteTo(ref output, _repeated_avatarList_codec); fEFPIJJLNFG_.WriteTo(ref output, _repeated_fEFPIJJLNFG_codec); skinList_.WriteTo(ref output, _repeated_skinList_codec); curAvatarPath_.WriteTo(ref output, _map_curAvatarPath_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; size += pNKCFEALAMI_.CalculateSize(_repeated_pNKCFEALAMI_codec); size += fEFPIJJLNFG_.CalculateSize(_repeated_fEFPIJJLNFG_codec); size += avatarList_.CalculateSize(_repeated_avatarList_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (JPNLPOPMKEJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JPNLPOPMKEJ); } size += basicTypeIdList_.CalculateSize(_repeated_basicTypeIdList_codec); if (IsGetAll != false) { size += 1 + 1; } size += multiPathAvatarInfoList_.CalculateSize(_repeated_multiPathAvatarInfoList_codec); size += skinList_.CalculateSize(_repeated_skinList_codec); size += curAvatarPath_.CalculateSize(_map_curAvatarPath_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GetAvatarDataScRsp other) { if (other == null) { return; } pNKCFEALAMI_.Add(other.pNKCFEALAMI_); fEFPIJJLNFG_.Add(other.fEFPIJJLNFG_); avatarList_.Add(other.avatarList_); if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.JPNLPOPMKEJ != 0) { JPNLPOPMKEJ = other.JPNLPOPMKEJ; } basicTypeIdList_.Add(other.basicTypeIdList_); if (other.IsGetAll != false) { IsGetAll = other.IsGetAll; } multiPathAvatarInfoList_.Add(other.multiPathAvatarInfoList_); skinList_.Add(other.skinList_); curAvatarPath_.MergeFrom(other.curAvatarPath_); _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: { Retcode = input.ReadUInt32(); break; } case 26: case 24: { basicTypeIdList_.AddEntriesFrom(input, _repeated_basicTypeIdList_codec); break; } case 34: { multiPathAvatarInfoList_.AddEntriesFrom(input, _repeated_multiPathAvatarInfoList_codec); break; } case 42: case 40: { pNKCFEALAMI_.AddEntriesFrom(input, _repeated_pNKCFEALAMI_codec); break; } case 48: { IsGetAll = input.ReadBool(); break; } case 72: { JPNLPOPMKEJ = input.ReadUInt32(); break; } case 82: { avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec); break; } case 106: { fEFPIJJLNFG_.AddEntriesFrom(input, _repeated_fEFPIJJLNFG_codec); break; } case 114: case 112: { skinList_.AddEntriesFrom(input, _repeated_skinList_codec); break; } case 122: { curAvatarPath_.AddEntriesFrom(input, _map_curAvatarPath_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: { Retcode = input.ReadUInt32(); break; } case 26: case 24: { basicTypeIdList_.AddEntriesFrom(ref input, _repeated_basicTypeIdList_codec); break; } case 34: { multiPathAvatarInfoList_.AddEntriesFrom(ref input, _repeated_multiPathAvatarInfoList_codec); break; } case 42: case 40: { pNKCFEALAMI_.AddEntriesFrom(ref input, _repeated_pNKCFEALAMI_codec); break; } case 48: { IsGetAll = input.ReadBool(); break; } case 72: { JPNLPOPMKEJ = input.ReadUInt32(); break; } case 82: { avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec); break; } case 106: { fEFPIJJLNFG_.AddEntriesFrom(ref input, _repeated_fEFPIJJLNFG_codec); break; } case 114: case 112: { skinList_.AddEntriesFrom(ref input, _repeated_skinList_codec); break; } case 122: { curAvatarPath_.AddEntriesFrom(ref input, _map_curAvatarPath_codec); break; } } } } #endif } #endregion } #endregion Designer generated code