//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FIDFNNCJAJE.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 FIDFNNCJAJE.proto
public static partial class FIDFNNCJAJEReflection {
#region Descriptor
/// File descriptor for FIDFNNCJAJE.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FIDFNNCJAJEReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGSURGTk5DSkFKRS5wcm90byJfCgtGSURGTk5DSkFKRRITCgtEQ0hQT0dP",
"QkRLTxgKIAEoDRINCgVsZXZlbBgLIAEoDRIXCg9ldmVudF91bmlxdWVfaWQY",
"BCABKA0SEwoLSUpQUEtOS05MTkwYByABKA1CHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FIDFNNCJAJE), global::EggLink.DanhengServer.Proto.FIDFNNCJAJE.Parser, new[]{ "DCHPOGOBDKO", "Level", "EventUniqueId", "IJPPKNKNLNL" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FIDFNNCJAJE : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new FIDFNNCJAJE());
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.FIDFNNCJAJEReflection.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 FIDFNNCJAJE() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FIDFNNCJAJE(FIDFNNCJAJE other) : this() {
dCHPOGOBDKO_ = other.dCHPOGOBDKO_;
level_ = other.level_;
eventUniqueId_ = other.eventUniqueId_;
iJPPKNKNLNL_ = other.iJPPKNKNLNL_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FIDFNNCJAJE Clone() {
return new FIDFNNCJAJE(this);
}
/// Field number for the "DCHPOGOBDKO" field.
public const int DCHPOGOBDKOFieldNumber = 10;
private uint dCHPOGOBDKO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DCHPOGOBDKO {
get { return dCHPOGOBDKO_; }
set {
dCHPOGOBDKO_ = value;
}
}
/// Field number for the "level" field.
public const int LevelFieldNumber = 11;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = value;
}
}
/// Field number for the "event_unique_id" field.
public const int EventUniqueIdFieldNumber = 4;
private uint eventUniqueId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EventUniqueId {
get { return eventUniqueId_; }
set {
eventUniqueId_ = value;
}
}
/// Field number for the "IJPPKNKNLNL" field.
public const int IJPPKNKNLNLFieldNumber = 7;
private uint iJPPKNKNLNL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IJPPKNKNLNL {
get { return iJPPKNKNLNL_; }
set {
iJPPKNKNLNL_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FIDFNNCJAJE);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FIDFNNCJAJE other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (DCHPOGOBDKO != other.DCHPOGOBDKO) return false;
if (Level != other.Level) return false;
if (EventUniqueId != other.EventUniqueId) return false;
if (IJPPKNKNLNL != other.IJPPKNKNLNL) 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 (DCHPOGOBDKO != 0) hash ^= DCHPOGOBDKO.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (EventUniqueId != 0) hash ^= EventUniqueId.GetHashCode();
if (IJPPKNKNLNL != 0) hash ^= IJPPKNKNLNL.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 (EventUniqueId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EventUniqueId);
}
if (IJPPKNKNLNL != 0) {
output.WriteRawTag(56);
output.WriteUInt32(IJPPKNKNLNL);
}
if (DCHPOGOBDKO != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DCHPOGOBDKO);
}
if (Level != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Level);
}
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 (EventUniqueId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EventUniqueId);
}
if (IJPPKNKNLNL != 0) {
output.WriteRawTag(56);
output.WriteUInt32(IJPPKNKNLNL);
}
if (DCHPOGOBDKO != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DCHPOGOBDKO);
}
if (Level != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Level);
}
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 (DCHPOGOBDKO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DCHPOGOBDKO);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (EventUniqueId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventUniqueId);
}
if (IJPPKNKNLNL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IJPPKNKNLNL);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FIDFNNCJAJE other) {
if (other == null) {
return;
}
if (other.DCHPOGOBDKO != 0) {
DCHPOGOBDKO = other.DCHPOGOBDKO;
}
if (other.Level != 0) {
Level = other.Level;
}
if (other.EventUniqueId != 0) {
EventUniqueId = other.EventUniqueId;
}
if (other.IJPPKNKNLNL != 0) {
IJPPKNKNLNL = other.IJPPKNKNLNL;
}
_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: {
EventUniqueId = input.ReadUInt32();
break;
}
case 56: {
IJPPKNKNLNL = input.ReadUInt32();
break;
}
case 80: {
DCHPOGOBDKO = input.ReadUInt32();
break;
}
case 88: {
Level = 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 32: {
EventUniqueId = input.ReadUInt32();
break;
}
case 56: {
IJPPKNKNLNL = input.ReadUInt32();
break;
}
case 80: {
DCHPOGOBDKO = input.ReadUInt32();
break;
}
case 88: {
Level = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code