Files
DanhengServer-OpenSource/Proto/SpaceZooDataScRsp.cs
2025-03-01 21:18:11 +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(
"ChdTcGFjZVpvb0RhdGFTY1JzcC5wcm90bxoRRkFGR01MUEFETUkucHJvdG8a",
"EUlQSkFJSU5FR0VMLnByb3RvIugBChFTcGFjZVpvb0RhdGFTY1JzcBITCgtE",
"UExLQkVFSFBMQhgGIAMoDRITCgtCTkhOREJOQUJGThgLIAMoDRIhCgtBQUdJ",
"SEtCRk1GSRgEIAMoCzIMLkZBRkdNTFBBRE1JEhMKC0tNT0FERU9HQVBBGA8g",
"AygNEhMKC1BCTENBSE5NRkpHGAcgASgNEg8KB3JldGNvZGUYBSABKA0SIQoL",
"SU5JSExBTkNORkkYAiADKAsyDC5JUEpBSUlORUdFTBITCgtQTUNNRUNETEVN",
"QxgNIAMoDRITCgtLSkZIS0lDR0dERRgIIAMoDUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FAFGMLPADMIReflection.Descriptor, global::EggLink.DanhengServer.Proto.IPJAIINEGELReflection.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[]{ "DPLKBEEHPLB", "BNHNDBNABFN", "AAGIHKBFMFI", "KMOADEOGAPA", "PBLCAHNMFJG", "Retcode", "INIHLANCNFI", "PMCMECDLEMC", "KJFHKICGGDE" }, 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() {
dPLKBEEHPLB_ = other.dPLKBEEHPLB_.Clone();
bNHNDBNABFN_ = other.bNHNDBNABFN_.Clone();
aAGIHKBFMFI_ = other.aAGIHKBFMFI_.Clone();
kMOADEOGAPA_ = other.kMOADEOGAPA_.Clone();
pBLCAHNMFJG_ = other.pBLCAHNMFJG_;
retcode_ = other.retcode_;
iNIHLANCNFI_ = other.iNIHLANCNFI_.Clone();
pMCMECDLEMC_ = other.pMCMECDLEMC_.Clone();
kJFHKICGGDE_ = other.kJFHKICGGDE_.Clone();
_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 "DPLKBEEHPLB" field.</summary>
public const int DPLKBEEHPLBFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_dPLKBEEHPLB_codec
= pb::FieldCodec.ForUInt32(50);
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 "BNHNDBNABFN" field.</summary>
public const int BNHNDBNABFNFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_bNHNDBNABFN_codec
= pb::FieldCodec.ForUInt32(90);
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 "AAGIHKBFMFI" field.</summary>
public const int AAGIHKBFMFIFieldNumber = 4;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.FAFGMLPADMI> _repeated_aAGIHKBFMFI_codec
= pb::FieldCodec.ForMessage(34, 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 "KMOADEOGAPA" field.</summary>
public const int KMOADEOGAPAFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_kMOADEOGAPA_codec
= pb::FieldCodec.ForUInt32(122);
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 "PBLCAHNMFJG" field.</summary>
public const int PBLCAHNMFJGFieldNumber = 7;
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 = 5;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "INIHLANCNFI" field.</summary>
public const int INIHLANCNFIFieldNumber = 2;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.IPJAIINEGEL> _repeated_iNIHLANCNFI_codec
= pb::FieldCodec.ForMessage(18, 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 "PMCMECDLEMC" field.</summary>
public const int PMCMECDLEMCFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_pMCMECDLEMC_codec
= pb::FieldCodec.ForUInt32(106);
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 "KJFHKICGGDE" field.</summary>
public const int KJFHKICGGDEFieldNumber = 8;
private static readonly pb::FieldCodec<uint> _repeated_kJFHKICGGDE_codec
= pb::FieldCodec.ForUInt32(66);
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_; }
}
[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(!dPLKBEEHPLB_.Equals(other.dPLKBEEHPLB_)) return false;
if(!bNHNDBNABFN_.Equals(other.bNHNDBNABFN_)) return false;
if(!aAGIHKBFMFI_.Equals(other.aAGIHKBFMFI_)) return false;
if(!kMOADEOGAPA_.Equals(other.kMOADEOGAPA_)) return false;
if (PBLCAHNMFJG != other.PBLCAHNMFJG) return false;
if (Retcode != other.Retcode) return false;
if(!iNIHLANCNFI_.Equals(other.iNIHLANCNFI_)) return false;
if(!pMCMECDLEMC_.Equals(other.pMCMECDLEMC_)) return false;
if(!kJFHKICGGDE_.Equals(other.kJFHKICGGDE_)) 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 ^= dPLKBEEHPLB_.GetHashCode();
hash ^= bNHNDBNABFN_.GetHashCode();
hash ^= aAGIHKBFMFI_.GetHashCode();
hash ^= kMOADEOGAPA_.GetHashCode();
if (PBLCAHNMFJG != 0) hash ^= PBLCAHNMFJG.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= iNIHLANCNFI_.GetHashCode();
hash ^= pMCMECDLEMC_.GetHashCode();
hash ^= kJFHKICGGDE_.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
iNIHLANCNFI_.WriteTo(output, _repeated_iNIHLANCNFI_codec);
aAGIHKBFMFI_.WriteTo(output, _repeated_aAGIHKBFMFI_codec);
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
}
dPLKBEEHPLB_.WriteTo(output, _repeated_dPLKBEEHPLB_codec);
if (PBLCAHNMFJG != 0) {
output.WriteRawTag(56);
output.WriteUInt32(PBLCAHNMFJG);
}
kJFHKICGGDE_.WriteTo(output, _repeated_kJFHKICGGDE_codec);
bNHNDBNABFN_.WriteTo(output, _repeated_bNHNDBNABFN_codec);
pMCMECDLEMC_.WriteTo(output, _repeated_pMCMECDLEMC_codec);
kMOADEOGAPA_.WriteTo(output, _repeated_kMOADEOGAPA_codec);
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) {
iNIHLANCNFI_.WriteTo(ref output, _repeated_iNIHLANCNFI_codec);
aAGIHKBFMFI_.WriteTo(ref output, _repeated_aAGIHKBFMFI_codec);
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
}
dPLKBEEHPLB_.WriteTo(ref output, _repeated_dPLKBEEHPLB_codec);
if (PBLCAHNMFJG != 0) {
output.WriteRawTag(56);
output.WriteUInt32(PBLCAHNMFJG);
}
kJFHKICGGDE_.WriteTo(ref output, _repeated_kJFHKICGGDE_codec);
bNHNDBNABFN_.WriteTo(ref output, _repeated_bNHNDBNABFN_codec);
pMCMECDLEMC_.WriteTo(ref output, _repeated_pMCMECDLEMC_codec);
kMOADEOGAPA_.WriteTo(ref output, _repeated_kMOADEOGAPA_codec);
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 += dPLKBEEHPLB_.CalculateSize(_repeated_dPLKBEEHPLB_codec);
size += bNHNDBNABFN_.CalculateSize(_repeated_bNHNDBNABFN_codec);
size += aAGIHKBFMFI_.CalculateSize(_repeated_aAGIHKBFMFI_codec);
size += kMOADEOGAPA_.CalculateSize(_repeated_kMOADEOGAPA_codec);
if (PBLCAHNMFJG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PBLCAHNMFJG);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += iNIHLANCNFI_.CalculateSize(_repeated_iNIHLANCNFI_codec);
size += pMCMECDLEMC_.CalculateSize(_repeated_pMCMECDLEMC_codec);
size += kJFHKICGGDE_.CalculateSize(_repeated_kJFHKICGGDE_codec);
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;
}
dPLKBEEHPLB_.Add(other.dPLKBEEHPLB_);
bNHNDBNABFN_.Add(other.bNHNDBNABFN_);
aAGIHKBFMFI_.Add(other.aAGIHKBFMFI_);
kMOADEOGAPA_.Add(other.kMOADEOGAPA_);
if (other.PBLCAHNMFJG != 0) {
PBLCAHNMFJG = other.PBLCAHNMFJG;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
iNIHLANCNFI_.Add(other.iNIHLANCNFI_);
pMCMECDLEMC_.Add(other.pMCMECDLEMC_);
kJFHKICGGDE_.Add(other.kJFHKICGGDE_);
_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: {
iNIHLANCNFI_.AddEntriesFrom(input, _repeated_iNIHLANCNFI_codec);
break;
}
case 34: {
aAGIHKBFMFI_.AddEntriesFrom(input, _repeated_aAGIHKBFMFI_codec);
break;
}
case 40: {
Retcode = input.ReadUInt32();
break;
}
case 50:
case 48: {
dPLKBEEHPLB_.AddEntriesFrom(input, _repeated_dPLKBEEHPLB_codec);
break;
}
case 56: {
PBLCAHNMFJG = input.ReadUInt32();
break;
}
case 66:
case 64: {
kJFHKICGGDE_.AddEntriesFrom(input, _repeated_kJFHKICGGDE_codec);
break;
}
case 90:
case 88: {
bNHNDBNABFN_.AddEntriesFrom(input, _repeated_bNHNDBNABFN_codec);
break;
}
case 106:
case 104: {
pMCMECDLEMC_.AddEntriesFrom(input, _repeated_pMCMECDLEMC_codec);
break;
}
case 122:
case 120: {
kMOADEOGAPA_.AddEntriesFrom(input, _repeated_kMOADEOGAPA_codec);
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: {
iNIHLANCNFI_.AddEntriesFrom(ref input, _repeated_iNIHLANCNFI_codec);
break;
}
case 34: {
aAGIHKBFMFI_.AddEntriesFrom(ref input, _repeated_aAGIHKBFMFI_codec);
break;
}
case 40: {
Retcode = input.ReadUInt32();
break;
}
case 50:
case 48: {
dPLKBEEHPLB_.AddEntriesFrom(ref input, _repeated_dPLKBEEHPLB_codec);
break;
}
case 56: {
PBLCAHNMFJG = input.ReadUInt32();
break;
}
case 66:
case 64: {
kJFHKICGGDE_.AddEntriesFrom(ref input, _repeated_kJFHKICGGDE_codec);
break;
}
case 90:
case 88: {
bNHNDBNABFN_.AddEntriesFrom(ref input, _repeated_bNHNDBNABFN_codec);
break;
}
case 106:
case 104: {
pMCMECDLEMC_.AddEntriesFrom(ref input, _repeated_pMCMECDLEMC_codec);
break;
}
case 122:
case 120: {
kMOADEOGAPA_.AddEntriesFrom(ref input, _repeated_kMOADEOGAPA_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code