// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MatchThreeLevelEndCsReq.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 MatchThreeLevelEndCsReq.proto public static partial class MatchThreeLevelEndCsReqReflection { #region Descriptor /// File descriptor for MatchThreeLevelEndCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MatchThreeLevelEndCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch1NYXRjaFRocmVlTGV2ZWxFbmRDc1JlcS5wcm90byKLAgoXTWF0Y2hUaHJl", "ZUxldmVsRW5kQ3NSZXESEwoLSktHQkdGT1BNSE0YAyABKA0SEwoLTUhQQ0xI", "QkdDREMYCyADKA0SEwoLTklFUEFPQkJGSkYYBiABKAkSEwoLTUJGS09ITkdN", "UEoYASABKA0SEwoLREdFSk1DS0lGSkIYBSABKA0SEwoLS0lGUEZDREVBQUUY", "AiABKA0SPgoLQUNCTUJBQ0ZDQ04YDyADKAsyKS5NYXRjaFRocmVlTGV2ZWxF", "bmRDc1JlcS5BQ0JNQkFDRkNDTkVudHJ5GjIKEEFDQk1CQUNGQ0NORW50cnkS", "CwoDa2V5GAEgASgNEg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5E", "YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq), global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq.Parser, new[]{ "JKGBGFOPMHM", "MHPCLHBGCDC", "NIEPAOBBFJF", "MBFKOHNGMPJ", "DGEJMCKIFJB", "KIFPFCDEAAE", "ACBMBACFCCN" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, }) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MatchThreeLevelEndCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MatchThreeLevelEndCsReq()); 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.MatchThreeLevelEndCsReqReflection.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 MatchThreeLevelEndCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeLevelEndCsReq(MatchThreeLevelEndCsReq other) : this() { jKGBGFOPMHM_ = other.jKGBGFOPMHM_; mHPCLHBGCDC_ = other.mHPCLHBGCDC_.Clone(); nIEPAOBBFJF_ = other.nIEPAOBBFJF_; mBFKOHNGMPJ_ = other.mBFKOHNGMPJ_; dGEJMCKIFJB_ = other.dGEJMCKIFJB_; kIFPFCDEAAE_ = other.kIFPFCDEAAE_; aCBMBACFCCN_ = other.aCBMBACFCCN_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MatchThreeLevelEndCsReq Clone() { return new MatchThreeLevelEndCsReq(this); } /// Field number for the "JKGBGFOPMHM" field. public const int JKGBGFOPMHMFieldNumber = 3; private uint jKGBGFOPMHM_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JKGBGFOPMHM { get { return jKGBGFOPMHM_; } set { jKGBGFOPMHM_ = value; } } /// Field number for the "MHPCLHBGCDC" field. public const int MHPCLHBGCDCFieldNumber = 11; private static readonly pb::FieldCodec _repeated_mHPCLHBGCDC_codec = pb::FieldCodec.ForUInt32(90); private readonly pbc::RepeatedField mHPCLHBGCDC_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MHPCLHBGCDC { get { return mHPCLHBGCDC_; } } /// Field number for the "NIEPAOBBFJF" field. public const int NIEPAOBBFJFFieldNumber = 6; private string nIEPAOBBFJF_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string NIEPAOBBFJF { get { return nIEPAOBBFJF_; } set { nIEPAOBBFJF_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "MBFKOHNGMPJ" field. public const int MBFKOHNGMPJFieldNumber = 1; private uint mBFKOHNGMPJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MBFKOHNGMPJ { get { return mBFKOHNGMPJ_; } set { mBFKOHNGMPJ_ = value; } } /// Field number for the "DGEJMCKIFJB" field. public const int DGEJMCKIFJBFieldNumber = 5; private uint dGEJMCKIFJB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DGEJMCKIFJB { get { return dGEJMCKIFJB_; } set { dGEJMCKIFJB_ = value; } } /// Field number for the "KIFPFCDEAAE" field. public const int KIFPFCDEAAEFieldNumber = 2; private uint kIFPFCDEAAE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint KIFPFCDEAAE { get { return kIFPFCDEAAE_; } set { kIFPFCDEAAE_ = value; } } /// Field number for the "ACBMBACFCCN" field. public const int ACBMBACFCCNFieldNumber = 15; private static readonly pbc::MapField.Codec _map_aCBMBACFCCN_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 122); private readonly pbc::MapField aCBMBACFCCN_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField ACBMBACFCCN { get { return aCBMBACFCCN_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MatchThreeLevelEndCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MatchThreeLevelEndCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (JKGBGFOPMHM != other.JKGBGFOPMHM) return false; if(!mHPCLHBGCDC_.Equals(other.mHPCLHBGCDC_)) return false; if (NIEPAOBBFJF != other.NIEPAOBBFJF) return false; if (MBFKOHNGMPJ != other.MBFKOHNGMPJ) return false; if (DGEJMCKIFJB != other.DGEJMCKIFJB) return false; if (KIFPFCDEAAE != other.KIFPFCDEAAE) return false; if (!ACBMBACFCCN.Equals(other.ACBMBACFCCN)) 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 (JKGBGFOPMHM != 0) hash ^= JKGBGFOPMHM.GetHashCode(); hash ^= mHPCLHBGCDC_.GetHashCode(); if (NIEPAOBBFJF.Length != 0) hash ^= NIEPAOBBFJF.GetHashCode(); if (MBFKOHNGMPJ != 0) hash ^= MBFKOHNGMPJ.GetHashCode(); if (DGEJMCKIFJB != 0) hash ^= DGEJMCKIFJB.GetHashCode(); if (KIFPFCDEAAE != 0) hash ^= KIFPFCDEAAE.GetHashCode(); hash ^= ACBMBACFCCN.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 (MBFKOHNGMPJ != 0) { output.WriteRawTag(8); output.WriteUInt32(MBFKOHNGMPJ); } if (KIFPFCDEAAE != 0) { output.WriteRawTag(16); output.WriteUInt32(KIFPFCDEAAE); } if (JKGBGFOPMHM != 0) { output.WriteRawTag(24); output.WriteUInt32(JKGBGFOPMHM); } if (DGEJMCKIFJB != 0) { output.WriteRawTag(40); output.WriteUInt32(DGEJMCKIFJB); } if (NIEPAOBBFJF.Length != 0) { output.WriteRawTag(50); output.WriteString(NIEPAOBBFJF); } mHPCLHBGCDC_.WriteTo(output, _repeated_mHPCLHBGCDC_codec); aCBMBACFCCN_.WriteTo(output, _map_aCBMBACFCCN_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 (MBFKOHNGMPJ != 0) { output.WriteRawTag(8); output.WriteUInt32(MBFKOHNGMPJ); } if (KIFPFCDEAAE != 0) { output.WriteRawTag(16); output.WriteUInt32(KIFPFCDEAAE); } if (JKGBGFOPMHM != 0) { output.WriteRawTag(24); output.WriteUInt32(JKGBGFOPMHM); } if (DGEJMCKIFJB != 0) { output.WriteRawTag(40); output.WriteUInt32(DGEJMCKIFJB); } if (NIEPAOBBFJF.Length != 0) { output.WriteRawTag(50); output.WriteString(NIEPAOBBFJF); } mHPCLHBGCDC_.WriteTo(ref output, _repeated_mHPCLHBGCDC_codec); aCBMBACFCCN_.WriteTo(ref output, _map_aCBMBACFCCN_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; if (JKGBGFOPMHM != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JKGBGFOPMHM); } size += mHPCLHBGCDC_.CalculateSize(_repeated_mHPCLHBGCDC_codec); if (NIEPAOBBFJF.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(NIEPAOBBFJF); } if (MBFKOHNGMPJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBFKOHNGMPJ); } if (DGEJMCKIFJB != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGEJMCKIFJB); } if (KIFPFCDEAAE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KIFPFCDEAAE); } size += aCBMBACFCCN_.CalculateSize(_map_aCBMBACFCCN_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MatchThreeLevelEndCsReq other) { if (other == null) { return; } if (other.JKGBGFOPMHM != 0) { JKGBGFOPMHM = other.JKGBGFOPMHM; } mHPCLHBGCDC_.Add(other.mHPCLHBGCDC_); if (other.NIEPAOBBFJF.Length != 0) { NIEPAOBBFJF = other.NIEPAOBBFJF; } if (other.MBFKOHNGMPJ != 0) { MBFKOHNGMPJ = other.MBFKOHNGMPJ; } if (other.DGEJMCKIFJB != 0) { DGEJMCKIFJB = other.DGEJMCKIFJB; } if (other.KIFPFCDEAAE != 0) { KIFPFCDEAAE = other.KIFPFCDEAAE; } aCBMBACFCCN_.MergeFrom(other.aCBMBACFCCN_); _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: { MBFKOHNGMPJ = input.ReadUInt32(); break; } case 16: { KIFPFCDEAAE = input.ReadUInt32(); break; } case 24: { JKGBGFOPMHM = input.ReadUInt32(); break; } case 40: { DGEJMCKIFJB = input.ReadUInt32(); break; } case 50: { NIEPAOBBFJF = input.ReadString(); break; } case 90: case 88: { mHPCLHBGCDC_.AddEntriesFrom(input, _repeated_mHPCLHBGCDC_codec); break; } case 122: { aCBMBACFCCN_.AddEntriesFrom(input, _map_aCBMBACFCCN_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 8: { MBFKOHNGMPJ = input.ReadUInt32(); break; } case 16: { KIFPFCDEAAE = input.ReadUInt32(); break; } case 24: { JKGBGFOPMHM = input.ReadUInt32(); break; } case 40: { DGEJMCKIFJB = input.ReadUInt32(); break; } case 50: { NIEPAOBBFJF = input.ReadString(); break; } case 90: case 88: { mHPCLHBGCDC_.AddEntriesFrom(ref input, _repeated_mHPCLHBGCDC_codec); break; } case 122: { aCBMBACFCCN_.AddEntriesFrom(ref input, _map_aCBMBACFCCN_codec); break; } } } } #endif } #endregion } #endregion Designer generated code