// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ClockParkHandleWaitOperationScRsp.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 ClockParkHandleWaitOperationScRsp.proto public static partial class ClockParkHandleWaitOperationScRspReflection { #region Descriptor /// File descriptor for ClockParkHandleWaitOperationScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ClockParkHandleWaitOperationScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CidDbG9ja1BhcmtIYW5kbGVXYWl0T3BlcmF0aW9uU2NSc3AucHJvdG8aGUNs", "b2NrUGFya1BsYXlTdGF0dXMucHJvdG8aFVNjZW5lQmF0dGxlSW5mby5wcm90", "byLFAQohQ2xvY2tQYXJrSGFuZGxlV2FpdE9wZXJhdGlvblNjUnNwEikKC0pG", "S0RCTURPTU5LGAkgASgOMhQuQ2xvY2tQYXJrUGxheVN0YXR1cxITCgtBSElE", "SkJKR0dQUBgBIAEoDRIPCgdyZXRjb2RlGAIgASgNEhMKC0ZJQ0ZHRE5ITkdF", "GA0gASgNEiUKC2JhdHRsZV9pbmZvGA4gASgLMhAuU2NlbmVCYXR0bGVJbmZv", "EhMKC0tPSUpGT0ZGSk5KGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2", "ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ClockParkPlayStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.SceneBattleInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationScRsp), global::EggLink.DanhengServer.Proto.ClockParkHandleWaitOperationScRsp.Parser, new[]{ "JFKDBMDOMNK", "AHIDJBJGGPP", "Retcode", "FICFGDNHNGE", "BattleInfo", "KOIJFOFFJNJ" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ClockParkHandleWaitOperationScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ClockParkHandleWaitOperationScRsp()); 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.ClockParkHandleWaitOperationScRspReflection.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 ClockParkHandleWaitOperationScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ClockParkHandleWaitOperationScRsp(ClockParkHandleWaitOperationScRsp other) : this() { jFKDBMDOMNK_ = other.jFKDBMDOMNK_; aHIDJBJGGPP_ = other.aHIDJBJGGPP_; retcode_ = other.retcode_; fICFGDNHNGE_ = other.fICFGDNHNGE_; battleInfo_ = other.battleInfo_ != null ? other.battleInfo_.Clone() : null; kOIJFOFFJNJ_ = other.kOIJFOFFJNJ_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ClockParkHandleWaitOperationScRsp Clone() { return new ClockParkHandleWaitOperationScRsp(this); } /// Field number for the "JFKDBMDOMNK" field. public const int JFKDBMDOMNKFieldNumber = 9; private global::EggLink.DanhengServer.Proto.ClockParkPlayStatus jFKDBMDOMNK_ = global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ClockParkPlayStatus JFKDBMDOMNK { get { return jFKDBMDOMNK_; } set { jFKDBMDOMNK_ = value; } } /// Field number for the "AHIDJBJGGPP" field. public const int AHIDJBJGGPPFieldNumber = 1; private uint aHIDJBJGGPP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint AHIDJBJGGPP { get { return aHIDJBJGGPP_; } set { aHIDJBJGGPP_ = value; } } /// 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 "FICFGDNHNGE" field. public const int FICFGDNHNGEFieldNumber = 13; private uint fICFGDNHNGE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint FICFGDNHNGE { get { return fICFGDNHNGE_; } set { fICFGDNHNGE_ = value; } } /// Field number for the "battle_info" field. public const int BattleInfoFieldNumber = 14; private global::EggLink.DanhengServer.Proto.SceneBattleInfo battleInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.SceneBattleInfo BattleInfo { get { return battleInfo_; } set { battleInfo_ = value; } } /// Field number for the "KOIJFOFFJNJ" field. public const int KOIJFOFFJNJFieldNumber = 4; private uint kOIJFOFFJNJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint KOIJFOFFJNJ { get { return kOIJFOFFJNJ_; } set { kOIJFOFFJNJ_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ClockParkHandleWaitOperationScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ClockParkHandleWaitOperationScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (JFKDBMDOMNK != other.JFKDBMDOMNK) return false; if (AHIDJBJGGPP != other.AHIDJBJGGPP) return false; if (Retcode != other.Retcode) return false; if (FICFGDNHNGE != other.FICFGDNHNGE) return false; if (!object.Equals(BattleInfo, other.BattleInfo)) return false; if (KOIJFOFFJNJ != other.KOIJFOFFJNJ) 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 (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) hash ^= JFKDBMDOMNK.GetHashCode(); if (AHIDJBJGGPP != 0) hash ^= AHIDJBJGGPP.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (FICFGDNHNGE != 0) hash ^= FICFGDNHNGE.GetHashCode(); if (battleInfo_ != null) hash ^= BattleInfo.GetHashCode(); if (KOIJFOFFJNJ != 0) hash ^= KOIJFOFFJNJ.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 (AHIDJBJGGPP != 0) { output.WriteRawTag(8); output.WriteUInt32(AHIDJBJGGPP); } if (Retcode != 0) { output.WriteRawTag(16); output.WriteUInt32(Retcode); } if (KOIJFOFFJNJ != 0) { output.WriteRawTag(32); output.WriteUInt32(KOIJFOFFJNJ); } if (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) { output.WriteRawTag(72); output.WriteEnum((int) JFKDBMDOMNK); } if (FICFGDNHNGE != 0) { output.WriteRawTag(104); output.WriteUInt32(FICFGDNHNGE); } if (battleInfo_ != null) { output.WriteRawTag(114); output.WriteMessage(BattleInfo); } 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 (AHIDJBJGGPP != 0) { output.WriteRawTag(8); output.WriteUInt32(AHIDJBJGGPP); } if (Retcode != 0) { output.WriteRawTag(16); output.WriteUInt32(Retcode); } if (KOIJFOFFJNJ != 0) { output.WriteRawTag(32); output.WriteUInt32(KOIJFOFFJNJ); } if (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) { output.WriteRawTag(72); output.WriteEnum((int) JFKDBMDOMNK); } if (FICFGDNHNGE != 0) { output.WriteRawTag(104); output.WriteUInt32(FICFGDNHNGE); } if (battleInfo_ != null) { output.WriteRawTag(114); output.WriteMessage(BattleInfo); } 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 (JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) JFKDBMDOMNK); } if (AHIDJBJGGPP != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AHIDJBJGGPP); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (FICFGDNHNGE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FICFGDNHNGE); } if (battleInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleInfo); } if (KOIJFOFFJNJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KOIJFOFFJNJ); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ClockParkHandleWaitOperationScRsp other) { if (other == null) { return; } if (other.JFKDBMDOMNK != global::EggLink.DanhengServer.Proto.ClockParkPlayStatus.ClockParkPlayNone) { JFKDBMDOMNK = other.JFKDBMDOMNK; } if (other.AHIDJBJGGPP != 0) { AHIDJBJGGPP = other.AHIDJBJGGPP; } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.FICFGDNHNGE != 0) { FICFGDNHNGE = other.FICFGDNHNGE; } if (other.battleInfo_ != null) { if (battleInfo_ == null) { BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo(); } BattleInfo.MergeFrom(other.BattleInfo); } if (other.KOIJFOFFJNJ != 0) { KOIJFOFFJNJ = other.KOIJFOFFJNJ; } _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: { AHIDJBJGGPP = input.ReadUInt32(); break; } case 16: { Retcode = input.ReadUInt32(); break; } case 32: { KOIJFOFFJNJ = input.ReadUInt32(); break; } case 72: { JFKDBMDOMNK = (global::EggLink.DanhengServer.Proto.ClockParkPlayStatus) input.ReadEnum(); break; } case 104: { FICFGDNHNGE = input.ReadUInt32(); break; } case 114: { if (battleInfo_ == null) { BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo(); } input.ReadMessage(BattleInfo); 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: { AHIDJBJGGPP = input.ReadUInt32(); break; } case 16: { Retcode = input.ReadUInt32(); break; } case 32: { KOIJFOFFJNJ = input.ReadUInt32(); break; } case 72: { JFKDBMDOMNK = (global::EggLink.DanhengServer.Proto.ClockParkPlayStatus) input.ReadEnum(); break; } case 104: { FICFGDNHNGE = input.ReadUInt32(); break; } case 114: { if (battleInfo_ == null) { BattleInfo = new global::EggLink.DanhengServer.Proto.SceneBattleInfo(); } input.ReadMessage(BattleInfo); break; } } } } #endif } #endregion } #endregion Designer generated code