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",
|
|
"YXRhU2NSc3ASEwoLQkVESkRFQU5DT0oYAiABKAMSEwoLRUFIQklLRkFMTEYY",
|
|
"DSADKA0SEwoLSUFEQ09IT0RHSk4YASABKA0SDwoHcmV0Y29kZRgDIAEoDRIT",
|
|
"CgtQUE5LUE5CSUlFThgGIAEoDRITCgtHQkpPREpDT0xHQRgEIAEoDRITCgtH",
|
|
"TkxNS0tIQUVLTRgHIAEoDRITCgtCRFBCREdCS0RPTxgIIAEoDUIeqgIbRWdn",
|
|
"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[]{ "BEDJDEANCOJ", "EAHBIKFALLF", "IADCOHODGJN", "Retcode", "PPNKPNBIIEN", "GBJODJCOLGA", "GNLMKKHAEKM", "BDPBDGBKDOO" }, 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() {
|
|
bEDJDEANCOJ_ = other.bEDJDEANCOJ_;
|
|
eAHBIKFALLF_ = other.eAHBIKFALLF_.Clone();
|
|
iADCOHODGJN_ = other.iADCOHODGJN_;
|
|
retcode_ = other.retcode_;
|
|
pPNKPNBIIEN_ = other.pPNKPNBIIEN_;
|
|
gBJODJCOLGA_ = other.gBJODJCOLGA_;
|
|
gNLMKKHAEKM_ = other.gNLMKKHAEKM_;
|
|
bDPBDGBKDOO_ = other.bDPBDGBKDOO_;
|
|
_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 "BEDJDEANCOJ" field.</summary>
|
|
public const int BEDJDEANCOJFieldNumber = 2;
|
|
private long bEDJDEANCOJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long BEDJDEANCOJ {
|
|
get { return bEDJDEANCOJ_; }
|
|
set {
|
|
bEDJDEANCOJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EAHBIKFALLF" field.</summary>
|
|
public const int EAHBIKFALLFFieldNumber = 13;
|
|
private static readonly pb::FieldCodec<uint> _repeated_eAHBIKFALLF_codec
|
|
= pb::FieldCodec.ForUInt32(106);
|
|
private readonly pbc::RepeatedField<uint> eAHBIKFALLF_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> EAHBIKFALLF {
|
|
get { return eAHBIKFALLF_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "IADCOHODGJN" field.</summary>
|
|
public const int IADCOHODGJNFieldNumber = 1;
|
|
private uint iADCOHODGJN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint IADCOHODGJN {
|
|
get { return iADCOHODGJN_; }
|
|
set {
|
|
iADCOHODGJN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 3;
|
|
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 "PPNKPNBIIEN" field.</summary>
|
|
public const int PPNKPNBIIENFieldNumber = 6;
|
|
private uint pPNKPNBIIEN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PPNKPNBIIEN {
|
|
get { return pPNKPNBIIEN_; }
|
|
set {
|
|
pPNKPNBIIEN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GBJODJCOLGA" field.</summary>
|
|
public const int GBJODJCOLGAFieldNumber = 4;
|
|
private uint gBJODJCOLGA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GBJODJCOLGA {
|
|
get { return gBJODJCOLGA_; }
|
|
set {
|
|
gBJODJCOLGA_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GNLMKKHAEKM" field.</summary>
|
|
public const int GNLMKKHAEKMFieldNumber = 7;
|
|
private uint gNLMKKHAEKM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GNLMKKHAEKM {
|
|
get { return gNLMKKHAEKM_; }
|
|
set {
|
|
gNLMKKHAEKM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BDPBDGBKDOO" field.</summary>
|
|
public const int BDPBDGBKDOOFieldNumber = 8;
|
|
private uint bDPBDGBKDOO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BDPBDGBKDOO {
|
|
get { return bDPBDGBKDOO_; }
|
|
set {
|
|
bDPBDGBKDOO_ = 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 (BEDJDEANCOJ != other.BEDJDEANCOJ) return false;
|
|
if(!eAHBIKFALLF_.Equals(other.eAHBIKFALLF_)) return false;
|
|
if (IADCOHODGJN != other.IADCOHODGJN) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (PPNKPNBIIEN != other.PPNKPNBIIEN) return false;
|
|
if (GBJODJCOLGA != other.GBJODJCOLGA) return false;
|
|
if (GNLMKKHAEKM != other.GNLMKKHAEKM) return false;
|
|
if (BDPBDGBKDOO != other.BDPBDGBKDOO) 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 (BEDJDEANCOJ != 0L) hash ^= BEDJDEANCOJ.GetHashCode();
|
|
hash ^= eAHBIKFALLF_.GetHashCode();
|
|
if (IADCOHODGJN != 0) hash ^= IADCOHODGJN.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (PPNKPNBIIEN != 0) hash ^= PPNKPNBIIEN.GetHashCode();
|
|
if (GBJODJCOLGA != 0) hash ^= GBJODJCOLGA.GetHashCode();
|
|
if (GNLMKKHAEKM != 0) hash ^= GNLMKKHAEKM.GetHashCode();
|
|
if (BDPBDGBKDOO != 0) hash ^= BDPBDGBKDOO.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 (IADCOHODGJN != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(IADCOHODGJN);
|
|
}
|
|
if (BEDJDEANCOJ != 0L) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt64(BEDJDEANCOJ);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (GBJODJCOLGA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(GBJODJCOLGA);
|
|
}
|
|
if (PPNKPNBIIEN != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(PPNKPNBIIEN);
|
|
}
|
|
if (GNLMKKHAEKM != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GNLMKKHAEKM);
|
|
}
|
|
if (BDPBDGBKDOO != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(BDPBDGBKDOO);
|
|
}
|
|
eAHBIKFALLF_.WriteTo(output, _repeated_eAHBIKFALLF_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) {
|
|
if (IADCOHODGJN != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(IADCOHODGJN);
|
|
}
|
|
if (BEDJDEANCOJ != 0L) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt64(BEDJDEANCOJ);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (GBJODJCOLGA != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(GBJODJCOLGA);
|
|
}
|
|
if (PPNKPNBIIEN != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(PPNKPNBIIEN);
|
|
}
|
|
if (GNLMKKHAEKM != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(GNLMKKHAEKM);
|
|
}
|
|
if (BDPBDGBKDOO != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(BDPBDGBKDOO);
|
|
}
|
|
eAHBIKFALLF_.WriteTo(ref output, _repeated_eAHBIKFALLF_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;
|
|
if (BEDJDEANCOJ != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(BEDJDEANCOJ);
|
|
}
|
|
size += eAHBIKFALLF_.CalculateSize(_repeated_eAHBIKFALLF_codec);
|
|
if (IADCOHODGJN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IADCOHODGJN);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (PPNKPNBIIEN != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPNKPNBIIEN);
|
|
}
|
|
if (GBJODJCOLGA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GBJODJCOLGA);
|
|
}
|
|
if (GNLMKKHAEKM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GNLMKKHAEKM);
|
|
}
|
|
if (BDPBDGBKDOO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BDPBDGBKDOO);
|
|
}
|
|
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.BEDJDEANCOJ != 0L) {
|
|
BEDJDEANCOJ = other.BEDJDEANCOJ;
|
|
}
|
|
eAHBIKFALLF_.Add(other.eAHBIKFALLF_);
|
|
if (other.IADCOHODGJN != 0) {
|
|
IADCOHODGJN = other.IADCOHODGJN;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.PPNKPNBIIEN != 0) {
|
|
PPNKPNBIIEN = other.PPNKPNBIIEN;
|
|
}
|
|
if (other.GBJODJCOLGA != 0) {
|
|
GBJODJCOLGA = other.GBJODJCOLGA;
|
|
}
|
|
if (other.GNLMKKHAEKM != 0) {
|
|
GNLMKKHAEKM = other.GNLMKKHAEKM;
|
|
}
|
|
if (other.BDPBDGBKDOO != 0) {
|
|
BDPBDGBKDOO = other.BDPBDGBKDOO;
|
|
}
|
|
_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: {
|
|
IADCOHODGJN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
BEDJDEANCOJ = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 24: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
GBJODJCOLGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
PPNKPNBIIEN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GNLMKKHAEKM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
BDPBDGBKDOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106:
|
|
case 104: {
|
|
eAHBIKFALLF_.AddEntriesFrom(input, _repeated_eAHBIKFALLF_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 8: {
|
|
IADCOHODGJN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
BEDJDEANCOJ = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 24: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
GBJODJCOLGA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
PPNKPNBIIEN = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
GNLMKKHAEKM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
BDPBDGBKDOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 106:
|
|
case 104: {
|
|
eAHBIKFALLF_.AddEntriesFrom(ref input, _repeated_eAHBIKFALLF_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|