// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: EEKFECDIHJE.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 EEKFECDIHJE.proto public static partial class EEKFECDIHJEReflection { #region Descriptor /// File descriptor for EEKFECDIHJE.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static EEKFECDIHJEReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFFRUtGRUNESUhKRS5wcm90byJ2CgtFRUtGRUNESUhKRRITCgtER1BQRkZL", "SUhPQxgNIAEoDRITCgtLSURCQkZHSEVDThgBIAEoDRITCgtEQlBHRUZHTEZK", "ShgEIAMoDRITCgtKSUJMTkxIQ05LRBgIIAEoDRITCgtPRE1QSEZBTklFRRgK", "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EEKFECDIHJE), global::EggLink.DanhengServer.Proto.EEKFECDIHJE.Parser, new[]{ "DGPPFFKIHOC", "KIDBBFGHECN", "DBPGEFGLFJJ", "JIBLNLHCNKD", "ODMPHFANIEE" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class EEKFECDIHJE : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new EEKFECDIHJE()); 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.EEKFECDIHJEReflection.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 EEKFECDIHJE() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public EEKFECDIHJE(EEKFECDIHJE other) : this() { dGPPFFKIHOC_ = other.dGPPFFKIHOC_; kIDBBFGHECN_ = other.kIDBBFGHECN_; dBPGEFGLFJJ_ = other.dBPGEFGLFJJ_.Clone(); jIBLNLHCNKD_ = other.jIBLNLHCNKD_; oDMPHFANIEE_ = other.oDMPHFANIEE_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public EEKFECDIHJE Clone() { return new EEKFECDIHJE(this); } /// Field number for the "DGPPFFKIHOC" field. public const int DGPPFFKIHOCFieldNumber = 13; private uint dGPPFFKIHOC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DGPPFFKIHOC { get { return dGPPFFKIHOC_; } set { dGPPFFKIHOC_ = value; } } /// Field number for the "KIDBBFGHECN" field. public const int KIDBBFGHECNFieldNumber = 1; private uint kIDBBFGHECN_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint KIDBBFGHECN { get { return kIDBBFGHECN_; } set { kIDBBFGHECN_ = value; } } /// Field number for the "DBPGEFGLFJJ" field. public const int DBPGEFGLFJJFieldNumber = 4; private static readonly pb::FieldCodec _repeated_dBPGEFGLFJJ_codec = pb::FieldCodec.ForUInt32(34); private readonly pbc::RepeatedField dBPGEFGLFJJ_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField DBPGEFGLFJJ { get { return dBPGEFGLFJJ_; } } /// Field number for the "JIBLNLHCNKD" field. public const int JIBLNLHCNKDFieldNumber = 8; private uint jIBLNLHCNKD_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint JIBLNLHCNKD { get { return jIBLNLHCNKD_; } set { jIBLNLHCNKD_ = value; } } /// Field number for the "ODMPHFANIEE" field. public const int ODMPHFANIEEFieldNumber = 10; private uint oDMPHFANIEE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint ODMPHFANIEE { get { return oDMPHFANIEE_; } set { oDMPHFANIEE_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as EEKFECDIHJE); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(EEKFECDIHJE other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (DGPPFFKIHOC != other.DGPPFFKIHOC) return false; if (KIDBBFGHECN != other.KIDBBFGHECN) return false; if(!dBPGEFGLFJJ_.Equals(other.dBPGEFGLFJJ_)) return false; if (JIBLNLHCNKD != other.JIBLNLHCNKD) return false; if (ODMPHFANIEE != other.ODMPHFANIEE) 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 (DGPPFFKIHOC != 0) hash ^= DGPPFFKIHOC.GetHashCode(); if (KIDBBFGHECN != 0) hash ^= KIDBBFGHECN.GetHashCode(); hash ^= dBPGEFGLFJJ_.GetHashCode(); if (JIBLNLHCNKD != 0) hash ^= JIBLNLHCNKD.GetHashCode(); if (ODMPHFANIEE != 0) hash ^= ODMPHFANIEE.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 (KIDBBFGHECN != 0) { output.WriteRawTag(8); output.WriteUInt32(KIDBBFGHECN); } dBPGEFGLFJJ_.WriteTo(output, _repeated_dBPGEFGLFJJ_codec); if (JIBLNLHCNKD != 0) { output.WriteRawTag(64); output.WriteUInt32(JIBLNLHCNKD); } if (ODMPHFANIEE != 0) { output.WriteRawTag(80); output.WriteUInt32(ODMPHFANIEE); } if (DGPPFFKIHOC != 0) { output.WriteRawTag(104); output.WriteUInt32(DGPPFFKIHOC); } 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 (KIDBBFGHECN != 0) { output.WriteRawTag(8); output.WriteUInt32(KIDBBFGHECN); } dBPGEFGLFJJ_.WriteTo(ref output, _repeated_dBPGEFGLFJJ_codec); if (JIBLNLHCNKD != 0) { output.WriteRawTag(64); output.WriteUInt32(JIBLNLHCNKD); } if (ODMPHFANIEE != 0) { output.WriteRawTag(80); output.WriteUInt32(ODMPHFANIEE); } if (DGPPFFKIHOC != 0) { output.WriteRawTag(104); output.WriteUInt32(DGPPFFKIHOC); } 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 (DGPPFFKIHOC != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGPPFFKIHOC); } if (KIDBBFGHECN != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KIDBBFGHECN); } size += dBPGEFGLFJJ_.CalculateSize(_repeated_dBPGEFGLFJJ_codec); if (JIBLNLHCNKD != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIBLNLHCNKD); } if (ODMPHFANIEE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ODMPHFANIEE); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(EEKFECDIHJE other) { if (other == null) { return; } if (other.DGPPFFKIHOC != 0) { DGPPFFKIHOC = other.DGPPFFKIHOC; } if (other.KIDBBFGHECN != 0) { KIDBBFGHECN = other.KIDBBFGHECN; } dBPGEFGLFJJ_.Add(other.dBPGEFGLFJJ_); if (other.JIBLNLHCNKD != 0) { JIBLNLHCNKD = other.JIBLNLHCNKD; } if (other.ODMPHFANIEE != 0) { ODMPHFANIEE = other.ODMPHFANIEE; } _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: { KIDBBFGHECN = input.ReadUInt32(); break; } case 34: case 32: { dBPGEFGLFJJ_.AddEntriesFrom(input, _repeated_dBPGEFGLFJJ_codec); break; } case 64: { JIBLNLHCNKD = input.ReadUInt32(); break; } case 80: { ODMPHFANIEE = input.ReadUInt32(); break; } case 104: { DGPPFFKIHOC = input.ReadUInt32(); 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: { KIDBBFGHECN = input.ReadUInt32(); break; } case 34: case 32: { dBPGEFGLFJJ_.AddEntriesFrom(ref input, _repeated_dBPGEFGLFJJ_codec); break; } case 64: { JIBLNLHCNKD = input.ReadUInt32(); break; } case 80: { ODMPHFANIEE = input.ReadUInt32(); break; } case 104: { DGPPFFKIHOC = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code