// // 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", "ZUxldmVsRW5kQ3NSZXESEwoLTkdNTEpQRVBHQkwYBiABKA0SEwoLTkVFS0FP", "S05NT0wYByABKA0SEwoLRkRQS0hLR0VGQk0YDCADKA0SEwoLQ0NCRU1FR0hJ", "RkoYASABKA0SEwoLQkJGSk5QREdMR0YYAyABKAkSPgoLSkpPR1BOQUJBR0IY", "DyADKAsyKS5NYXRjaFRocmVlTGV2ZWxFbmRDc1JlcS5KSk9HUE5BQkFHQkVu", "dHJ5EhMKC0hPQUpEUFBHTUVPGAogASgNGjIKEEpKT0dQTkFCQUdCRW50cnkS", "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[]{ "NGMLJPEPGBL", "NEEKAOKNMOL", "FDPKHKGEFBM", "CCBEMEGHIFJ", "BBFJNPDGLGF", "JJOGPNABAGB", "HOAJDPPGMEO" }, 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() { nGMLJPEPGBL_ = other.nGMLJPEPGBL_; nEEKAOKNMOL_ = other.nEEKAOKNMOL_; fDPKHKGEFBM_ = other.fDPKHKGEFBM_.Clone(); cCBEMEGHIFJ_ = other.cCBEMEGHIFJ_; bBFJNPDGLGF_ = other.bBFJNPDGLGF_; jJOGPNABAGB_ = other.jJOGPNABAGB_.Clone(); hOAJDPPGMEO_ = other.hOAJDPPGMEO_; _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 "NGMLJPEPGBL" field. public const int NGMLJPEPGBLFieldNumber = 6; private uint nGMLJPEPGBL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint NGMLJPEPGBL { get { return nGMLJPEPGBL_; } set { nGMLJPEPGBL_ = value; } } /// Field number for the "NEEKAOKNMOL" field. public const int NEEKAOKNMOLFieldNumber = 7; private uint nEEKAOKNMOL_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint NEEKAOKNMOL { get { return nEEKAOKNMOL_; } set { nEEKAOKNMOL_ = value; } } /// Field number for the "FDPKHKGEFBM" field. public const int FDPKHKGEFBMFieldNumber = 12; private static readonly pb::FieldCodec _repeated_fDPKHKGEFBM_codec = pb::FieldCodec.ForUInt32(98); private readonly pbc::RepeatedField fDPKHKGEFBM_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField FDPKHKGEFBM { get { return fDPKHKGEFBM_; } } /// Field number for the "CCBEMEGHIFJ" field. public const int CCBEMEGHIFJFieldNumber = 1; private uint cCBEMEGHIFJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CCBEMEGHIFJ { get { return cCBEMEGHIFJ_; } set { cCBEMEGHIFJ_ = value; } } /// Field number for the "BBFJNPDGLGF" field. public const int BBFJNPDGLGFFieldNumber = 3; private string bBFJNPDGLGF_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string BBFJNPDGLGF { get { return bBFJNPDGLGF_; } set { bBFJNPDGLGF_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "JJOGPNABAGB" field. public const int JJOGPNABAGBFieldNumber = 15; private static readonly pbc::MapField.Codec _map_jJOGPNABAGB_codec = new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 122); private readonly pbc::MapField jJOGPNABAGB_ = new pbc::MapField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::MapField JJOGPNABAGB { get { return jJOGPNABAGB_; } } /// Field number for the "HOAJDPPGMEO" field. public const int HOAJDPPGMEOFieldNumber = 10; private uint hOAJDPPGMEO_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint HOAJDPPGMEO { get { return hOAJDPPGMEO_; } set { hOAJDPPGMEO_ = value; } } [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 (NGMLJPEPGBL != other.NGMLJPEPGBL) return false; if (NEEKAOKNMOL != other.NEEKAOKNMOL) return false; if(!fDPKHKGEFBM_.Equals(other.fDPKHKGEFBM_)) return false; if (CCBEMEGHIFJ != other.CCBEMEGHIFJ) return false; if (BBFJNPDGLGF != other.BBFJNPDGLGF) return false; if (!JJOGPNABAGB.Equals(other.JJOGPNABAGB)) return false; if (HOAJDPPGMEO != other.HOAJDPPGMEO) 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 (NGMLJPEPGBL != 0) hash ^= NGMLJPEPGBL.GetHashCode(); if (NEEKAOKNMOL != 0) hash ^= NEEKAOKNMOL.GetHashCode(); hash ^= fDPKHKGEFBM_.GetHashCode(); if (CCBEMEGHIFJ != 0) hash ^= CCBEMEGHIFJ.GetHashCode(); if (BBFJNPDGLGF.Length != 0) hash ^= BBFJNPDGLGF.GetHashCode(); hash ^= JJOGPNABAGB.GetHashCode(); if (HOAJDPPGMEO != 0) hash ^= HOAJDPPGMEO.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 (CCBEMEGHIFJ != 0) { output.WriteRawTag(8); output.WriteUInt32(CCBEMEGHIFJ); } if (BBFJNPDGLGF.Length != 0) { output.WriteRawTag(26); output.WriteString(BBFJNPDGLGF); } if (NGMLJPEPGBL != 0) { output.WriteRawTag(48); output.WriteUInt32(NGMLJPEPGBL); } if (NEEKAOKNMOL != 0) { output.WriteRawTag(56); output.WriteUInt32(NEEKAOKNMOL); } if (HOAJDPPGMEO != 0) { output.WriteRawTag(80); output.WriteUInt32(HOAJDPPGMEO); } fDPKHKGEFBM_.WriteTo(output, _repeated_fDPKHKGEFBM_codec); jJOGPNABAGB_.WriteTo(output, _map_jJOGPNABAGB_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 (CCBEMEGHIFJ != 0) { output.WriteRawTag(8); output.WriteUInt32(CCBEMEGHIFJ); } if (BBFJNPDGLGF.Length != 0) { output.WriteRawTag(26); output.WriteString(BBFJNPDGLGF); } if (NGMLJPEPGBL != 0) { output.WriteRawTag(48); output.WriteUInt32(NGMLJPEPGBL); } if (NEEKAOKNMOL != 0) { output.WriteRawTag(56); output.WriteUInt32(NEEKAOKNMOL); } if (HOAJDPPGMEO != 0) { output.WriteRawTag(80); output.WriteUInt32(HOAJDPPGMEO); } fDPKHKGEFBM_.WriteTo(ref output, _repeated_fDPKHKGEFBM_codec); jJOGPNABAGB_.WriteTo(ref output, _map_jJOGPNABAGB_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 (NGMLJPEPGBL != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NGMLJPEPGBL); } if (NEEKAOKNMOL != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NEEKAOKNMOL); } size += fDPKHKGEFBM_.CalculateSize(_repeated_fDPKHKGEFBM_codec); if (CCBEMEGHIFJ != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CCBEMEGHIFJ); } if (BBFJNPDGLGF.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(BBFJNPDGLGF); } size += jJOGPNABAGB_.CalculateSize(_map_jJOGPNABAGB_codec); if (HOAJDPPGMEO != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOAJDPPGMEO); } 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.NGMLJPEPGBL != 0) { NGMLJPEPGBL = other.NGMLJPEPGBL; } if (other.NEEKAOKNMOL != 0) { NEEKAOKNMOL = other.NEEKAOKNMOL; } fDPKHKGEFBM_.Add(other.fDPKHKGEFBM_); if (other.CCBEMEGHIFJ != 0) { CCBEMEGHIFJ = other.CCBEMEGHIFJ; } if (other.BBFJNPDGLGF.Length != 0) { BBFJNPDGLGF = other.BBFJNPDGLGF; } jJOGPNABAGB_.MergeFrom(other.jJOGPNABAGB_); if (other.HOAJDPPGMEO != 0) { HOAJDPPGMEO = other.HOAJDPPGMEO; } _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: { CCBEMEGHIFJ = input.ReadUInt32(); break; } case 26: { BBFJNPDGLGF = input.ReadString(); break; } case 48: { NGMLJPEPGBL = input.ReadUInt32(); break; } case 56: { NEEKAOKNMOL = input.ReadUInt32(); break; } case 80: { HOAJDPPGMEO = input.ReadUInt32(); break; } case 98: case 96: { fDPKHKGEFBM_.AddEntriesFrom(input, _repeated_fDPKHKGEFBM_codec); break; } case 122: { jJOGPNABAGB_.AddEntriesFrom(input, _map_jJOGPNABAGB_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: { CCBEMEGHIFJ = input.ReadUInt32(); break; } case 26: { BBFJNPDGLGF = input.ReadString(); break; } case 48: { NGMLJPEPGBL = input.ReadUInt32(); break; } case 56: { NEEKAOKNMOL = input.ReadUInt32(); break; } case 80: { HOAJDPPGMEO = input.ReadUInt32(); break; } case 98: case 96: { fDPKHKGEFBM_.AddEntriesFrom(ref input, _repeated_fDPKHKGEFBM_codec); break; } case 122: { jJOGPNABAGB_.AddEntriesFrom(ref input, _map_jJOGPNABAGB_codec); break; } } } } #endif } #endregion } #endregion Designer generated code