// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: PlanetFesLargeBonusInteractScRsp.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 PlanetFesLargeBonusInteractScRsp.proto public static partial class PlanetFesLargeBonusInteractScRspReflection { #region Descriptor /// File descriptor for PlanetFesLargeBonusInteractScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static PlanetFesLargeBonusInteractScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiZQbGFuZXRGZXNMYXJnZUJvbnVzSW50ZXJhY3RTY1JzcC5wcm90bxoRSk9G", "R0RBSUFEQk8ucHJvdG8aEUlJS05HTkhETUZJLnByb3RvIo4BCiBQbGFuZXRG", "ZXNMYXJnZUJvbnVzSW50ZXJhY3RTY1JzcBIPCgdyZXRjb2RlGAYgASgNEhMK", "C0lIQ0lMTkhLTE1DGA8gASgNEiEKC0dNSURKTU1NSktQGAIgASgLMgwuSUlL", "TkdOSERNRkkSIQoLTkZKTEZOQlBQUEcYBCABKAsyDC5KT0ZHREFJQURCT0Ie", "qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JOFGDAIADBOReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PlanetFesLargeBonusInteractScRsp), global::EggLink.DanhengServer.Proto.PlanetFesLargeBonusInteractScRsp.Parser, new[]{ "Retcode", "IHCILNHKLMC", "GMIDJMMMJKP", "NFJLFNBPPPG" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class PlanetFesLargeBonusInteractScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PlanetFesLargeBonusInteractScRsp()); 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.PlanetFesLargeBonusInteractScRspReflection.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 PlanetFesLargeBonusInteractScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlanetFesLargeBonusInteractScRsp(PlanetFesLargeBonusInteractScRsp other) : this() { retcode_ = other.retcode_; iHCILNHKLMC_ = other.iHCILNHKLMC_; gMIDJMMMJKP_ = other.gMIDJMMMJKP_ != null ? other.gMIDJMMMJKP_.Clone() : null; nFJLFNBPPPG_ = other.nFJLFNBPPPG_ != null ? other.nFJLFNBPPPG_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PlanetFesLargeBonusInteractScRsp Clone() { return new PlanetFesLargeBonusInteractScRsp(this); } /// Field number for the "retcode" field. public const int RetcodeFieldNumber = 6; 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 "IHCILNHKLMC" field. public const int IHCILNHKLMCFieldNumber = 15; private uint iHCILNHKLMC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IHCILNHKLMC { get { return iHCILNHKLMC_; } set { iHCILNHKLMC_ = value; } } /// Field number for the "GMIDJMMMJKP" field. public const int GMIDJMMMJKPFieldNumber = 2; private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI gMIDJMMMJKP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI GMIDJMMMJKP { get { return gMIDJMMMJKP_; } set { gMIDJMMMJKP_ = value; } } /// Field number for the "NFJLFNBPPPG" field. public const int NFJLFNBPPPGFieldNumber = 4; private global::EggLink.DanhengServer.Proto.JOFGDAIADBO nFJLFNBPPPG_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.JOFGDAIADBO NFJLFNBPPPG { get { return nFJLFNBPPPG_; } set { nFJLFNBPPPG_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as PlanetFesLargeBonusInteractScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(PlanetFesLargeBonusInteractScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Retcode != other.Retcode) return false; if (IHCILNHKLMC != other.IHCILNHKLMC) return false; if (!object.Equals(GMIDJMMMJKP, other.GMIDJMMMJKP)) return false; if (!object.Equals(NFJLFNBPPPG, other.NFJLFNBPPPG)) 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 (Retcode != 0) hash ^= Retcode.GetHashCode(); if (IHCILNHKLMC != 0) hash ^= IHCILNHKLMC.GetHashCode(); if (gMIDJMMMJKP_ != null) hash ^= GMIDJMMMJKP.GetHashCode(); if (nFJLFNBPPPG_ != null) hash ^= NFJLFNBPPPG.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 (gMIDJMMMJKP_ != null) { output.WriteRawTag(18); output.WriteMessage(GMIDJMMMJKP); } if (nFJLFNBPPPG_ != null) { output.WriteRawTag(34); output.WriteMessage(NFJLFNBPPPG); } if (Retcode != 0) { output.WriteRawTag(48); output.WriteUInt32(Retcode); } if (IHCILNHKLMC != 0) { output.WriteRawTag(120); output.WriteUInt32(IHCILNHKLMC); } 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 (gMIDJMMMJKP_ != null) { output.WriteRawTag(18); output.WriteMessage(GMIDJMMMJKP); } if (nFJLFNBPPPG_ != null) { output.WriteRawTag(34); output.WriteMessage(NFJLFNBPPPG); } if (Retcode != 0) { output.WriteRawTag(48); output.WriteUInt32(Retcode); } if (IHCILNHKLMC != 0) { output.WriteRawTag(120); output.WriteUInt32(IHCILNHKLMC); } 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 (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (IHCILNHKLMC != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IHCILNHKLMC); } if (gMIDJMMMJKP_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(GMIDJMMMJKP); } if (nFJLFNBPPPG_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(NFJLFNBPPPG); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(PlanetFesLargeBonusInteractScRsp other) { if (other == null) { return; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.IHCILNHKLMC != 0) { IHCILNHKLMC = other.IHCILNHKLMC; } if (other.gMIDJMMMJKP_ != null) { if (gMIDJMMMJKP_ == null) { GMIDJMMMJKP = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } GMIDJMMMJKP.MergeFrom(other.GMIDJMMMJKP); } if (other.nFJLFNBPPPG_ != null) { if (nFJLFNBPPPG_ == null) { NFJLFNBPPPG = new global::EggLink.DanhengServer.Proto.JOFGDAIADBO(); } NFJLFNBPPPG.MergeFrom(other.NFJLFNBPPPG); } _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: { if (gMIDJMMMJKP_ == null) { GMIDJMMMJKP = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } input.ReadMessage(GMIDJMMMJKP); break; } case 34: { if (nFJLFNBPPPG_ == null) { NFJLFNBPPPG = new global::EggLink.DanhengServer.Proto.JOFGDAIADBO(); } input.ReadMessage(NFJLFNBPPPG); break; } case 48: { Retcode = input.ReadUInt32(); break; } case 120: { IHCILNHKLMC = 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 18: { if (gMIDJMMMJKP_ == null) { GMIDJMMMJKP = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI(); } input.ReadMessage(GMIDJMMMJKP); break; } case 34: { if (nFJLFNBPPPG_ == null) { NFJLFNBPPPG = new global::EggLink.DanhengServer.Proto.JOFGDAIADBO(); } input.ReadMessage(NFJLFNBPPPG); break; } case 48: { Retcode = input.ReadUInt32(); break; } case 120: { IHCILNHKLMC = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code