// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: KLINPBNKIIA.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 KLINPBNKIIA.proto public static partial class KLINPBNKIIAReflection { #region Descriptor /// File descriptor for KLINPBNKIIA.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static KLINPBNKIIAReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFLTElOUEJOS0lJQS5wcm90bxoRUElJQk9KQ0VKSk4ucHJvdG8aIVN3b3Jk", "VHJhaW5pbmdEYWlseVBoYXNlVHlwZS5wcm90byJ4CgtLTElOUEJOS0lJQRIx", "CgtDQ0xKTU5DS0VDUBgCIAEoDjIcLlN3b3JkVHJhaW5pbmdEYWlseVBoYXNl", "VHlwZRIhCgtETkNCUENFTktJRhgJIAMoCzIMLlBJSUJPSkNFSkpOEhMKC0VJ", "SkRFT1BPRk5CGAcgAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv", "dG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PIIBOJCEJJNReflection.Descriptor, global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KLINPBNKIIA), global::EggLink.DanhengServer.Proto.KLINPBNKIIA.Parser, new[]{ "CCLJMNCKECP", "DNCBPCENKIF", "EIJDEOPOFNB" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class KLINPBNKIIA : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new KLINPBNKIIA()); 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.KLINPBNKIIAReflection.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 KLINPBNKIIA() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public KLINPBNKIIA(KLINPBNKIIA other) : this() { cCLJMNCKECP_ = other.cCLJMNCKECP_; dNCBPCENKIF_ = other.dNCBPCENKIF_.Clone(); eIJDEOPOFNB_ = other.eIJDEOPOFNB_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public KLINPBNKIIA Clone() { return new KLINPBNKIIA(this); } /// Field number for the "CCLJMNCKECP" field. public const int CCLJMNCKECPFieldNumber = 2; private global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType cCLJMNCKECP_ = global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType CCLJMNCKECP { get { return cCLJMNCKECP_; } set { cCLJMNCKECP_ = value; } } /// Field number for the "DNCBPCENKIF" field. public const int DNCBPCENKIFFieldNumber = 9; private static readonly pb::FieldCodec _repeated_dNCBPCENKIF_codec = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.PIIBOJCEJJN.Parser); private readonly pbc::RepeatedField dNCBPCENKIF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField DNCBPCENKIF { get { return dNCBPCENKIF_; } } /// Field number for the "EIJDEOPOFNB" field. public const int EIJDEOPOFNBFieldNumber = 7; private static readonly pb::FieldCodec _repeated_eIJDEOPOFNB_codec = pb::FieldCodec.ForUInt32(58); private readonly pbc::RepeatedField eIJDEOPOFNB_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField EIJDEOPOFNB { get { return eIJDEOPOFNB_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as KLINPBNKIIA); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(KLINPBNKIIA other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (CCLJMNCKECP != other.CCLJMNCKECP) return false; if(!dNCBPCENKIF_.Equals(other.dNCBPCENKIF_)) return false; if(!eIJDEOPOFNB_.Equals(other.eIJDEOPOFNB_)) 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 (CCLJMNCKECP != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) hash ^= CCLJMNCKECP.GetHashCode(); hash ^= dNCBPCENKIF_.GetHashCode(); hash ^= eIJDEOPOFNB_.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 (CCLJMNCKECP != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { output.WriteRawTag(16); output.WriteEnum((int) CCLJMNCKECP); } eIJDEOPOFNB_.WriteTo(output, _repeated_eIJDEOPOFNB_codec); dNCBPCENKIF_.WriteTo(output, _repeated_dNCBPCENKIF_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 (CCLJMNCKECP != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { output.WriteRawTag(16); output.WriteEnum((int) CCLJMNCKECP); } eIJDEOPOFNB_.WriteTo(ref output, _repeated_eIJDEOPOFNB_codec); dNCBPCENKIF_.WriteTo(ref output, _repeated_dNCBPCENKIF_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 (CCLJMNCKECP != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CCLJMNCKECP); } size += dNCBPCENKIF_.CalculateSize(_repeated_dNCBPCENKIF_codec); size += eIJDEOPOFNB_.CalculateSize(_repeated_eIJDEOPOFNB_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(KLINPBNKIIA other) { if (other == null) { return; } if (other.CCLJMNCKECP != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) { CCLJMNCKECP = other.CCLJMNCKECP; } dNCBPCENKIF_.Add(other.dNCBPCENKIF_); eIJDEOPOFNB_.Add(other.eIJDEOPOFNB_); _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 16: { CCLJMNCKECP = (global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType) input.ReadEnum(); break; } case 58: case 56: { eIJDEOPOFNB_.AddEntriesFrom(input, _repeated_eIJDEOPOFNB_codec); break; } case 74: { dNCBPCENKIF_.AddEntriesFrom(input, _repeated_dNCBPCENKIF_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 16: { CCLJMNCKECP = (global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType) input.ReadEnum(); break; } case 58: case 56: { eIJDEOPOFNB_.AddEntriesFrom(ref input, _repeated_eIJDEOPOFNB_codec); break; } case 74: { dNCBPCENKIF_.AddEntriesFrom(ref input, _repeated_dNCBPCENKIF_codec); break; } } } } #endif } #endregion } #endregion Designer generated code