// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: BKBILPDKOIL.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 BKBILPDKOIL.proto public static partial class BKBILPDKOILReflection { #region Descriptor /// File descriptor for BKBILPDKOIL.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BKBILPDKOILReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFCS0JJTFBES09JTC5wcm90byJvCgtCS0JJTFBES09JTBITCgtDQUJFSEtP", "RkxQRxgNIAEoCBITCgtIUEpKRENKSEhPQRgMIAEoBBITCgtKUEFDT0JHQkRC", "RxgBIAMoDRIMCgR0aW1lGAkgASgDEhMKC0xISlBLTURNTk1QGA8gASgNQh6q", "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BKBILPDKOIL), global::EggLink.DanhengServer.Proto.BKBILPDKOIL.Parser, new[]{ "CABEHKOFLPG", "HPJJDCJHHOA", "JPACOBGBDBG", "Time", "LHJPKMDMNMP" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class BKBILPDKOIL : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BKBILPDKOIL()); 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.BKBILPDKOILReflection.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 BKBILPDKOIL() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BKBILPDKOIL(BKBILPDKOIL other) : this() { cABEHKOFLPG_ = other.cABEHKOFLPG_; hPJJDCJHHOA_ = other.hPJJDCJHHOA_; jPACOBGBDBG_ = other.jPACOBGBDBG_.Clone(); time_ = other.time_; lHJPKMDMNMP_ = other.lHJPKMDMNMP_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BKBILPDKOIL Clone() { return new BKBILPDKOIL(this); } /// Field number for the "CABEHKOFLPG" field. public const int CABEHKOFLPGFieldNumber = 13; private bool cABEHKOFLPG_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool CABEHKOFLPG { get { return cABEHKOFLPG_; } set { cABEHKOFLPG_ = value; } } /// Field number for the "HPJJDCJHHOA" field. public const int HPJJDCJHHOAFieldNumber = 12; private ulong hPJJDCJHHOA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ulong HPJJDCJHHOA { get { return hPJJDCJHHOA_; } set { hPJJDCJHHOA_ = value; } } /// Field number for the "JPACOBGBDBG" field. public const int JPACOBGBDBGFieldNumber = 1; private static readonly pb::FieldCodec _repeated_jPACOBGBDBG_codec = pb::FieldCodec.ForUInt32(10); private readonly pbc::RepeatedField jPACOBGBDBG_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField JPACOBGBDBG { get { return jPACOBGBDBG_; } } /// Field number for the "time" field. public const int TimeFieldNumber = 9; private long time_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long Time { get { return time_; } set { time_ = value; } } /// Field number for the "LHJPKMDMNMP" field. public const int LHJPKMDMNMPFieldNumber = 15; private uint lHJPKMDMNMP_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LHJPKMDMNMP { get { return lHJPKMDMNMP_; } set { lHJPKMDMNMP_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as BKBILPDKOIL); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(BKBILPDKOIL other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (CABEHKOFLPG != other.CABEHKOFLPG) return false; if (HPJJDCJHHOA != other.HPJJDCJHHOA) return false; if(!jPACOBGBDBG_.Equals(other.jPACOBGBDBG_)) return false; if (Time != other.Time) return false; if (LHJPKMDMNMP != other.LHJPKMDMNMP) 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 (CABEHKOFLPG != false) hash ^= CABEHKOFLPG.GetHashCode(); if (HPJJDCJHHOA != 0UL) hash ^= HPJJDCJHHOA.GetHashCode(); hash ^= jPACOBGBDBG_.GetHashCode(); if (Time != 0L) hash ^= Time.GetHashCode(); if (LHJPKMDMNMP != 0) hash ^= LHJPKMDMNMP.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 jPACOBGBDBG_.WriteTo(output, _repeated_jPACOBGBDBG_codec); if (Time != 0L) { output.WriteRawTag(72); output.WriteInt64(Time); } if (HPJJDCJHHOA != 0UL) { output.WriteRawTag(96); output.WriteUInt64(HPJJDCJHHOA); } if (CABEHKOFLPG != false) { output.WriteRawTag(104); output.WriteBool(CABEHKOFLPG); } if (LHJPKMDMNMP != 0) { output.WriteRawTag(120); output.WriteUInt32(LHJPKMDMNMP); } 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) { jPACOBGBDBG_.WriteTo(ref output, _repeated_jPACOBGBDBG_codec); if (Time != 0L) { output.WriteRawTag(72); output.WriteInt64(Time); } if (HPJJDCJHHOA != 0UL) { output.WriteRawTag(96); output.WriteUInt64(HPJJDCJHHOA); } if (CABEHKOFLPG != false) { output.WriteRawTag(104); output.WriteBool(CABEHKOFLPG); } if (LHJPKMDMNMP != 0) { output.WriteRawTag(120); output.WriteUInt32(LHJPKMDMNMP); } 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 (CABEHKOFLPG != false) { size += 1 + 1; } if (HPJJDCJHHOA != 0UL) { size += 1 + pb::CodedOutputStream.ComputeUInt64Size(HPJJDCJHHOA); } size += jPACOBGBDBG_.CalculateSize(_repeated_jPACOBGBDBG_codec); if (Time != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time); } if (LHJPKMDMNMP != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LHJPKMDMNMP); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(BKBILPDKOIL other) { if (other == null) { return; } if (other.CABEHKOFLPG != false) { CABEHKOFLPG = other.CABEHKOFLPG; } if (other.HPJJDCJHHOA != 0UL) { HPJJDCJHHOA = other.HPJJDCJHHOA; } jPACOBGBDBG_.Add(other.jPACOBGBDBG_); if (other.Time != 0L) { Time = other.Time; } if (other.LHJPKMDMNMP != 0) { LHJPKMDMNMP = other.LHJPKMDMNMP; } _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 10: case 8: { jPACOBGBDBG_.AddEntriesFrom(input, _repeated_jPACOBGBDBG_codec); break; } case 72: { Time = input.ReadInt64(); break; } case 96: { HPJJDCJHHOA = input.ReadUInt64(); break; } case 104: { CABEHKOFLPG = input.ReadBool(); break; } case 120: { LHJPKMDMNMP = 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 10: case 8: { jPACOBGBDBG_.AddEntriesFrom(ref input, _repeated_jPACOBGBDBG_codec); break; } case 72: { Time = input.ReadInt64(); break; } case 96: { HPJJDCJHHOA = input.ReadUInt64(); break; } case 104: { CABEHKOFLPG = input.ReadBool(); break; } case 120: { LHJPKMDMNMP = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code