Files
DanhengServer-OpenSource/Proto/KOJPPIAGBDF.cs
2025-11-29 21:57:27 +08:00

467 lines
17 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: KOJPPIAGBDF.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 KOJPPIAGBDF.proto</summary>
public static partial class KOJPPIAGBDFReflection {
#region Descriptor
/// <summary>File descriptor for KOJPPIAGBDF.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static KOJPPIAGBDFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFLT0pQUElBR0JERi5wcm90bxoRTkZLREFBR0JNUEoucHJvdG8aEUtDTEdC",
"TUZFSEJFLnByb3RvItEBCgtLT0pQUElBR0JERhITCgtDRkxEUExPRktBTRgK",
"IAEoCBITCgtIQUhKSEJGQUVGQxgNIAEoDRITCgtCSUxFSktISUhKTBgMIAEo",
"DRIhCgtBTUhCTEhDUENPSBgFIAMoCzIMLktDTEdCTUZFSEJFEhMKC0NQQ05N",
"REVKSUxJGAEgASgNEiEKC0dNTU9QREhERkNJGAMgAygLMgwuTkZLREFBR0JN",
"UEoSEwoLSU1ISElMQ01NR0kYBiABKA0SEwoLREtQREVITkRGTEgYAiADKA1C",
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.NFKDAAGBMPJReflection.Descriptor, global::EggLink.DanhengServer.Proto.KCLGBMFEHBEReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.KOJPPIAGBDF), global::EggLink.DanhengServer.Proto.KOJPPIAGBDF.Parser, new[]{ "CFLDPLOFKAM", "HAHJHBFAEFC", "BILEJKHIHJL", "AMHBLHCPCOH", "CPCNMDEJILI", "GMMOPDHDFCI", "IMHHILCMMGI", "DKPDEHNDFLH" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class KOJPPIAGBDF : pb::IMessage<KOJPPIAGBDF>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<KOJPPIAGBDF> _parser = new pb::MessageParser<KOJPPIAGBDF>(() => new KOJPPIAGBDF());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<KOJPPIAGBDF> 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.KOJPPIAGBDFReflection.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 KOJPPIAGBDF() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public KOJPPIAGBDF(KOJPPIAGBDF other) : this() {
cFLDPLOFKAM_ = other.cFLDPLOFKAM_;
hAHJHBFAEFC_ = other.hAHJHBFAEFC_;
bILEJKHIHJL_ = other.bILEJKHIHJL_;
aMHBLHCPCOH_ = other.aMHBLHCPCOH_.Clone();
cPCNMDEJILI_ = other.cPCNMDEJILI_;
gMMOPDHDFCI_ = other.gMMOPDHDFCI_.Clone();
iMHHILCMMGI_ = other.iMHHILCMMGI_;
dKPDEHNDFLH_ = other.dKPDEHNDFLH_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public KOJPPIAGBDF Clone() {
return new KOJPPIAGBDF(this);
}
/// <summary>Field number for the "CFLDPLOFKAM" field.</summary>
public const int CFLDPLOFKAMFieldNumber = 10;
private bool cFLDPLOFKAM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool CFLDPLOFKAM {
get { return cFLDPLOFKAM_; }
set {
cFLDPLOFKAM_ = value;
}
}
/// <summary>Field number for the "HAHJHBFAEFC" field.</summary>
public const int HAHJHBFAEFCFieldNumber = 13;
private uint hAHJHBFAEFC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HAHJHBFAEFC {
get { return hAHJHBFAEFC_; }
set {
hAHJHBFAEFC_ = value;
}
}
/// <summary>Field number for the "BILEJKHIHJL" field.</summary>
public const int BILEJKHIHJLFieldNumber = 12;
private uint bILEJKHIHJL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BILEJKHIHJL {
get { return bILEJKHIHJL_; }
set {
bILEJKHIHJL_ = value;
}
}
/// <summary>Field number for the "AMHBLHCPCOH" field.</summary>
public const int AMHBLHCPCOHFieldNumber = 5;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.KCLGBMFEHBE> _repeated_aMHBLHCPCOH_codec
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.KCLGBMFEHBE.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KCLGBMFEHBE> aMHBLHCPCOH_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KCLGBMFEHBE>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KCLGBMFEHBE> AMHBLHCPCOH {
get { return aMHBLHCPCOH_; }
}
/// <summary>Field number for the "CPCNMDEJILI" field.</summary>
public const int CPCNMDEJILIFieldNumber = 1;
private uint cPCNMDEJILI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CPCNMDEJILI {
get { return cPCNMDEJILI_; }
set {
cPCNMDEJILI_ = value;
}
}
/// <summary>Field number for the "GMMOPDHDFCI" field.</summary>
public const int GMMOPDHDFCIFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.NFKDAAGBMPJ> _repeated_gMMOPDHDFCI_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.NFKDAAGBMPJ.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NFKDAAGBMPJ> gMMOPDHDFCI_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NFKDAAGBMPJ>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.NFKDAAGBMPJ> GMMOPDHDFCI {
get { return gMMOPDHDFCI_; }
}
/// <summary>Field number for the "IMHHILCMMGI" field.</summary>
public const int IMHHILCMMGIFieldNumber = 6;
private uint iMHHILCMMGI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IMHHILCMMGI {
get { return iMHHILCMMGI_; }
set {
iMHHILCMMGI_ = value;
}
}
/// <summary>Field number for the "DKPDEHNDFLH" field.</summary>
public const int DKPDEHNDFLHFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_dKPDEHNDFLH_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> dKPDEHNDFLH_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> DKPDEHNDFLH {
get { return dKPDEHNDFLH_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as KOJPPIAGBDF);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(KOJPPIAGBDF other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (CFLDPLOFKAM != other.CFLDPLOFKAM) return false;
if (HAHJHBFAEFC != other.HAHJHBFAEFC) return false;
if (BILEJKHIHJL != other.BILEJKHIHJL) return false;
if(!aMHBLHCPCOH_.Equals(other.aMHBLHCPCOH_)) return false;
if (CPCNMDEJILI != other.CPCNMDEJILI) return false;
if(!gMMOPDHDFCI_.Equals(other.gMMOPDHDFCI_)) return false;
if (IMHHILCMMGI != other.IMHHILCMMGI) return false;
if(!dKPDEHNDFLH_.Equals(other.dKPDEHNDFLH_)) 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 (CFLDPLOFKAM != false) hash ^= CFLDPLOFKAM.GetHashCode();
if (HAHJHBFAEFC != 0) hash ^= HAHJHBFAEFC.GetHashCode();
if (BILEJKHIHJL != 0) hash ^= BILEJKHIHJL.GetHashCode();
hash ^= aMHBLHCPCOH_.GetHashCode();
if (CPCNMDEJILI != 0) hash ^= CPCNMDEJILI.GetHashCode();
hash ^= gMMOPDHDFCI_.GetHashCode();
if (IMHHILCMMGI != 0) hash ^= IMHHILCMMGI.GetHashCode();
hash ^= dKPDEHNDFLH_.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 (CPCNMDEJILI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(CPCNMDEJILI);
}
dKPDEHNDFLH_.WriteTo(output, _repeated_dKPDEHNDFLH_codec);
gMMOPDHDFCI_.WriteTo(output, _repeated_gMMOPDHDFCI_codec);
aMHBLHCPCOH_.WriteTo(output, _repeated_aMHBLHCPCOH_codec);
if (IMHHILCMMGI != 0) {
output.WriteRawTag(48);
output.WriteUInt32(IMHHILCMMGI);
}
if (CFLDPLOFKAM != false) {
output.WriteRawTag(80);
output.WriteBool(CFLDPLOFKAM);
}
if (BILEJKHIHJL != 0) {
output.WriteRawTag(96);
output.WriteUInt32(BILEJKHIHJL);
}
if (HAHJHBFAEFC != 0) {
output.WriteRawTag(104);
output.WriteUInt32(HAHJHBFAEFC);
}
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 (CPCNMDEJILI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(CPCNMDEJILI);
}
dKPDEHNDFLH_.WriteTo(ref output, _repeated_dKPDEHNDFLH_codec);
gMMOPDHDFCI_.WriteTo(ref output, _repeated_gMMOPDHDFCI_codec);
aMHBLHCPCOH_.WriteTo(ref output, _repeated_aMHBLHCPCOH_codec);
if (IMHHILCMMGI != 0) {
output.WriteRawTag(48);
output.WriteUInt32(IMHHILCMMGI);
}
if (CFLDPLOFKAM != false) {
output.WriteRawTag(80);
output.WriteBool(CFLDPLOFKAM);
}
if (BILEJKHIHJL != 0) {
output.WriteRawTag(96);
output.WriteUInt32(BILEJKHIHJL);
}
if (HAHJHBFAEFC != 0) {
output.WriteRawTag(104);
output.WriteUInt32(HAHJHBFAEFC);
}
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 (CFLDPLOFKAM != false) {
size += 1 + 1;
}
if (HAHJHBFAEFC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HAHJHBFAEFC);
}
if (BILEJKHIHJL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BILEJKHIHJL);
}
size += aMHBLHCPCOH_.CalculateSize(_repeated_aMHBLHCPCOH_codec);
if (CPCNMDEJILI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPCNMDEJILI);
}
size += gMMOPDHDFCI_.CalculateSize(_repeated_gMMOPDHDFCI_codec);
if (IMHHILCMMGI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IMHHILCMMGI);
}
size += dKPDEHNDFLH_.CalculateSize(_repeated_dKPDEHNDFLH_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(KOJPPIAGBDF other) {
if (other == null) {
return;
}
if (other.CFLDPLOFKAM != false) {
CFLDPLOFKAM = other.CFLDPLOFKAM;
}
if (other.HAHJHBFAEFC != 0) {
HAHJHBFAEFC = other.HAHJHBFAEFC;
}
if (other.BILEJKHIHJL != 0) {
BILEJKHIHJL = other.BILEJKHIHJL;
}
aMHBLHCPCOH_.Add(other.aMHBLHCPCOH_);
if (other.CPCNMDEJILI != 0) {
CPCNMDEJILI = other.CPCNMDEJILI;
}
gMMOPDHDFCI_.Add(other.gMMOPDHDFCI_);
if (other.IMHHILCMMGI != 0) {
IMHHILCMMGI = other.IMHHILCMMGI;
}
dKPDEHNDFLH_.Add(other.dKPDEHNDFLH_);
_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: {
CPCNMDEJILI = input.ReadUInt32();
break;
}
case 18:
case 16: {
dKPDEHNDFLH_.AddEntriesFrom(input, _repeated_dKPDEHNDFLH_codec);
break;
}
case 26: {
gMMOPDHDFCI_.AddEntriesFrom(input, _repeated_gMMOPDHDFCI_codec);
break;
}
case 42: {
aMHBLHCPCOH_.AddEntriesFrom(input, _repeated_aMHBLHCPCOH_codec);
break;
}
case 48: {
IMHHILCMMGI = input.ReadUInt32();
break;
}
case 80: {
CFLDPLOFKAM = input.ReadBool();
break;
}
case 96: {
BILEJKHIHJL = input.ReadUInt32();
break;
}
case 104: {
HAHJHBFAEFC = 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: {
CPCNMDEJILI = input.ReadUInt32();
break;
}
case 18:
case 16: {
dKPDEHNDFLH_.AddEntriesFrom(ref input, _repeated_dKPDEHNDFLH_codec);
break;
}
case 26: {
gMMOPDHDFCI_.AddEntriesFrom(ref input, _repeated_gMMOPDHDFCI_codec);
break;
}
case 42: {
aMHBLHCPCOH_.AddEntriesFrom(ref input, _repeated_aMHBLHCPCOH_codec);
break;
}
case 48: {
IMHHILCMMGI = input.ReadUInt32();
break;
}
case 80: {
CFLDPLOFKAM = input.ReadBool();
break;
}
case 96: {
BILEJKHIHJL = input.ReadUInt32();
break;
}
case 104: {
HAHJHBFAEFC = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code