Files
DanhengServer-OpenSource/Proto/FFAPKCNAPID.cs
2025-11-16 12:35:40 +08:00

457 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FFAPKCNAPID.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 FFAPKCNAPID.proto</summary>
public static partial class FFAPKCNAPIDReflection {
#region Descriptor
/// <summary>File descriptor for FFAPKCNAPID.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FFAPKCNAPIDReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGRkFQS0NOQVBJRC5wcm90bxoRREVJTkFEUEVIS0UucHJvdG8aEUNFT0RE",
"Q0VJRERMLnByb3RvGhFHSklQSk5HTkZFSi5wcm90byLXAQoLRkZBUEtDTkFQ",
"SUQSCwoDdWlkGAIgASgNEhMKC0hMS1BORUNBTUJMGAQgASgNEiEKC0dFREdM",
"TkNQR0dOGA4gAygLMgwuREVJTkFEUEVIS0USEwoLSUVNTkpITEZHS0QYCiAD",
"KA0SIQoLT0JCT0NDTkZMT0wYCyADKAsyDC5HSklQSk5HTkZFShITCgtBT0FF",
"RkVJQkJNRhgDIAEoDRITCgtBSUlFS0xJTE1KQxgPIAEoAxIhCgtQQkZIRE5C",
"R01CUBgGIAMoCzIMLkNFT0REQ0VJRERMQh6qAhtFZ2dMaW5rLkRhbmhlbmdT",
"ZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DEINADPEHKEReflection.Descriptor, global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.GJIPJNGNFEJReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FFAPKCNAPID), global::EggLink.DanhengServer.Proto.FFAPKCNAPID.Parser, new[]{ "Uid", "HLKPNECAMBL", "GEDGLNCPGGN", "IEMNJHLFGKD", "OBBOCCNFLOL", "AOAEFEIBBMF", "AIIEKLILMJC", "PBFHDNBGMBP" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FFAPKCNAPID : pb::IMessage<FFAPKCNAPID>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FFAPKCNAPID> _parser = new pb::MessageParser<FFAPKCNAPID>(() => new FFAPKCNAPID());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FFAPKCNAPID> 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.FFAPKCNAPIDReflection.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 FFAPKCNAPID() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FFAPKCNAPID(FFAPKCNAPID other) : this() {
uid_ = other.uid_;
hLKPNECAMBL_ = other.hLKPNECAMBL_;
gEDGLNCPGGN_ = other.gEDGLNCPGGN_.Clone();
iEMNJHLFGKD_ = other.iEMNJHLFGKD_.Clone();
oBBOCCNFLOL_ = other.oBBOCCNFLOL_.Clone();
aOAEFEIBBMF_ = other.aOAEFEIBBMF_;
aIIEKLILMJC_ = other.aIIEKLILMJC_;
pBFHDNBGMBP_ = other.pBFHDNBGMBP_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FFAPKCNAPID Clone() {
return new FFAPKCNAPID(this);
}
/// <summary>Field number for the "uid" field.</summary>
public const int UidFieldNumber = 2;
private uint uid_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Uid {
get { return uid_; }
set {
uid_ = value;
}
}
/// <summary>Field number for the "HLKPNECAMBL" field.</summary>
public const int HLKPNECAMBLFieldNumber = 4;
private uint hLKPNECAMBL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HLKPNECAMBL {
get { return hLKPNECAMBL_; }
set {
hLKPNECAMBL_ = value;
}
}
/// <summary>Field number for the "GEDGLNCPGGN" field.</summary>
public const int GEDGLNCPGGNFieldNumber = 14;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DEINADPEHKE> _repeated_gEDGLNCPGGN_codec
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.DEINADPEHKE.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DEINADPEHKE> gEDGLNCPGGN_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DEINADPEHKE>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DEINADPEHKE> GEDGLNCPGGN {
get { return gEDGLNCPGGN_; }
}
/// <summary>Field number for the "IEMNJHLFGKD" field.</summary>
public const int IEMNJHLFGKDFieldNumber = 10;
private static readonly pb::FieldCodec<uint> _repeated_iEMNJHLFGKD_codec
= pb::FieldCodec.ForUInt32(82);
private readonly pbc::RepeatedField<uint> iEMNJHLFGKD_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IEMNJHLFGKD {
get { return iEMNJHLFGKD_; }
}
/// <summary>Field number for the "OBBOCCNFLOL" field.</summary>
public const int OBBOCCNFLOLFieldNumber = 11;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ> _repeated_oBBOCCNFLOL_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ> oBBOCCNFLOL_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GJIPJNGNFEJ> OBBOCCNFLOL {
get { return oBBOCCNFLOL_; }
}
/// <summary>Field number for the "AOAEFEIBBMF" field.</summary>
public const int AOAEFEIBBMFFieldNumber = 3;
private uint aOAEFEIBBMF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AOAEFEIBBMF {
get { return aOAEFEIBBMF_; }
set {
aOAEFEIBBMF_ = value;
}
}
/// <summary>Field number for the "AIIEKLILMJC" field.</summary>
public const int AIIEKLILMJCFieldNumber = 15;
private long aIIEKLILMJC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long AIIEKLILMJC {
get { return aIIEKLILMJC_; }
set {
aIIEKLILMJC_ = value;
}
}
/// <summary>Field number for the "PBFHDNBGMBP" field.</summary>
public const int PBFHDNBGMBPFieldNumber = 6;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.CEODDCEIDDL> _repeated_pBFHDNBGMBP_codec
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.CEODDCEIDDL.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CEODDCEIDDL> pBFHDNBGMBP_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CEODDCEIDDL>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CEODDCEIDDL> PBFHDNBGMBP {
get { return pBFHDNBGMBP_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FFAPKCNAPID);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FFAPKCNAPID other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Uid != other.Uid) return false;
if (HLKPNECAMBL != other.HLKPNECAMBL) return false;
if(!gEDGLNCPGGN_.Equals(other.gEDGLNCPGGN_)) return false;
if(!iEMNJHLFGKD_.Equals(other.iEMNJHLFGKD_)) return false;
if(!oBBOCCNFLOL_.Equals(other.oBBOCCNFLOL_)) return false;
if (AOAEFEIBBMF != other.AOAEFEIBBMF) return false;
if (AIIEKLILMJC != other.AIIEKLILMJC) return false;
if(!pBFHDNBGMBP_.Equals(other.pBFHDNBGMBP_)) 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 (Uid != 0) hash ^= Uid.GetHashCode();
if (HLKPNECAMBL != 0) hash ^= HLKPNECAMBL.GetHashCode();
hash ^= gEDGLNCPGGN_.GetHashCode();
hash ^= iEMNJHLFGKD_.GetHashCode();
hash ^= oBBOCCNFLOL_.GetHashCode();
if (AOAEFEIBBMF != 0) hash ^= AOAEFEIBBMF.GetHashCode();
if (AIIEKLILMJC != 0L) hash ^= AIIEKLILMJC.GetHashCode();
hash ^= pBFHDNBGMBP_.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 (Uid != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Uid);
}
if (AOAEFEIBBMF != 0) {
output.WriteRawTag(24);
output.WriteUInt32(AOAEFEIBBMF);
}
if (HLKPNECAMBL != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HLKPNECAMBL);
}
pBFHDNBGMBP_.WriteTo(output, _repeated_pBFHDNBGMBP_codec);
iEMNJHLFGKD_.WriteTo(output, _repeated_iEMNJHLFGKD_codec);
oBBOCCNFLOL_.WriteTo(output, _repeated_oBBOCCNFLOL_codec);
gEDGLNCPGGN_.WriteTo(output, _repeated_gEDGLNCPGGN_codec);
if (AIIEKLILMJC != 0L) {
output.WriteRawTag(120);
output.WriteInt64(AIIEKLILMJC);
}
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 (Uid != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Uid);
}
if (AOAEFEIBBMF != 0) {
output.WriteRawTag(24);
output.WriteUInt32(AOAEFEIBBMF);
}
if (HLKPNECAMBL != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HLKPNECAMBL);
}
pBFHDNBGMBP_.WriteTo(ref output, _repeated_pBFHDNBGMBP_codec);
iEMNJHLFGKD_.WriteTo(ref output, _repeated_iEMNJHLFGKD_codec);
oBBOCCNFLOL_.WriteTo(ref output, _repeated_oBBOCCNFLOL_codec);
gEDGLNCPGGN_.WriteTo(ref output, _repeated_gEDGLNCPGGN_codec);
if (AIIEKLILMJC != 0L) {
output.WriteRawTag(120);
output.WriteInt64(AIIEKLILMJC);
}
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 (Uid != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Uid);
}
if (HLKPNECAMBL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLKPNECAMBL);
}
size += gEDGLNCPGGN_.CalculateSize(_repeated_gEDGLNCPGGN_codec);
size += iEMNJHLFGKD_.CalculateSize(_repeated_iEMNJHLFGKD_codec);
size += oBBOCCNFLOL_.CalculateSize(_repeated_oBBOCCNFLOL_codec);
if (AOAEFEIBBMF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AOAEFEIBBMF);
}
if (AIIEKLILMJC != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(AIIEKLILMJC);
}
size += pBFHDNBGMBP_.CalculateSize(_repeated_pBFHDNBGMBP_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FFAPKCNAPID other) {
if (other == null) {
return;
}
if (other.Uid != 0) {
Uid = other.Uid;
}
if (other.HLKPNECAMBL != 0) {
HLKPNECAMBL = other.HLKPNECAMBL;
}
gEDGLNCPGGN_.Add(other.gEDGLNCPGGN_);
iEMNJHLFGKD_.Add(other.iEMNJHLFGKD_);
oBBOCCNFLOL_.Add(other.oBBOCCNFLOL_);
if (other.AOAEFEIBBMF != 0) {
AOAEFEIBBMF = other.AOAEFEIBBMF;
}
if (other.AIIEKLILMJC != 0L) {
AIIEKLILMJC = other.AIIEKLILMJC;
}
pBFHDNBGMBP_.Add(other.pBFHDNBGMBP_);
_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: {
Uid = input.ReadUInt32();
break;
}
case 24: {
AOAEFEIBBMF = input.ReadUInt32();
break;
}
case 32: {
HLKPNECAMBL = input.ReadUInt32();
break;
}
case 50: {
pBFHDNBGMBP_.AddEntriesFrom(input, _repeated_pBFHDNBGMBP_codec);
break;
}
case 82:
case 80: {
iEMNJHLFGKD_.AddEntriesFrom(input, _repeated_iEMNJHLFGKD_codec);
break;
}
case 90: {
oBBOCCNFLOL_.AddEntriesFrom(input, _repeated_oBBOCCNFLOL_codec);
break;
}
case 114: {
gEDGLNCPGGN_.AddEntriesFrom(input, _repeated_gEDGLNCPGGN_codec);
break;
}
case 120: {
AIIEKLILMJC = input.ReadInt64();
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: {
Uid = input.ReadUInt32();
break;
}
case 24: {
AOAEFEIBBMF = input.ReadUInt32();
break;
}
case 32: {
HLKPNECAMBL = input.ReadUInt32();
break;
}
case 50: {
pBFHDNBGMBP_.AddEntriesFrom(ref input, _repeated_pBFHDNBGMBP_codec);
break;
}
case 82:
case 80: {
iEMNJHLFGKD_.AddEntriesFrom(ref input, _repeated_iEMNJHLFGKD_codec);
break;
}
case 90: {
oBBOCCNFLOL_.AddEntriesFrom(ref input, _repeated_oBBOCCNFLOL_codec);
break;
}
case 114: {
gEDGLNCPGGN_.AddEntriesFrom(ref input, _repeated_gEDGLNCPGGN_codec);
break;
}
case 120: {
AIIEKLILMJC = input.ReadInt64();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code