mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
411 lines
14 KiB
C#
411 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: FDBDOCPEICN.proto
|
|
// </auto-generated>
|
|
#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 {
|
|
|
|
/// <summary>Holder for reflection information generated from FDBDOCPEICN.proto</summary>
|
|
public static partial class FDBDOCPEICNReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for FDBDOCPEICN.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static FDBDOCPEICNReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFGREJET0NQRUlDTi5wcm90bxoRS0lLQUVBSEVOS0gucHJvdG8ijwEKC0ZE",
|
|
"QkRPQ1BFSUNOEg0KBWxldmVsGAcgASgNEhMKC0ZNUERDQUdNRE1JGAYgASgN",
|
|
"EhMKC05CTUhFSUZCQk1PGAIgASgNEiEKC0ZPRkhQQkVBQUZFGAggAygLMgwu",
|
|
"S0lLQUVBSEVOS0gSDwoHYXJlYV9pZBgLIAEoDRITCgtKSkhBUEZDQ0FIQRgP",
|
|
"IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KIKAEAHENKHReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FDBDOCPEICN), global::EggLink.DanhengServer.Proto.FDBDOCPEICN.Parser, new[]{ "Level", "FMPDCAGMDMI", "NBMHEIFBBMO", "FOFHPBEAAFE", "AreaId", "JJHAPFCCAHA" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class FDBDOCPEICN : pb::IMessage<FDBDOCPEICN>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<FDBDOCPEICN> _parser = new pb::MessageParser<FDBDOCPEICN>(() => new FDBDOCPEICN());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<FDBDOCPEICN> 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.FDBDOCPEICNReflection.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 FDBDOCPEICN() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public FDBDOCPEICN(FDBDOCPEICN other) : this() {
|
|
level_ = other.level_;
|
|
fMPDCAGMDMI_ = other.fMPDCAGMDMI_;
|
|
nBMHEIFBBMO_ = other.nBMHEIFBBMO_;
|
|
fOFHPBEAAFE_ = other.fOFHPBEAAFE_.Clone();
|
|
areaId_ = other.areaId_;
|
|
jJHAPFCCAHA_ = other.jJHAPFCCAHA_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public FDBDOCPEICN Clone() {
|
|
return new FDBDOCPEICN(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 7;
|
|
private uint level_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Level {
|
|
get { return level_; }
|
|
set {
|
|
level_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FMPDCAGMDMI" field.</summary>
|
|
public const int FMPDCAGMDMIFieldNumber = 6;
|
|
private uint fMPDCAGMDMI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FMPDCAGMDMI {
|
|
get { return fMPDCAGMDMI_; }
|
|
set {
|
|
fMPDCAGMDMI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NBMHEIFBBMO" field.</summary>
|
|
public const int NBMHEIFBBMOFieldNumber = 2;
|
|
private uint nBMHEIFBBMO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint NBMHEIFBBMO {
|
|
get { return nBMHEIFBBMO_; }
|
|
set {
|
|
nBMHEIFBBMO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FOFHPBEAAFE" field.</summary>
|
|
public const int FOFHPBEAAFEFieldNumber = 8;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.KIKAEAHENKH> _repeated_fOFHPBEAAFE_codec
|
|
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.KIKAEAHENKH.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KIKAEAHENKH> fOFHPBEAAFE_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KIKAEAHENKH>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KIKAEAHENKH> FOFHPBEAAFE {
|
|
get { return fOFHPBEAAFE_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "area_id" field.</summary>
|
|
public const int AreaIdFieldNumber = 11;
|
|
private uint areaId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AreaId {
|
|
get { return areaId_; }
|
|
set {
|
|
areaId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JJHAPFCCAHA" field.</summary>
|
|
public const int JJHAPFCCAHAFieldNumber = 15;
|
|
private uint jJHAPFCCAHA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JJHAPFCCAHA {
|
|
get { return jJHAPFCCAHA_; }
|
|
set {
|
|
jJHAPFCCAHA_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as FDBDOCPEICN);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(FDBDOCPEICN other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Level != other.Level) return false;
|
|
if (FMPDCAGMDMI != other.FMPDCAGMDMI) return false;
|
|
if (NBMHEIFBBMO != other.NBMHEIFBBMO) return false;
|
|
if(!fOFHPBEAAFE_.Equals(other.fOFHPBEAAFE_)) return false;
|
|
if (AreaId != other.AreaId) return false;
|
|
if (JJHAPFCCAHA != other.JJHAPFCCAHA) 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 (Level != 0) hash ^= Level.GetHashCode();
|
|
if (FMPDCAGMDMI != 0) hash ^= FMPDCAGMDMI.GetHashCode();
|
|
if (NBMHEIFBBMO != 0) hash ^= NBMHEIFBBMO.GetHashCode();
|
|
hash ^= fOFHPBEAAFE_.GetHashCode();
|
|
if (AreaId != 0) hash ^= AreaId.GetHashCode();
|
|
if (JJHAPFCCAHA != 0) hash ^= JJHAPFCCAHA.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 (NBMHEIFBBMO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(NBMHEIFBBMO);
|
|
}
|
|
if (FMPDCAGMDMI != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(FMPDCAGMDMI);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
fOFHPBEAAFE_.WriteTo(output, _repeated_fOFHPBEAAFE_codec);
|
|
if (AreaId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(AreaId);
|
|
}
|
|
if (JJHAPFCCAHA != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(JJHAPFCCAHA);
|
|
}
|
|
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 (NBMHEIFBBMO != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(NBMHEIFBBMO);
|
|
}
|
|
if (FMPDCAGMDMI != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(FMPDCAGMDMI);
|
|
}
|
|
if (Level != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
fOFHPBEAAFE_.WriteTo(ref output, _repeated_fOFHPBEAAFE_codec);
|
|
if (AreaId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(AreaId);
|
|
}
|
|
if (JJHAPFCCAHA != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(JJHAPFCCAHA);
|
|
}
|
|
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 (Level != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
|
|
}
|
|
if (FMPDCAGMDMI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FMPDCAGMDMI);
|
|
}
|
|
if (NBMHEIFBBMO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NBMHEIFBBMO);
|
|
}
|
|
size += fOFHPBEAAFE_.CalculateSize(_repeated_fOFHPBEAAFE_codec);
|
|
if (AreaId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
|
|
}
|
|
if (JJHAPFCCAHA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JJHAPFCCAHA);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(FDBDOCPEICN other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
if (other.FMPDCAGMDMI != 0) {
|
|
FMPDCAGMDMI = other.FMPDCAGMDMI;
|
|
}
|
|
if (other.NBMHEIFBBMO != 0) {
|
|
NBMHEIFBBMO = other.NBMHEIFBBMO;
|
|
}
|
|
fOFHPBEAAFE_.Add(other.fOFHPBEAAFE_);
|
|
if (other.AreaId != 0) {
|
|
AreaId = other.AreaId;
|
|
}
|
|
if (other.JJHAPFCCAHA != 0) {
|
|
JJHAPFCCAHA = other.JJHAPFCCAHA;
|
|
}
|
|
_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: {
|
|
NBMHEIFBBMO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FMPDCAGMDMI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
fOFHPBEAAFE_.AddEntriesFrom(input, _repeated_fOFHPBEAAFE_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
AreaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
JJHAPFCCAHA = 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 16: {
|
|
NBMHEIFBBMO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FMPDCAGMDMI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
fOFHPBEAAFE_.AddEntriesFrom(ref input, _repeated_fOFHPBEAAFE_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
AreaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
JJHAPFCCAHA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|