// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: GetSwordTrainingDataScRsp.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 GetSwordTrainingDataScRsp.proto public static partial class GetSwordTrainingDataScRspReflection { #region Descriptor /// File descriptor for GetSwordTrainingDataScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static GetSwordTrainingDataScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9HZXRTd29yZFRyYWluaW5nRGF0YVNjUnNwLnByb3RvGhtTd29yZFRyYWlu", "aW5nR2FtZUluZm8ucHJvdG8aEUtPQkZHS0ZETUpFLnByb3RvIocCChlHZXRT", "d29yZFRyYWluaW5nRGF0YVNjUnNwEhMKC01PT0hOQ0hPUE5IGA0gAygNEjgK", "GHN3b3JkX3RyYWluaW5nX2dhbWVfaW5mbxgLIAEoCzIWLlN3b3JkVHJhaW5p", "bmdHYW1lSW5mbxITCgtBSUxBR0VOTERHSRgIIAEoDRITCgtESUdJREVLQ0tQ", "RhgFIAMoDRIPCgdyZXRjb2RlGAwgASgNEiEKC0lNSkxQSEVKTUJCGAcgASgL", "MgwuS09CRkdLRkRNSkUSEwoLRFBITkJLTEpFSE0YCSADKA0SEwoLQk5OSU1G", "R0ZPQUgYCiADKA0SEwoLR0JEQU5MS0NMTUcYAiADKA1CHqoCG0VnZ0xpbmsu", "RGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SwordTrainingGameInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KOBFGKFDMJEReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetSwordTrainingDataScRsp), global::EggLink.DanhengServer.Proto.GetSwordTrainingDataScRsp.Parser, new[]{ "MOOHNCHOPNH", "SwordTrainingGameInfo", "AILAGENLDGI", "DIGIDEKCKPF", "Retcode", "IMJLPHEJMBB", "DPHNBKLJEHM", "BNNIMFGFOAH", "GBDANLKCLMG" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class GetSwordTrainingDataScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new GetSwordTrainingDataScRsp()); 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.GetSwordTrainingDataScRspReflection.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 GetSwordTrainingDataScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetSwordTrainingDataScRsp(GetSwordTrainingDataScRsp other) : this() { mOOHNCHOPNH_ = other.mOOHNCHOPNH_.Clone(); swordTrainingGameInfo_ = other.swordTrainingGameInfo_ != null ? other.swordTrainingGameInfo_.Clone() : null; aILAGENLDGI_ = other.aILAGENLDGI_; dIGIDEKCKPF_ = other.dIGIDEKCKPF_.Clone(); retcode_ = other.retcode_; iMJLPHEJMBB_ = other.iMJLPHEJMBB_ != null ? other.iMJLPHEJMBB_.Clone() : null; dPHNBKLJEHM_ = other.dPHNBKLJEHM_.Clone(); bNNIMFGFOAH_ = other.bNNIMFGFOAH_.Clone(); gBDANLKCLMG_ = other.gBDANLKCLMG_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public GetSwordTrainingDataScRsp Clone() { return new GetSwordTrainingDataScRsp(this); } /// Field number for the "MOOHNCHOPNH" field. public const int MOOHNCHOPNHFieldNumber = 13; private static readonly pb::FieldCodec _repeated_mOOHNCHOPNH_codec = pb::FieldCodec.ForUInt32(106); private readonly pbc::RepeatedField mOOHNCHOPNH_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MOOHNCHOPNH { get { return mOOHNCHOPNH_; } } /// Field number for the "sword_training_game_info" field. public const int SwordTrainingGameInfoFieldNumber = 11; private global::EggLink.DanhengServer.Proto.SwordTrainingGameInfo swordTrainingGameInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.SwordTrainingGameInfo SwordTrainingGameInfo { get { return swordTrainingGameInfo_; } set { swordTrainingGameInfo_ = value; } } /// Field number for the "AILAGENLDGI" field. public const int AILAGENLDGIFieldNumber = 8; private uint aILAGENLDGI_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AILAGENLDGI { get { return aILAGENLDGI_; } set { aILAGENLDGI_ = value; } } /// Field number for the "DIGIDEKCKPF" field. public const int DIGIDEKCKPFFieldNumber = 5; private static readonly pb::FieldCodec _repeated_dIGIDEKCKPF_codec = pb::FieldCodec.ForUInt32(42); private readonly pbc::RepeatedField dIGIDEKCKPF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField DIGIDEKCKPF { get { return dIGIDEKCKPF_; } } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 12; 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 "IMJLPHEJMBB" field. public const int IMJLPHEJMBBFieldNumber = 7; private global::EggLink.DanhengServer.Proto.KOBFGKFDMJE iMJLPHEJMBB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.KOBFGKFDMJE IMJLPHEJMBB { get { return iMJLPHEJMBB_; } set { iMJLPHEJMBB_ = value; } } /// Field number for the "DPHNBKLJEHM" field. public const int DPHNBKLJEHMFieldNumber = 9; private static readonly pb::FieldCodec _repeated_dPHNBKLJEHM_codec = pb::FieldCodec.ForUInt32(74); private readonly pbc::RepeatedField dPHNBKLJEHM_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField DPHNBKLJEHM { get { return dPHNBKLJEHM_; } } /// Field number for the "BNNIMFGFOAH" field. public const int BNNIMFGFOAHFieldNumber = 10; private static readonly pb::FieldCodec _repeated_bNNIMFGFOAH_codec = pb::FieldCodec.ForUInt32(82); private readonly pbc::RepeatedField bNNIMFGFOAH_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField BNNIMFGFOAH { get { return bNNIMFGFOAH_; } } /// Field number for the "GBDANLKCLMG" field. public const int GBDANLKCLMGFieldNumber = 2; private static readonly pb::FieldCodec _repeated_gBDANLKCLMG_codec = pb::FieldCodec.ForUInt32(18); private readonly pbc::RepeatedField gBDANLKCLMG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField GBDANLKCLMG { get { return gBDANLKCLMG_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as GetSwordTrainingDataScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(GetSwordTrainingDataScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!mOOHNCHOPNH_.Equals(other.mOOHNCHOPNH_)) return false; if (!object.Equals(SwordTrainingGameInfo, other.SwordTrainingGameInfo)) return false; if (AILAGENLDGI != other.AILAGENLDGI) return false; if(!dIGIDEKCKPF_.Equals(other.dIGIDEKCKPF_)) return false; if (Retcode != other.Retcode) return false; if (!object.Equals(IMJLPHEJMBB, other.IMJLPHEJMBB)) return false; if(!dPHNBKLJEHM_.Equals(other.dPHNBKLJEHM_)) return false; if(!bNNIMFGFOAH_.Equals(other.bNNIMFGFOAH_)) return false; if(!gBDANLKCLMG_.Equals(other.gBDANLKCLMG_)) 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 ^= mOOHNCHOPNH_.GetHashCode(); if (swordTrainingGameInfo_ != null) hash ^= SwordTrainingGameInfo.GetHashCode(); if (AILAGENLDGI != 0) hash ^= AILAGENLDGI.GetHashCode(); hash ^= dIGIDEKCKPF_.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (iMJLPHEJMBB_ != null) hash ^= IMJLPHEJMBB.GetHashCode(); hash ^= dPHNBKLJEHM_.GetHashCode(); hash ^= bNNIMFGFOAH_.GetHashCode(); hash ^= gBDANLKCLMG_.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 gBDANLKCLMG_.WriteTo(output, _repeated_gBDANLKCLMG_codec); dIGIDEKCKPF_.WriteTo(output, _repeated_dIGIDEKCKPF_codec); if (iMJLPHEJMBB_ != null) { output.WriteRawTag(58); output.WriteMessage(IMJLPHEJMBB); } if (AILAGENLDGI != 0) { output.WriteRawTag(64); output.WriteUInt32(AILAGENLDGI); } dPHNBKLJEHM_.WriteTo(output, _repeated_dPHNBKLJEHM_codec); bNNIMFGFOAH_.WriteTo(output, _repeated_bNNIMFGFOAH_codec); if (swordTrainingGameInfo_ != null) { output.WriteRawTag(90); output.WriteMessage(SwordTrainingGameInfo); } if (Retcode != 0) { output.WriteRawTag(96); output.WriteUInt32(Retcode); } mOOHNCHOPNH_.WriteTo(output, _repeated_mOOHNCHOPNH_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) { gBDANLKCLMG_.WriteTo(ref output, _repeated_gBDANLKCLMG_codec); dIGIDEKCKPF_.WriteTo(ref output, _repeated_dIGIDEKCKPF_codec); if (iMJLPHEJMBB_ != null) { output.WriteRawTag(58); output.WriteMessage(IMJLPHEJMBB); } if (AILAGENLDGI != 0) { output.WriteRawTag(64); output.WriteUInt32(AILAGENLDGI); } dPHNBKLJEHM_.WriteTo(ref output, _repeated_dPHNBKLJEHM_codec); bNNIMFGFOAH_.WriteTo(ref output, _repeated_bNNIMFGFOAH_codec); if (swordTrainingGameInfo_ != null) { output.WriteRawTag(90); output.WriteMessage(SwordTrainingGameInfo); } if (Retcode != 0) { output.WriteRawTag(96); output.WriteUInt32(Retcode); } mOOHNCHOPNH_.WriteTo(ref output, _repeated_mOOHNCHOPNH_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 += mOOHNCHOPNH_.CalculateSize(_repeated_mOOHNCHOPNH_codec); if (swordTrainingGameInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(SwordTrainingGameInfo); } if (AILAGENLDGI != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AILAGENLDGI); } size += dIGIDEKCKPF_.CalculateSize(_repeated_dIGIDEKCKPF_codec); if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (iMJLPHEJMBB_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(IMJLPHEJMBB); } size += dPHNBKLJEHM_.CalculateSize(_repeated_dPHNBKLJEHM_codec); size += bNNIMFGFOAH_.CalculateSize(_repeated_bNNIMFGFOAH_codec); size += gBDANLKCLMG_.CalculateSize(_repeated_gBDANLKCLMG_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(GetSwordTrainingDataScRsp other) { if (other == null) { return; } mOOHNCHOPNH_.Add(other.mOOHNCHOPNH_); if (other.swordTrainingGameInfo_ != null) { if (swordTrainingGameInfo_ == null) { SwordTrainingGameInfo = new global::EggLink.DanhengServer.Proto.SwordTrainingGameInfo(); } SwordTrainingGameInfo.MergeFrom(other.SwordTrainingGameInfo); } if (other.AILAGENLDGI != 0) { AILAGENLDGI = other.AILAGENLDGI; } dIGIDEKCKPF_.Add(other.dIGIDEKCKPF_); if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.iMJLPHEJMBB_ != null) { if (iMJLPHEJMBB_ == null) { IMJLPHEJMBB = new global::EggLink.DanhengServer.Proto.KOBFGKFDMJE(); } IMJLPHEJMBB.MergeFrom(other.IMJLPHEJMBB); } dPHNBKLJEHM_.Add(other.dPHNBKLJEHM_); bNNIMFGFOAH_.Add(other.bNNIMFGFOAH_); gBDANLKCLMG_.Add(other.gBDANLKCLMG_); _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: case 16: { gBDANLKCLMG_.AddEntriesFrom(input, _repeated_gBDANLKCLMG_codec); break; } case 42: case 40: { dIGIDEKCKPF_.AddEntriesFrom(input, _repeated_dIGIDEKCKPF_codec); break; } case 58: { if (iMJLPHEJMBB_ == null) { IMJLPHEJMBB = new global::EggLink.DanhengServer.Proto.KOBFGKFDMJE(); } input.ReadMessage(IMJLPHEJMBB); break; } case 64: { AILAGENLDGI = input.ReadUInt32(); break; } case 74: case 72: { dPHNBKLJEHM_.AddEntriesFrom(input, _repeated_dPHNBKLJEHM_codec); break; } case 82: case 80: { bNNIMFGFOAH_.AddEntriesFrom(input, _repeated_bNNIMFGFOAH_codec); break; } case 90: { if (swordTrainingGameInfo_ == null) { SwordTrainingGameInfo = new global::EggLink.DanhengServer.Proto.SwordTrainingGameInfo(); } input.ReadMessage(SwordTrainingGameInfo); break; } case 96: { Retcode = input.ReadUInt32(); break; } case 106: case 104: { mOOHNCHOPNH_.AddEntriesFrom(input, _repeated_mOOHNCHOPNH_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 18: case 16: { gBDANLKCLMG_.AddEntriesFrom(ref input, _repeated_gBDANLKCLMG_codec); break; } case 42: case 40: { dIGIDEKCKPF_.AddEntriesFrom(ref input, _repeated_dIGIDEKCKPF_codec); break; } case 58: { if (iMJLPHEJMBB_ == null) { IMJLPHEJMBB = new global::EggLink.DanhengServer.Proto.KOBFGKFDMJE(); } input.ReadMessage(IMJLPHEJMBB); break; } case 64: { AILAGENLDGI = input.ReadUInt32(); break; } case 74: case 72: { dPHNBKLJEHM_.AddEntriesFrom(ref input, _repeated_dPHNBKLJEHM_codec); break; } case 82: case 80: { bNNIMFGFOAH_.AddEntriesFrom(ref input, _repeated_bNNIMFGFOAH_codec); break; } case 90: { if (swordTrainingGameInfo_ == null) { SwordTrainingGameInfo = new global::EggLink.DanhengServer.Proto.SwordTrainingGameInfo(); } input.ReadMessage(SwordTrainingGameInfo); break; } case 96: { Retcode = input.ReadUInt32(); break; } case 106: case 104: { mOOHNCHOPNH_.AddEntriesFrom(ref input, _repeated_mOOHNCHOPNH_codec); break; } } } } #endif } #endregion } #endregion Designer generated code