mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
488 lines
17 KiB
C#
488 lines
17 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetPunkLordDataScRsp.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 GetPunkLordDataScRsp.proto</summary>
|
|
public static partial class GetPunkLordDataScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GetPunkLordDataScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GetPunkLordDataScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpHZXRQdW5rTG9yZERhdGFTY1JzcC5wcm90byK6AQoUR2V0UHVua0xvcmRE",
|
|
"YXRhU2NSc3ASEwoLR1BQTUtMT1BLRUoYAyABKAMSEwoLR0tMTEVJTk1QQkwY",
|
|
"BiABKA0SEwoLTEhGRENCQUZKR0sYCiADKA0SEwoLR0hITkxBRVBETUcYCSAB",
|
|
"KA0SDwoHcmV0Y29kZRgLIAEoDRITCgtJTkVFTURFQ0pQSxgNIAEoDRITCgtK",
|
|
"TEpERk5IS0hPTxgIIAEoDRITCgtQTktORE5MTk9BSxgOIAEoDUIeqgIbRWdn",
|
|
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetPunkLordDataScRsp), global::EggLink.DanhengServer.Proto.GetPunkLordDataScRsp.Parser, new[]{ "GPPMKLOPKEJ", "GKLLEINMPBL", "LHFDCBAFJGK", "GHHNLAEPDMG", "Retcode", "INEEMDECJPK", "JLJDFNHKHOO", "PNKNDNLNOAK" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GetPunkLordDataScRsp : pb::IMessage<GetPunkLordDataScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GetPunkLordDataScRsp> _parser = new pb::MessageParser<GetPunkLordDataScRsp>(() => new GetPunkLordDataScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GetPunkLordDataScRsp> 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.GetPunkLordDataScRspReflection.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 GetPunkLordDataScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetPunkLordDataScRsp(GetPunkLordDataScRsp other) : this() {
|
|
gPPMKLOPKEJ_ = other.gPPMKLOPKEJ_;
|
|
gKLLEINMPBL_ = other.gKLLEINMPBL_;
|
|
lHFDCBAFJGK_ = other.lHFDCBAFJGK_.Clone();
|
|
gHHNLAEPDMG_ = other.gHHNLAEPDMG_;
|
|
retcode_ = other.retcode_;
|
|
iNEEMDECJPK_ = other.iNEEMDECJPK_;
|
|
jLJDFNHKHOO_ = other.jLJDFNHKHOO_;
|
|
pNKNDNLNOAK_ = other.pNKNDNLNOAK_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetPunkLordDataScRsp Clone() {
|
|
return new GetPunkLordDataScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "GPPMKLOPKEJ" field.</summary>
|
|
public const int GPPMKLOPKEJFieldNumber = 3;
|
|
private long gPPMKLOPKEJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long GPPMKLOPKEJ {
|
|
get { return gPPMKLOPKEJ_; }
|
|
set {
|
|
gPPMKLOPKEJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GKLLEINMPBL" field.</summary>
|
|
public const int GKLLEINMPBLFieldNumber = 6;
|
|
private uint gKLLEINMPBL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GKLLEINMPBL {
|
|
get { return gKLLEINMPBL_; }
|
|
set {
|
|
gKLLEINMPBL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LHFDCBAFJGK" field.</summary>
|
|
public const int LHFDCBAFJGKFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<uint> _repeated_lHFDCBAFJGK_codec
|
|
= pb::FieldCodec.ForUInt32(82);
|
|
private readonly pbc::RepeatedField<uint> lHFDCBAFJGK_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> LHFDCBAFJGK {
|
|
get { return lHFDCBAFJGK_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "GHHNLAEPDMG" field.</summary>
|
|
public const int GHHNLAEPDMGFieldNumber = 9;
|
|
private uint gHHNLAEPDMG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GHHNLAEPDMG {
|
|
get { return gHHNLAEPDMG_; }
|
|
set {
|
|
gHHNLAEPDMG_ = 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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "INEEMDECJPK" field.</summary>
|
|
public const int INEEMDECJPKFieldNumber = 13;
|
|
private uint iNEEMDECJPK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint INEEMDECJPK {
|
|
get { return iNEEMDECJPK_; }
|
|
set {
|
|
iNEEMDECJPK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JLJDFNHKHOO" field.</summary>
|
|
public const int JLJDFNHKHOOFieldNumber = 8;
|
|
private uint jLJDFNHKHOO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JLJDFNHKHOO {
|
|
get { return jLJDFNHKHOO_; }
|
|
set {
|
|
jLJDFNHKHOO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PNKNDNLNOAK" field.</summary>
|
|
public const int PNKNDNLNOAKFieldNumber = 14;
|
|
private uint pNKNDNLNOAK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PNKNDNLNOAK {
|
|
get { return pNKNDNLNOAK_; }
|
|
set {
|
|
pNKNDNLNOAK_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GetPunkLordDataScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GetPunkLordDataScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (GPPMKLOPKEJ != other.GPPMKLOPKEJ) return false;
|
|
if (GKLLEINMPBL != other.GKLLEINMPBL) return false;
|
|
if(!lHFDCBAFJGK_.Equals(other.lHFDCBAFJGK_)) return false;
|
|
if (GHHNLAEPDMG != other.GHHNLAEPDMG) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (INEEMDECJPK != other.INEEMDECJPK) return false;
|
|
if (JLJDFNHKHOO != other.JLJDFNHKHOO) return false;
|
|
if (PNKNDNLNOAK != other.PNKNDNLNOAK) 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 (GPPMKLOPKEJ != 0L) hash ^= GPPMKLOPKEJ.GetHashCode();
|
|
if (GKLLEINMPBL != 0) hash ^= GKLLEINMPBL.GetHashCode();
|
|
hash ^= lHFDCBAFJGK_.GetHashCode();
|
|
if (GHHNLAEPDMG != 0) hash ^= GHHNLAEPDMG.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (INEEMDECJPK != 0) hash ^= INEEMDECJPK.GetHashCode();
|
|
if (JLJDFNHKHOO != 0) hash ^= JLJDFNHKHOO.GetHashCode();
|
|
if (PNKNDNLNOAK != 0) hash ^= PNKNDNLNOAK.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 (GPPMKLOPKEJ != 0L) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt64(GPPMKLOPKEJ);
|
|
}
|
|
if (GKLLEINMPBL != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(GKLLEINMPBL);
|
|
}
|
|
if (JLJDFNHKHOO != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(JLJDFNHKHOO);
|
|
}
|
|
if (GHHNLAEPDMG != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(GHHNLAEPDMG);
|
|
}
|
|
lHFDCBAFJGK_.WriteTo(output, _repeated_lHFDCBAFJGK_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (INEEMDECJPK != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(INEEMDECJPK);
|
|
}
|
|
if (PNKNDNLNOAK != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(PNKNDNLNOAK);
|
|
}
|
|
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 (GPPMKLOPKEJ != 0L) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt64(GPPMKLOPKEJ);
|
|
}
|
|
if (GKLLEINMPBL != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(GKLLEINMPBL);
|
|
}
|
|
if (JLJDFNHKHOO != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(JLJDFNHKHOO);
|
|
}
|
|
if (GHHNLAEPDMG != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(GHHNLAEPDMG);
|
|
}
|
|
lHFDCBAFJGK_.WriteTo(ref output, _repeated_lHFDCBAFJGK_codec);
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (INEEMDECJPK != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(INEEMDECJPK);
|
|
}
|
|
if (PNKNDNLNOAK != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(PNKNDNLNOAK);
|
|
}
|
|
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 (GPPMKLOPKEJ != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(GPPMKLOPKEJ);
|
|
}
|
|
if (GKLLEINMPBL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GKLLEINMPBL);
|
|
}
|
|
size += lHFDCBAFJGK_.CalculateSize(_repeated_lHFDCBAFJGK_codec);
|
|
if (GHHNLAEPDMG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GHHNLAEPDMG);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (INEEMDECJPK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INEEMDECJPK);
|
|
}
|
|
if (JLJDFNHKHOO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JLJDFNHKHOO);
|
|
}
|
|
if (PNKNDNLNOAK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PNKNDNLNOAK);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GetPunkLordDataScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.GPPMKLOPKEJ != 0L) {
|
|
GPPMKLOPKEJ = other.GPPMKLOPKEJ;
|
|
}
|
|
if (other.GKLLEINMPBL != 0) {
|
|
GKLLEINMPBL = other.GKLLEINMPBL;
|
|
}
|
|
lHFDCBAFJGK_.Add(other.lHFDCBAFJGK_);
|
|
if (other.GHHNLAEPDMG != 0) {
|
|
GHHNLAEPDMG = other.GHHNLAEPDMG;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.INEEMDECJPK != 0) {
|
|
INEEMDECJPK = other.INEEMDECJPK;
|
|
}
|
|
if (other.JLJDFNHKHOO != 0) {
|
|
JLJDFNHKHOO = other.JLJDFNHKHOO;
|
|
}
|
|
if (other.PNKNDNLNOAK != 0) {
|
|
PNKNDNLNOAK = other.PNKNDNLNOAK;
|
|
}
|
|
_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 24: {
|
|
GPPMKLOPKEJ = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 48: {
|
|
GKLLEINMPBL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
JLJDFNHKHOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
GHHNLAEPDMG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82:
|
|
case 80: {
|
|
lHFDCBAFJGK_.AddEntriesFrom(input, _repeated_lHFDCBAFJGK_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
INEEMDECJPK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
PNKNDNLNOAK = 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 24: {
|
|
GPPMKLOPKEJ = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 48: {
|
|
GKLLEINMPBL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
JLJDFNHKHOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
GHHNLAEPDMG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 82:
|
|
case 80: {
|
|
lHFDCBAFJGK_.AddEntriesFrom(ref input, _repeated_lHFDCBAFJGK_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 104: {
|
|
INEEMDECJPK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
PNKNDNLNOAK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|