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: JMEAOCPFEOL.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 JMEAOCPFEOL.proto</summary>
|
|
public static partial class JMEAOCPFEOLReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for JMEAOCPFEOL.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static JMEAOCPFEOLReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFKTUVBT0NQRkVPTC5wcm90bxoRT1BHSkdET0dHTkoucHJvdG8ijwEKC0pN",
|
|
"RUFPQ1BGRU9MEg0KBWxldmVsGAggASgNEhMKC0hJSExHQUdITE5JGAYgASgN",
|
|
"EhMKC0NETk5HQUdCQUFLGA0gASgNEiEKC0JPSk1OQUZESktIGAcgAygLMgwu",
|
|
"T1BHSkdET0dHTkoSEwoLSEpKRk1ESEVBUEIYDiABKA0SDwoHYXJlYV9pZBgK",
|
|
"IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OPGJGDOGGNJReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JMEAOCPFEOL), global::EggLink.DanhengServer.Proto.JMEAOCPFEOL.Parser, new[]{ "Level", "HIHLGAGHLNI", "CDNNGAGBAAK", "BOJMNAFDJKH", "HJJFMDHEAPB", "AreaId" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class JMEAOCPFEOL : pb::IMessage<JMEAOCPFEOL>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<JMEAOCPFEOL> _parser = new pb::MessageParser<JMEAOCPFEOL>(() => new JMEAOCPFEOL());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<JMEAOCPFEOL> 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.JMEAOCPFEOLReflection.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 JMEAOCPFEOL() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public JMEAOCPFEOL(JMEAOCPFEOL other) : this() {
|
|
level_ = other.level_;
|
|
hIHLGAGHLNI_ = other.hIHLGAGHLNI_;
|
|
cDNNGAGBAAK_ = other.cDNNGAGBAAK_;
|
|
bOJMNAFDJKH_ = other.bOJMNAFDJKH_.Clone();
|
|
hJJFMDHEAPB_ = other.hJJFMDHEAPB_;
|
|
areaId_ = other.areaId_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public JMEAOCPFEOL Clone() {
|
|
return new JMEAOCPFEOL(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "level" field.</summary>
|
|
public const int LevelFieldNumber = 8;
|
|
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 "HIHLGAGHLNI" field.</summary>
|
|
public const int HIHLGAGHLNIFieldNumber = 6;
|
|
private uint hIHLGAGHLNI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HIHLGAGHLNI {
|
|
get { return hIHLGAGHLNI_; }
|
|
set {
|
|
hIHLGAGHLNI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CDNNGAGBAAK" field.</summary>
|
|
public const int CDNNGAGBAAKFieldNumber = 13;
|
|
private uint cDNNGAGBAAK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CDNNGAGBAAK {
|
|
get { return cDNNGAGBAAK_; }
|
|
set {
|
|
cDNNGAGBAAK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BOJMNAFDJKH" field.</summary>
|
|
public const int BOJMNAFDJKHFieldNumber = 7;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.OPGJGDOGGNJ> _repeated_bOJMNAFDJKH_codec
|
|
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.OPGJGDOGGNJ.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OPGJGDOGGNJ> bOJMNAFDJKH_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OPGJGDOGGNJ>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OPGJGDOGGNJ> BOJMNAFDJKH {
|
|
get { return bOJMNAFDJKH_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "HJJFMDHEAPB" field.</summary>
|
|
public const int HJJFMDHEAPBFieldNumber = 14;
|
|
private uint hJJFMDHEAPB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HJJFMDHEAPB {
|
|
get { return hJJFMDHEAPB_; }
|
|
set {
|
|
hJJFMDHEAPB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "area_id" field.</summary>
|
|
public const int AreaIdFieldNumber = 10;
|
|
private uint areaId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint AreaId {
|
|
get { return areaId_; }
|
|
set {
|
|
areaId_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as JMEAOCPFEOL);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(JMEAOCPFEOL other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Level != other.Level) return false;
|
|
if (HIHLGAGHLNI != other.HIHLGAGHLNI) return false;
|
|
if (CDNNGAGBAAK != other.CDNNGAGBAAK) return false;
|
|
if(!bOJMNAFDJKH_.Equals(other.bOJMNAFDJKH_)) return false;
|
|
if (HJJFMDHEAPB != other.HJJFMDHEAPB) return false;
|
|
if (AreaId != other.AreaId) 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 (HIHLGAGHLNI != 0) hash ^= HIHLGAGHLNI.GetHashCode();
|
|
if (CDNNGAGBAAK != 0) hash ^= CDNNGAGBAAK.GetHashCode();
|
|
hash ^= bOJMNAFDJKH_.GetHashCode();
|
|
if (HJJFMDHEAPB != 0) hash ^= HJJFMDHEAPB.GetHashCode();
|
|
if (AreaId != 0) hash ^= AreaId.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 (HIHLGAGHLNI != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HIHLGAGHLNI);
|
|
}
|
|
bOJMNAFDJKH_.WriteTo(output, _repeated_bOJMNAFDJKH_codec);
|
|
if (Level != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (AreaId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(AreaId);
|
|
}
|
|
if (CDNNGAGBAAK != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(CDNNGAGBAAK);
|
|
}
|
|
if (HJJFMDHEAPB != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(HJJFMDHEAPB);
|
|
}
|
|
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 (HIHLGAGHLNI != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(HIHLGAGHLNI);
|
|
}
|
|
bOJMNAFDJKH_.WriteTo(ref output, _repeated_bOJMNAFDJKH_codec);
|
|
if (Level != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Level);
|
|
}
|
|
if (AreaId != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(AreaId);
|
|
}
|
|
if (CDNNGAGBAAK != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(CDNNGAGBAAK);
|
|
}
|
|
if (HJJFMDHEAPB != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(HJJFMDHEAPB);
|
|
}
|
|
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 (HIHLGAGHLNI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HIHLGAGHLNI);
|
|
}
|
|
if (CDNNGAGBAAK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CDNNGAGBAAK);
|
|
}
|
|
size += bOJMNAFDJKH_.CalculateSize(_repeated_bOJMNAFDJKH_codec);
|
|
if (HJJFMDHEAPB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HJJFMDHEAPB);
|
|
}
|
|
if (AreaId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AreaId);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(JMEAOCPFEOL other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Level != 0) {
|
|
Level = other.Level;
|
|
}
|
|
if (other.HIHLGAGHLNI != 0) {
|
|
HIHLGAGHLNI = other.HIHLGAGHLNI;
|
|
}
|
|
if (other.CDNNGAGBAAK != 0) {
|
|
CDNNGAGBAAK = other.CDNNGAGBAAK;
|
|
}
|
|
bOJMNAFDJKH_.Add(other.bOJMNAFDJKH_);
|
|
if (other.HJJFMDHEAPB != 0) {
|
|
HJJFMDHEAPB = other.HJJFMDHEAPB;
|
|
}
|
|
if (other.AreaId != 0) {
|
|
AreaId = other.AreaId;
|
|
}
|
|
_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 48: {
|
|
HIHLGAGHLNI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
bOJMNAFDJKH_.AddEntriesFrom(input, _repeated_bOJMNAFDJKH_codec);
|
|
break;
|
|
}
|
|
case 64: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
AreaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
CDNNGAGBAAK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
HJJFMDHEAPB = 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 48: {
|
|
HIHLGAGHLNI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
bOJMNAFDJKH_.AddEntriesFrom(ref input, _repeated_bOJMNAFDJKH_codec);
|
|
break;
|
|
}
|
|
case 64: {
|
|
Level = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
AreaId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
CDNNGAGBAAK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
HJJFMDHEAPB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|