// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MatchThreeV2LevelEndScRsp.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 MatchThreeV2LevelEndScRsp.proto public static partial class MatchThreeV2LevelEndScRspReflection { #region Descriptor /// File descriptor for MatchThreeV2LevelEndScRsp.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MatchThreeV2LevelEndScRspReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9NYXRjaFRocmVlVjJMZXZlbEVuZFNjUnNwLnByb3RvGhFMTk9JS0dLSkhM", "Sy5wcm90bxoRR05FQkJBRUlLR0oucHJvdG8aDkl0ZW1MaXN0LnByb3RvIu0B", "ChlNYXRjaFRocmVlVjJMZXZlbEVuZFNjUnNwEhAKCGxldmVsX2lkGAMgASgN", "Eh4KC01OQkVKREhIT0pOGAIgAygLMgkuSXRlbUxpc3QSEwoLQ0RNUE9HSkpN", "Sk0YBCABKA0SIQoLQUVLQ1BQSUROTUQYDCABKAsyDC5MTk9JS0dLSkhMSxIe", "CgtQRUNGSkNEQkNCThgFIAEoCzIJLkl0ZW1MaXN0Eg8KB3JldGNvZGUYBiAB", "KA0SEwoLRUJIQUpFTklLQUYYDyABKA0SIAoKbGV2ZWxfaW5mbxgJIAEoCzIM", "LkdORUJCQUVJS0dKQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LNOIKGKJHLKReflection.Descriptor, global::EggLink.DanhengServer.Proto.GNEBBAEIKGJReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeV2LevelEndScRsp), global::EggLink.DanhengServer.Proto.MatchThreeV2LevelEndScRsp.Parser, new[]{ "LevelId", "MNBEJDHHOJN", "CDMPOGJJMJM", "AEKCPPIDNMD", "PECFJCDBCBN", "Retcode", "EBHAJENIKAF", "LevelInfo" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MatchThreeV2LevelEndScRsp : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MatchThreeV2LevelEndScRsp()); 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.MatchThreeV2LevelEndScRspReflection.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 MatchThreeV2LevelEndScRsp() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeV2LevelEndScRsp(MatchThreeV2LevelEndScRsp other) : this() { levelId_ = other.levelId_; mNBEJDHHOJN_ = other.mNBEJDHHOJN_.Clone(); cDMPOGJJMJM_ = other.cDMPOGJJMJM_; aEKCPPIDNMD_ = other.aEKCPPIDNMD_ != null ? other.aEKCPPIDNMD_.Clone() : null; pECFJCDBCBN_ = other.pECFJCDBCBN_ != null ? other.pECFJCDBCBN_.Clone() : null; retcode_ = other.retcode_; eBHAJENIKAF_ = other.eBHAJENIKAF_; levelInfo_ = other.levelInfo_ != null ? other.levelInfo_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeV2LevelEndScRsp Clone() { return new MatchThreeV2LevelEndScRsp(this); } /// Field number for the "level_id" field. public const int LevelIdFieldNumber = 3; private uint levelId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LevelId { get { return levelId_; } set { levelId_ = value; } } /// Field number for the "MNBEJDHHOJN" field. public const int MNBEJDHHOJNFieldNumber = 2; private static readonly pb::FieldCodec _repeated_mNBEJDHHOJN_codec = pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.ItemList.Parser); private readonly pbc::RepeatedField mNBEJDHHOJN_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MNBEJDHHOJN { get { return mNBEJDHHOJN_; } } /// Field number for the "CDMPOGJJMJM" field. public const int CDMPOGJJMJMFieldNumber = 4; private uint cDMPOGJJMJM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CDMPOGJJMJM { get { return cDMPOGJJMJM_; } set { cDMPOGJJMJM_ = value; } } /// Field number for the "AEKCPPIDNMD" field. public const int AEKCPPIDNMDFieldNumber = 12; private global::EggLink.DanhengServer.Proto.LNOIKGKJHLK aEKCPPIDNMD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.LNOIKGKJHLK AEKCPPIDNMD { get { return aEKCPPIDNMD_; } set { aEKCPPIDNMD_ = value; } } /// Field number for the "PECFJCDBCBN" field. public const int PECFJCDBCBNFieldNumber = 5; private global::EggLink.DanhengServer.Proto.ItemList pECFJCDBCBN_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList PECFJCDBCBN { get { return pECFJCDBCBN_; } set { pECFJCDBCBN_ = value; } } /// 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 "EBHAJENIKAF" field. public const int EBHAJENIKAFFieldNumber = 15; private uint eBHAJENIKAF_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint EBHAJENIKAF { get { return eBHAJENIKAF_; } set { eBHAJENIKAF_ = value; } } /// Field number for the "level_info" field. public const int LevelInfoFieldNumber = 9; private global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ levelInfo_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ LevelInfo { get { return levelInfo_; } set { levelInfo_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MatchThreeV2LevelEndScRsp); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MatchThreeV2LevelEndScRsp other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (LevelId != other.LevelId) return false; if(!mNBEJDHHOJN_.Equals(other.mNBEJDHHOJN_)) return false; if (CDMPOGJJMJM != other.CDMPOGJJMJM) return false; if (!object.Equals(AEKCPPIDNMD, other.AEKCPPIDNMD)) return false; if (!object.Equals(PECFJCDBCBN, other.PECFJCDBCBN)) return false; if (Retcode != other.Retcode) return false; if (EBHAJENIKAF != other.EBHAJENIKAF) return false; if (!object.Equals(LevelInfo, other.LevelInfo)) 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 (LevelId != 0) hash ^= LevelId.GetHashCode(); hash ^= mNBEJDHHOJN_.GetHashCode(); if (CDMPOGJJMJM != 0) hash ^= CDMPOGJJMJM.GetHashCode(); if (aEKCPPIDNMD_ != null) hash ^= AEKCPPIDNMD.GetHashCode(); if (pECFJCDBCBN_ != null) hash ^= PECFJCDBCBN.GetHashCode(); if (Retcode != 0) hash ^= Retcode.GetHashCode(); if (EBHAJENIKAF != 0) hash ^= EBHAJENIKAF.GetHashCode(); if (levelInfo_ != null) hash ^= LevelInfo.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 mNBEJDHHOJN_.WriteTo(output, _repeated_mNBEJDHHOJN_codec); if (LevelId != 0) { output.WriteRawTag(24); output.WriteUInt32(LevelId); } if (CDMPOGJJMJM != 0) { output.WriteRawTag(32); output.WriteUInt32(CDMPOGJJMJM); } if (pECFJCDBCBN_ != null) { output.WriteRawTag(42); output.WriteMessage(PECFJCDBCBN); } if (Retcode != 0) { output.WriteRawTag(48); output.WriteUInt32(Retcode); } if (levelInfo_ != null) { output.WriteRawTag(74); output.WriteMessage(LevelInfo); } if (aEKCPPIDNMD_ != null) { output.WriteRawTag(98); output.WriteMessage(AEKCPPIDNMD); } if (EBHAJENIKAF != 0) { output.WriteRawTag(120); output.WriteUInt32(EBHAJENIKAF); } 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) { mNBEJDHHOJN_.WriteTo(ref output, _repeated_mNBEJDHHOJN_codec); if (LevelId != 0) { output.WriteRawTag(24); output.WriteUInt32(LevelId); } if (CDMPOGJJMJM != 0) { output.WriteRawTag(32); output.WriteUInt32(CDMPOGJJMJM); } if (pECFJCDBCBN_ != null) { output.WriteRawTag(42); output.WriteMessage(PECFJCDBCBN); } if (Retcode != 0) { output.WriteRawTag(48); output.WriteUInt32(Retcode); } if (levelInfo_ != null) { output.WriteRawTag(74); output.WriteMessage(LevelInfo); } if (aEKCPPIDNMD_ != null) { output.WriteRawTag(98); output.WriteMessage(AEKCPPIDNMD); } if (EBHAJENIKAF != 0) { output.WriteRawTag(120); output.WriteUInt32(EBHAJENIKAF); } 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 (LevelId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId); } size += mNBEJDHHOJN_.CalculateSize(_repeated_mNBEJDHHOJN_codec); if (CDMPOGJJMJM != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CDMPOGJJMJM); } if (aEKCPPIDNMD_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(AEKCPPIDNMD); } if (pECFJCDBCBN_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(PECFJCDBCBN); } if (Retcode != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode); } if (EBHAJENIKAF != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EBHAJENIKAF); } if (levelInfo_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(LevelInfo); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MatchThreeV2LevelEndScRsp other) { if (other == null) { return; } if (other.LevelId != 0) { LevelId = other.LevelId; } mNBEJDHHOJN_.Add(other.mNBEJDHHOJN_); if (other.CDMPOGJJMJM != 0) { CDMPOGJJMJM = other.CDMPOGJJMJM; } if (other.aEKCPPIDNMD_ != null) { if (aEKCPPIDNMD_ == null) { AEKCPPIDNMD = new global::EggLink.DanhengServer.Proto.LNOIKGKJHLK(); } AEKCPPIDNMD.MergeFrom(other.AEKCPPIDNMD); } if (other.pECFJCDBCBN_ != null) { if (pECFJCDBCBN_ == null) { PECFJCDBCBN = new global::EggLink.DanhengServer.Proto.ItemList(); } PECFJCDBCBN.MergeFrom(other.PECFJCDBCBN); } if (other.Retcode != 0) { Retcode = other.Retcode; } if (other.EBHAJENIKAF != 0) { EBHAJENIKAF = other.EBHAJENIKAF; } if (other.levelInfo_ != null) { if (levelInfo_ == null) { LevelInfo = new global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ(); } LevelInfo.MergeFrom(other.LevelInfo); } _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: { mNBEJDHHOJN_.AddEntriesFrom(input, _repeated_mNBEJDHHOJN_codec); break; } case 24: { LevelId = input.ReadUInt32(); break; } case 32: { CDMPOGJJMJM = input.ReadUInt32(); break; } case 42: { if (pECFJCDBCBN_ == null) { PECFJCDBCBN = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(PECFJCDBCBN); break; } case 48: { Retcode = input.ReadUInt32(); break; } case 74: { if (levelInfo_ == null) { LevelInfo = new global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ(); } input.ReadMessage(LevelInfo); break; } case 98: { if (aEKCPPIDNMD_ == null) { AEKCPPIDNMD = new global::EggLink.DanhengServer.Proto.LNOIKGKJHLK(); } input.ReadMessage(AEKCPPIDNMD); break; } case 120: { EBHAJENIKAF = 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: { mNBEJDHHOJN_.AddEntriesFrom(ref input, _repeated_mNBEJDHHOJN_codec); break; } case 24: { LevelId = input.ReadUInt32(); break; } case 32: { CDMPOGJJMJM = input.ReadUInt32(); break; } case 42: { if (pECFJCDBCBN_ == null) { PECFJCDBCBN = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(PECFJCDBCBN); break; } case 48: { Retcode = input.ReadUInt32(); break; } case 74: { if (levelInfo_ == null) { LevelInfo = new global::EggLink.DanhengServer.Proto.GNEBBAEIKGJ(); } input.ReadMessage(LevelInfo); break; } case 98: { if (aEKCPPIDNMD_ == null) { AEKCPPIDNMD = new global::EggLink.DanhengServer.Proto.LNOIKGKJHLK(); } input.ReadMessage(AEKCPPIDNMD); break; } case 120: { EBHAJENIKAF = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code