// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ChimeraDoFinalRoundCsReq.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 ChimeraDoFinalRoundCsReq.proto public static partial class ChimeraDoFinalRoundCsReqReflection { #region Descriptor /// File descriptor for ChimeraDoFinalRoundCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ChimeraDoFinalRoundCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch5DaGltZXJhRG9GaW5hbFJvdW5kQ3NSZXEucHJvdG8aEUpNQUFOTVBBTkhN", "LnByb3RvGhFFR0RHSEZMTE1HTi5wcm90bxoRTVBKRElCQ0NPSEYucHJvdG8i", "tQEKGENoaW1lcmFEb0ZpbmFsUm91bmRDc1JlcRITCgtQQUhNQUdQRkREShgI", "IAEoCBIZCgNzdHQYDyABKAsyDC5FR0RHSEZMTE1HThIhCgtPUEFNQUVJSkNP", "SBgNIAMoCzIMLkpNQUFOTVBBTkhNEhwKBmxpbmV1cBgGIAEoCzIMLk1QSkRJ", "QkNDT0hGEhMKC0hHT0RHREVBQUpPGAwgAygNEhMKC0NQQkRCQUlEQUVIGAQg", "ASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JMAANMPANHMReflection.Descriptor, global::EggLink.DanhengServer.Proto.EGDGHFLLMGNReflection.Descriptor, global::EggLink.DanhengServer.Proto.MPJDIBCCOHFReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq), global::EggLink.DanhengServer.Proto.ChimeraDoFinalRoundCsReq.Parser, new[]{ "PAHMAGPFDDJ", "Stt", "OPAMAEIJCOH", "Lineup", "HGODGDEAAJO", "CPBDBAIDAEH" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ChimeraDoFinalRoundCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ChimeraDoFinalRoundCsReq()); 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.ChimeraDoFinalRoundCsReqReflection.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 ChimeraDoFinalRoundCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChimeraDoFinalRoundCsReq(ChimeraDoFinalRoundCsReq other) : this() { pAHMAGPFDDJ_ = other.pAHMAGPFDDJ_; stt_ = other.stt_ != null ? other.stt_.Clone() : null; oPAMAEIJCOH_ = other.oPAMAEIJCOH_.Clone(); lineup_ = other.lineup_ != null ? other.lineup_.Clone() : null; hGODGDEAAJO_ = other.hGODGDEAAJO_.Clone(); cPBDBAIDAEH_ = other.cPBDBAIDAEH_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ChimeraDoFinalRoundCsReq Clone() { return new ChimeraDoFinalRoundCsReq(this); } /// Field number for the "PAHMAGPFDDJ" field. public const int PAHMAGPFDDJFieldNumber = 8; private bool pAHMAGPFDDJ_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool PAHMAGPFDDJ { get { return pAHMAGPFDDJ_; } set { pAHMAGPFDDJ_ = value; } } /// Field number for the "stt" field. public const int SttFieldNumber = 15; private global::EggLink.DanhengServer.Proto.EGDGHFLLMGN stt_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.EGDGHFLLMGN Stt { get { return stt_; } set { stt_ = value; } } /// Field number for the "OPAMAEIJCOH" field. public const int OPAMAEIJCOHFieldNumber = 13; private static readonly pb::FieldCodec _repeated_oPAMAEIJCOH_codec = pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.JMAANMPANHM.Parser); private readonly pbc::RepeatedField oPAMAEIJCOH_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField OPAMAEIJCOH { get { return oPAMAEIJCOH_; } } /// Field number for the "lineup" field. public const int LineupFieldNumber = 6; private global::EggLink.DanhengServer.Proto.MPJDIBCCOHF lineup_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MPJDIBCCOHF Lineup { get { return lineup_; } set { lineup_ = value; } } /// Field number for the "HGODGDEAAJO" field. public const int HGODGDEAAJOFieldNumber = 12; private static readonly pb::FieldCodec _repeated_hGODGDEAAJO_codec = pb::FieldCodec.ForUInt32(98); private readonly pbc::RepeatedField hGODGDEAAJO_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField HGODGDEAAJO { get { return hGODGDEAAJO_; } } /// Field number for the "CPBDBAIDAEH" field. public const int CPBDBAIDAEHFieldNumber = 4; private uint cPBDBAIDAEH_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CPBDBAIDAEH { get { return cPBDBAIDAEH_; } set { cPBDBAIDAEH_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ChimeraDoFinalRoundCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ChimeraDoFinalRoundCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (PAHMAGPFDDJ != other.PAHMAGPFDDJ) return false; if (!object.Equals(Stt, other.Stt)) return false; if(!oPAMAEIJCOH_.Equals(other.oPAMAEIJCOH_)) return false; if (!object.Equals(Lineup, other.Lineup)) return false; if(!hGODGDEAAJO_.Equals(other.hGODGDEAAJO_)) return false; if (CPBDBAIDAEH != other.CPBDBAIDAEH) 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 (PAHMAGPFDDJ != false) hash ^= PAHMAGPFDDJ.GetHashCode(); if (stt_ != null) hash ^= Stt.GetHashCode(); hash ^= oPAMAEIJCOH_.GetHashCode(); if (lineup_ != null) hash ^= Lineup.GetHashCode(); hash ^= hGODGDEAAJO_.GetHashCode(); if (CPBDBAIDAEH != 0) hash ^= CPBDBAIDAEH.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 (CPBDBAIDAEH != 0) { output.WriteRawTag(32); output.WriteUInt32(CPBDBAIDAEH); } if (lineup_ != null) { output.WriteRawTag(50); output.WriteMessage(Lineup); } if (PAHMAGPFDDJ != false) { output.WriteRawTag(64); output.WriteBool(PAHMAGPFDDJ); } hGODGDEAAJO_.WriteTo(output, _repeated_hGODGDEAAJO_codec); oPAMAEIJCOH_.WriteTo(output, _repeated_oPAMAEIJCOH_codec); if (stt_ != null) { output.WriteRawTag(122); output.WriteMessage(Stt); } 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 (CPBDBAIDAEH != 0) { output.WriteRawTag(32); output.WriteUInt32(CPBDBAIDAEH); } if (lineup_ != null) { output.WriteRawTag(50); output.WriteMessage(Lineup); } if (PAHMAGPFDDJ != false) { output.WriteRawTag(64); output.WriteBool(PAHMAGPFDDJ); } hGODGDEAAJO_.WriteTo(ref output, _repeated_hGODGDEAAJO_codec); oPAMAEIJCOH_.WriteTo(ref output, _repeated_oPAMAEIJCOH_codec); if (stt_ != null) { output.WriteRawTag(122); output.WriteMessage(Stt); } 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 (PAHMAGPFDDJ != false) { size += 1 + 1; } if (stt_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Stt); } size += oPAMAEIJCOH_.CalculateSize(_repeated_oPAMAEIJCOH_codec); if (lineup_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Lineup); } size += hGODGDEAAJO_.CalculateSize(_repeated_hGODGDEAAJO_codec); if (CPBDBAIDAEH != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPBDBAIDAEH); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ChimeraDoFinalRoundCsReq other) { if (other == null) { return; } if (other.PAHMAGPFDDJ != false) { PAHMAGPFDDJ = other.PAHMAGPFDDJ; } if (other.stt_ != null) { if (stt_ == null) { Stt = new global::EggLink.DanhengServer.Proto.EGDGHFLLMGN(); } Stt.MergeFrom(other.Stt); } oPAMAEIJCOH_.Add(other.oPAMAEIJCOH_); if (other.lineup_ != null) { if (lineup_ == null) { Lineup = new global::EggLink.DanhengServer.Proto.MPJDIBCCOHF(); } Lineup.MergeFrom(other.Lineup); } hGODGDEAAJO_.Add(other.hGODGDEAAJO_); if (other.CPBDBAIDAEH != 0) { CPBDBAIDAEH = other.CPBDBAIDAEH; } _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 32: { CPBDBAIDAEH = input.ReadUInt32(); break; } case 50: { if (lineup_ == null) { Lineup = new global::EggLink.DanhengServer.Proto.MPJDIBCCOHF(); } input.ReadMessage(Lineup); break; } case 64: { PAHMAGPFDDJ = input.ReadBool(); break; } case 98: case 96: { hGODGDEAAJO_.AddEntriesFrom(input, _repeated_hGODGDEAAJO_codec); break; } case 106: { oPAMAEIJCOH_.AddEntriesFrom(input, _repeated_oPAMAEIJCOH_codec); break; } case 122: { if (stt_ == null) { Stt = new global::EggLink.DanhengServer.Proto.EGDGHFLLMGN(); } input.ReadMessage(Stt); 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 32: { CPBDBAIDAEH = input.ReadUInt32(); break; } case 50: { if (lineup_ == null) { Lineup = new global::EggLink.DanhengServer.Proto.MPJDIBCCOHF(); } input.ReadMessage(Lineup); break; } case 64: { PAHMAGPFDDJ = input.ReadBool(); break; } case 98: case 96: { hGODGDEAAJO_.AddEntriesFrom(ref input, _repeated_hGODGDEAAJO_codec); break; } case 106: { oPAMAEIJCOH_.AddEntriesFrom(ref input, _repeated_oPAMAEIJCOH_codec); break; } case 122: { if (stt_ == null) { Stt = new global::EggLink.DanhengServer.Proto.EGDGHFLLMGN(); } input.ReadMessage(Stt); break; } } } } #endif } #endregion } #endregion Designer generated code