Files
DanhengServer-OpenSource/Proto/SpaceZooDataScRsp.cs
2025-05-30 23:17:37 +08:00

469 lines
19 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: SpaceZooDataScRsp.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 SpaceZooDataScRsp.proto</summary>
public static partial class SpaceZooDataScRspReflection {
#region Descriptor
/// <summary>File descriptor for SpaceZooDataScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static SpaceZooDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdTcGFjZVpvb0RhdGFTY1JzcC5wcm90bxoRSVBKQUlJTkVHRUwucHJvdG8a",
"EUZBRkdNTFBBRE1JLnByb3RvIugBChFTcGFjZVpvb0RhdGFTY1JzcBITCgtL",
"TU9BREVPR0FQQRgCIAMoDRITCgtQTUNNRUNETEVNQxgDIAMoDRIhCgtJTklI",
"TEFOQ05GSRgHIAMoCzIMLklQSkFJSU5FR0VMEhMKC0JOSE5EQk5BQkZOGAog",
"AygNEhMKC0tKRkhLSUNHR0RFGAkgAygNEiEKC0FBR0lIS0JGTUZJGA4gAygL",
"MgwuRkFGR01MUEFETUkSEwoLRFBMS0JFRUhQTEIYBCADKA0SEwoLUEJMQ0FI",
"Tk1GSkcYDyABKA0SDwoHcmV0Y29kZRgLIAEoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IPJAIINEGELReflection.Descriptor, global::EggLink.DanhengServer.Proto.FAFGMLPADMIReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SpaceZooDataScRsp), global::EggLink.DanhengServer.Proto.SpaceZooDataScRsp.Parser, new[]{ "KMOADEOGAPA", "PMCMECDLEMC", "INIHLANCNFI", "BNHNDBNABFN", "KJFHKICGGDE", "AAGIHKBFMFI", "DPLKBEEHPLB", "PBLCAHNMFJG", "Retcode" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SpaceZooDataScRsp : pb::IMessage<SpaceZooDataScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<SpaceZooDataScRsp> _parser = new pb::MessageParser<SpaceZooDataScRsp>(() => new SpaceZooDataScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<SpaceZooDataScRsp> 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.SpaceZooDataScRspReflection.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 SpaceZooDataScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SpaceZooDataScRsp(SpaceZooDataScRsp other) : this() {
kMOADEOGAPA_ = other.kMOADEOGAPA_.Clone();
pMCMECDLEMC_ = other.pMCMECDLEMC_.Clone();
iNIHLANCNFI_ = other.iNIHLANCNFI_.Clone();
bNHNDBNABFN_ = other.bNHNDBNABFN_.Clone();
kJFHKICGGDE_ = other.kJFHKICGGDE_.Clone();
aAGIHKBFMFI_ = other.aAGIHKBFMFI_.Clone();
dPLKBEEHPLB_ = other.dPLKBEEHPLB_.Clone();
pBLCAHNMFJG_ = other.pBLCAHNMFJG_;
retcode_ = other.retcode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public SpaceZooDataScRsp Clone() {
return new SpaceZooDataScRsp(this);
}
/// <summary>Field number for the "KMOADEOGAPA" field.</summary>
public const int KMOADEOGAPAFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_kMOADEOGAPA_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> kMOADEOGAPA_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KMOADEOGAPA {
get { return kMOADEOGAPA_; }
}
/// <summary>Field number for the "PMCMECDLEMC" field.</summary>
public const int PMCMECDLEMCFieldNumber = 3;
private static readonly pb::FieldCodec<uint> _repeated_pMCMECDLEMC_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField<uint> pMCMECDLEMC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PMCMECDLEMC {
get { return pMCMECDLEMC_; }
}
/// <summary>Field number for the "INIHLANCNFI" field.</summary>
public const int INIHLANCNFIFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.IPJAIINEGEL> _repeated_iNIHLANCNFI_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.IPJAIINEGEL.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IPJAIINEGEL> iNIHLANCNFI_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IPJAIINEGEL>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IPJAIINEGEL> INIHLANCNFI {
get { return iNIHLANCNFI_; }
}
/// <summary>Field number for the "BNHNDBNABFN" field.</summary>
public const int BNHNDBNABFNFieldNumber = 10;
private static readonly pb::FieldCodec<uint> _repeated_bNHNDBNABFN_codec
= pb::FieldCodec.ForUInt32(82);
private readonly pbc::RepeatedField<uint> bNHNDBNABFN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> BNHNDBNABFN {
get { return bNHNDBNABFN_; }
}
/// <summary>Field number for the "KJFHKICGGDE" field.</summary>
public const int KJFHKICGGDEFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_kJFHKICGGDE_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> kJFHKICGGDE_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KJFHKICGGDE {
get { return kJFHKICGGDE_; }
}
/// <summary>Field number for the "AAGIHKBFMFI" field.</summary>
public const int AAGIHKBFMFIFieldNumber = 14;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.FAFGMLPADMI> _repeated_aAGIHKBFMFI_codec
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.FAFGMLPADMI.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FAFGMLPADMI> aAGIHKBFMFI_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FAFGMLPADMI>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FAFGMLPADMI> AAGIHKBFMFI {
get { return aAGIHKBFMFI_; }
}
/// <summary>Field number for the "DPLKBEEHPLB" field.</summary>
public const int DPLKBEEHPLBFieldNumber = 4;
private static readonly pb::FieldCodec<uint> _repeated_dPLKBEEHPLB_codec
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField<uint> dPLKBEEHPLB_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> DPLKBEEHPLB {
get { return dPLKBEEHPLB_; }
}
/// <summary>Field number for the "PBLCAHNMFJG" field.</summary>
public const int PBLCAHNMFJGFieldNumber = 15;
private uint pBLCAHNMFJG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PBLCAHNMFJG {
get { return pBLCAHNMFJG_; }
set {
pBLCAHNMFJG_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 11;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as SpaceZooDataScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(SpaceZooDataScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!kMOADEOGAPA_.Equals(other.kMOADEOGAPA_)) return false;
if(!pMCMECDLEMC_.Equals(other.pMCMECDLEMC_)) return false;
if(!iNIHLANCNFI_.Equals(other.iNIHLANCNFI_)) return false;
if(!bNHNDBNABFN_.Equals(other.bNHNDBNABFN_)) return false;
if(!kJFHKICGGDE_.Equals(other.kJFHKICGGDE_)) return false;
if(!aAGIHKBFMFI_.Equals(other.aAGIHKBFMFI_)) return false;
if(!dPLKBEEHPLB_.Equals(other.dPLKBEEHPLB_)) return false;
if (PBLCAHNMFJG != other.PBLCAHNMFJG) return false;
if (Retcode != other.Retcode) 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;
hash ^= kMOADEOGAPA_.GetHashCode();
hash ^= pMCMECDLEMC_.GetHashCode();
hash ^= iNIHLANCNFI_.GetHashCode();
hash ^= bNHNDBNABFN_.GetHashCode();
hash ^= kJFHKICGGDE_.GetHashCode();
hash ^= aAGIHKBFMFI_.GetHashCode();
hash ^= dPLKBEEHPLB_.GetHashCode();
if (PBLCAHNMFJG != 0) hash ^= PBLCAHNMFJG.GetHashCode();
if (Retcode != 0) hash ^= Retcode.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
kMOADEOGAPA_.WriteTo(output, _repeated_kMOADEOGAPA_codec);
pMCMECDLEMC_.WriteTo(output, _repeated_pMCMECDLEMC_codec);
dPLKBEEHPLB_.WriteTo(output, _repeated_dPLKBEEHPLB_codec);
iNIHLANCNFI_.WriteTo(output, _repeated_iNIHLANCNFI_codec);
kJFHKICGGDE_.WriteTo(output, _repeated_kJFHKICGGDE_codec);
bNHNDBNABFN_.WriteTo(output, _repeated_bNHNDBNABFN_codec);
if (Retcode != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Retcode);
}
aAGIHKBFMFI_.WriteTo(output, _repeated_aAGIHKBFMFI_codec);
if (PBLCAHNMFJG != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PBLCAHNMFJG);
}
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) {
kMOADEOGAPA_.WriteTo(ref output, _repeated_kMOADEOGAPA_codec);
pMCMECDLEMC_.WriteTo(ref output, _repeated_pMCMECDLEMC_codec);
dPLKBEEHPLB_.WriteTo(ref output, _repeated_dPLKBEEHPLB_codec);
iNIHLANCNFI_.WriteTo(ref output, _repeated_iNIHLANCNFI_codec);
kJFHKICGGDE_.WriteTo(ref output, _repeated_kJFHKICGGDE_codec);
bNHNDBNABFN_.WriteTo(ref output, _repeated_bNHNDBNABFN_codec);
if (Retcode != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Retcode);
}
aAGIHKBFMFI_.WriteTo(ref output, _repeated_aAGIHKBFMFI_codec);
if (PBLCAHNMFJG != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PBLCAHNMFJG);
}
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;
size += kMOADEOGAPA_.CalculateSize(_repeated_kMOADEOGAPA_codec);
size += pMCMECDLEMC_.CalculateSize(_repeated_pMCMECDLEMC_codec);
size += iNIHLANCNFI_.CalculateSize(_repeated_iNIHLANCNFI_codec);
size += bNHNDBNABFN_.CalculateSize(_repeated_bNHNDBNABFN_codec);
size += kJFHKICGGDE_.CalculateSize(_repeated_kJFHKICGGDE_codec);
size += aAGIHKBFMFI_.CalculateSize(_repeated_aAGIHKBFMFI_codec);
size += dPLKBEEHPLB_.CalculateSize(_repeated_dPLKBEEHPLB_codec);
if (PBLCAHNMFJG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PBLCAHNMFJG);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(SpaceZooDataScRsp other) {
if (other == null) {
return;
}
kMOADEOGAPA_.Add(other.kMOADEOGAPA_);
pMCMECDLEMC_.Add(other.pMCMECDLEMC_);
iNIHLANCNFI_.Add(other.iNIHLANCNFI_);
bNHNDBNABFN_.Add(other.bNHNDBNABFN_);
kJFHKICGGDE_.Add(other.kJFHKICGGDE_);
aAGIHKBFMFI_.Add(other.aAGIHKBFMFI_);
dPLKBEEHPLB_.Add(other.dPLKBEEHPLB_);
if (other.PBLCAHNMFJG != 0) {
PBLCAHNMFJG = other.PBLCAHNMFJG;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
_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 18:
case 16: {
kMOADEOGAPA_.AddEntriesFrom(input, _repeated_kMOADEOGAPA_codec);
break;
}
case 26:
case 24: {
pMCMECDLEMC_.AddEntriesFrom(input, _repeated_pMCMECDLEMC_codec);
break;
}
case 34:
case 32: {
dPLKBEEHPLB_.AddEntriesFrom(input, _repeated_dPLKBEEHPLB_codec);
break;
}
case 58: {
iNIHLANCNFI_.AddEntriesFrom(input, _repeated_iNIHLANCNFI_codec);
break;
}
case 74:
case 72: {
kJFHKICGGDE_.AddEntriesFrom(input, _repeated_kJFHKICGGDE_codec);
break;
}
case 82:
case 80: {
bNHNDBNABFN_.AddEntriesFrom(input, _repeated_bNHNDBNABFN_codec);
break;
}
case 88: {
Retcode = input.ReadUInt32();
break;
}
case 114: {
aAGIHKBFMFI_.AddEntriesFrom(input, _repeated_aAGIHKBFMFI_codec);
break;
}
case 120: {
PBLCAHNMFJG = 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 18:
case 16: {
kMOADEOGAPA_.AddEntriesFrom(ref input, _repeated_kMOADEOGAPA_codec);
break;
}
case 26:
case 24: {
pMCMECDLEMC_.AddEntriesFrom(ref input, _repeated_pMCMECDLEMC_codec);
break;
}
case 34:
case 32: {
dPLKBEEHPLB_.AddEntriesFrom(ref input, _repeated_dPLKBEEHPLB_codec);
break;
}
case 58: {
iNIHLANCNFI_.AddEntriesFrom(ref input, _repeated_iNIHLANCNFI_codec);
break;
}
case 74:
case 72: {
kJFHKICGGDE_.AddEntriesFrom(ref input, _repeated_kJFHKICGGDE_codec);
break;
}
case 82:
case 80: {
bNHNDBNABFN_.AddEntriesFrom(ref input, _repeated_bNHNDBNABFN_codec);
break;
}
case 88: {
Retcode = input.ReadUInt32();
break;
}
case 114: {
aAGIHKBFMFI_.AddEntriesFrom(ref input, _repeated_aAGIHKBFMFI_codec);
break;
}
case 120: {
PBLCAHNMFJG = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code