// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MHBCFFNEBEL.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 MHBCFFNEBEL.proto public static partial class MHBCFFNEBELReflection { #region Descriptor /// File descriptor for MHBCFFNEBEL.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MHBCFFNEBELReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFNSEJDRkZORUJFTC5wcm90bxohU3dvcmRUcmFpbmluZ0RhaWx5UGhhc2VU", "eXBlLnByb3RvGhFKRE5ORUZOSUVHTC5wcm90byJ4CgtNSEJDRkZORUJFTBIT", "CgtKSElORENEQk5NTBgOIAMoDRIxCgtHUEpHQUZGQ01ORxgLIAEoDjIcLlN3", "b3JkVHJhaW5pbmdEYWlseVBoYXNlVHlwZRIhCgtMT0pGS0ZGQ0VBQRgKIAMo", "CzIMLkpETk5FRk5JRUdMQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.JDNNEFNIEGLReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MHBCFFNEBEL), global::EggLink.DanhengServer.Proto.MHBCFFNEBEL.Parser, new[]{ "JHINDCDBNML", "GPJGAFFCMNG", "LOJFKFFCEAA" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class MHBCFFNEBEL : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MHBCFFNEBEL()); 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.MHBCFFNEBELReflection.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 MHBCFFNEBEL() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MHBCFFNEBEL(MHBCFFNEBEL other) : this() { jHINDCDBNML_ = other.jHINDCDBNML_.Clone(); gPJGAFFCMNG_ = other.gPJGAFFCMNG_; lOJFKFFCEAA_ = other.lOJFKFFCEAA_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public MHBCFFNEBEL Clone() { return new MHBCFFNEBEL(this); } /// Field number for the "JHINDCDBNML" field. public const int JHINDCDBNMLFieldNumber = 14; private static readonly pb::FieldCodec _repeated_jHINDCDBNML_codec = pb::FieldCodec.ForUInt32(114); private readonly pbc::RepeatedField jHINDCDBNML_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField JHINDCDBNML { get { return jHINDCDBNML_; } } /// Field number for the "GPJGAFFCMNG" field. public const int GPJGAFFCMNGFieldNumber = 11; private global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType gPJGAFFCMNG_ = global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType GPJGAFFCMNG { get { return gPJGAFFCMNG_; } set { gPJGAFFCMNG_ = value; } } /// Field number for the "LOJFKFFCEAA" field. public const int LOJFKFFCEAAFieldNumber = 10; private static readonly pb::FieldCodec _repeated_lOJFKFFCEAA_codec = pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.JDNNEFNIEGL.Parser); private readonly pbc::RepeatedField lOJFKFFCEAA_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField LOJFKFFCEAA { get { return lOJFKFFCEAA_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as MHBCFFNEBEL); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(MHBCFFNEBEL other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!jHINDCDBNML_.Equals(other.jHINDCDBNML_)) return false; if (GPJGAFFCMNG != other.GPJGAFFCMNG) return false; if(!lOJFKFFCEAA_.Equals(other.lOJFKFFCEAA_)) 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; hash ^= jHINDCDBNML_.GetHashCode(); if (GPJGAFFCMNG != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) hash ^= GPJGAFFCMNG.GetHashCode(); hash ^= lOJFKFFCEAA_.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 lOJFKFFCEAA_.WriteTo(output, _repeated_lOJFKFFCEAA_codec); if (GPJGAFFCMNG != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { output.WriteRawTag(88); output.WriteEnum((int) GPJGAFFCMNG); } jHINDCDBNML_.WriteTo(output, _repeated_jHINDCDBNML_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) { lOJFKFFCEAA_.WriteTo(ref output, _repeated_lOJFKFFCEAA_codec); if (GPJGAFFCMNG != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { output.WriteRawTag(88); output.WriteEnum((int) GPJGAFFCMNG); } jHINDCDBNML_.WriteTo(ref output, _repeated_jHINDCDBNML_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; size += jHINDCDBNML_.CalculateSize(_repeated_jHINDCDBNML_codec); if (GPJGAFFCMNG != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) GPJGAFFCMNG); } size += lOJFKFFCEAA_.CalculateSize(_repeated_lOJFKFFCEAA_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(MHBCFFNEBEL other) { if (other == null) { return; } jHINDCDBNML_.Add(other.jHINDCDBNML_); if (other.GPJGAFFCMNG != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { GPJGAFFCMNG = other.GPJGAFFCMNG; } lOJFKFFCEAA_.Add(other.lOJFKFFCEAA_); _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 82: { lOJFKFFCEAA_.AddEntriesFrom(input, _repeated_lOJFKFFCEAA_codec); break; } case 88: { GPJGAFFCMNG = (global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType) input.ReadEnum(); break; } case 114: case 112: { jHINDCDBNML_.AddEntriesFrom(input, _repeated_jHINDCDBNML_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 82: { lOJFKFFCEAA_.AddEntriesFrom(ref input, _repeated_lOJFKFFCEAA_codec); break; } case 88: { GPJGAFFCMNG = (global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType) input.ReadEnum(); break; } case 114: case 112: { jHINDCDBNML_.AddEntriesFrom(ref input, _repeated_jHINDCDBNML_codec); break; } } } } #endif } #endregion } #endregion Designer generated code