mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46: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",
|
|
"YXRhU2NSc3ASEwoLUEFFQ0FHUERJRkwYBCABKA0SEwoLRUdFRU5DT0tMS0oY",
|
|
"ByABKA0SEwoLS0lDR0VISU5ISE0YAyABKA0SEwoLQ0JGS0JJR09PTksYDCAB",
|
|
"KAMSDwoHcmV0Y29kZRgIIAEoDRITCgtITERPTUpMT01JQRgBIAMoDRITCgtE",
|
|
"S01OTkhHTk1GRBgKIAEoDRITCgtPSk1JSkRISkNMRRgNIAEoDUIeqgIbRWdn",
|
|
"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[]{ "PAECAGPDIFL", "EGEENCOKLKJ", "KICGEHINHHM", "CBFKBIGOONK", "Retcode", "HLDOMJLOMIA", "DKMNNHGNMFD", "OJMIJDHJCLE" }, 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() {
|
|
pAECAGPDIFL_ = other.pAECAGPDIFL_;
|
|
eGEENCOKLKJ_ = other.eGEENCOKLKJ_;
|
|
kICGEHINHHM_ = other.kICGEHINHHM_;
|
|
cBFKBIGOONK_ = other.cBFKBIGOONK_;
|
|
retcode_ = other.retcode_;
|
|
hLDOMJLOMIA_ = other.hLDOMJLOMIA_.Clone();
|
|
dKMNNHGNMFD_ = other.dKMNNHGNMFD_;
|
|
oJMIJDHJCLE_ = other.oJMIJDHJCLE_;
|
|
_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 "PAECAGPDIFL" field.</summary>
|
|
public const int PAECAGPDIFLFieldNumber = 4;
|
|
private uint pAECAGPDIFL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PAECAGPDIFL {
|
|
get { return pAECAGPDIFL_; }
|
|
set {
|
|
pAECAGPDIFL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "EGEENCOKLKJ" field.</summary>
|
|
public const int EGEENCOKLKJFieldNumber = 7;
|
|
private uint eGEENCOKLKJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EGEENCOKLKJ {
|
|
get { return eGEENCOKLKJ_; }
|
|
set {
|
|
eGEENCOKLKJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "KICGEHINHHM" field.</summary>
|
|
public const int KICGEHINHHMFieldNumber = 3;
|
|
private uint kICGEHINHHM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint KICGEHINHHM {
|
|
get { return kICGEHINHHM_; }
|
|
set {
|
|
kICGEHINHHM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CBFKBIGOONK" field.</summary>
|
|
public const int CBFKBIGOONKFieldNumber = 12;
|
|
private long cBFKBIGOONK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long CBFKBIGOONK {
|
|
get { return cBFKBIGOONK_; }
|
|
set {
|
|
cBFKBIGOONK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 8;
|
|
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 "HLDOMJLOMIA" field.</summary>
|
|
public const int HLDOMJLOMIAFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<uint> _repeated_hLDOMJLOMIA_codec
|
|
= pb::FieldCodec.ForUInt32(10);
|
|
private readonly pbc::RepeatedField<uint> hLDOMJLOMIA_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> HLDOMJLOMIA {
|
|
get { return hLDOMJLOMIA_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DKMNNHGNMFD" field.</summary>
|
|
public const int DKMNNHGNMFDFieldNumber = 10;
|
|
private uint dKMNNHGNMFD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DKMNNHGNMFD {
|
|
get { return dKMNNHGNMFD_; }
|
|
set {
|
|
dKMNNHGNMFD_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OJMIJDHJCLE" field.</summary>
|
|
public const int OJMIJDHJCLEFieldNumber = 13;
|
|
private uint oJMIJDHJCLE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint OJMIJDHJCLE {
|
|
get { return oJMIJDHJCLE_; }
|
|
set {
|
|
oJMIJDHJCLE_ = 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 (PAECAGPDIFL != other.PAECAGPDIFL) return false;
|
|
if (EGEENCOKLKJ != other.EGEENCOKLKJ) return false;
|
|
if (KICGEHINHHM != other.KICGEHINHHM) return false;
|
|
if (CBFKBIGOONK != other.CBFKBIGOONK) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if(!hLDOMJLOMIA_.Equals(other.hLDOMJLOMIA_)) return false;
|
|
if (DKMNNHGNMFD != other.DKMNNHGNMFD) return false;
|
|
if (OJMIJDHJCLE != other.OJMIJDHJCLE) 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 (PAECAGPDIFL != 0) hash ^= PAECAGPDIFL.GetHashCode();
|
|
if (EGEENCOKLKJ != 0) hash ^= EGEENCOKLKJ.GetHashCode();
|
|
if (KICGEHINHHM != 0) hash ^= KICGEHINHHM.GetHashCode();
|
|
if (CBFKBIGOONK != 0L) hash ^= CBFKBIGOONK.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
hash ^= hLDOMJLOMIA_.GetHashCode();
|
|
if (DKMNNHGNMFD != 0) hash ^= DKMNNHGNMFD.GetHashCode();
|
|
if (OJMIJDHJCLE != 0) hash ^= OJMIJDHJCLE.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
|
|
hLDOMJLOMIA_.WriteTo(output, _repeated_hLDOMJLOMIA_codec);
|
|
if (KICGEHINHHM != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(KICGEHINHHM);
|
|
}
|
|
if (PAECAGPDIFL != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(PAECAGPDIFL);
|
|
}
|
|
if (EGEENCOKLKJ != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(EGEENCOKLKJ);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (DKMNNHGNMFD != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(DKMNNHGNMFD);
|
|
}
|
|
if (CBFKBIGOONK != 0L) {
|
|
output.WriteRawTag(96);
|
|
output.WriteInt64(CBFKBIGOONK);
|
|
}
|
|
if (OJMIJDHJCLE != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(OJMIJDHJCLE);
|
|
}
|
|
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) {
|
|
hLDOMJLOMIA_.WriteTo(ref output, _repeated_hLDOMJLOMIA_codec);
|
|
if (KICGEHINHHM != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(KICGEHINHHM);
|
|
}
|
|
if (PAECAGPDIFL != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(PAECAGPDIFL);
|
|
}
|
|
if (EGEENCOKLKJ != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(EGEENCOKLKJ);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (DKMNNHGNMFD != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(DKMNNHGNMFD);
|
|
}
|
|
if (CBFKBIGOONK != 0L) {
|
|
output.WriteRawTag(96);
|
|
output.WriteInt64(CBFKBIGOONK);
|
|
}
|
|
if (OJMIJDHJCLE != 0) {
|
|
output.WriteRawTag(104);
|
|
output.WriteUInt32(OJMIJDHJCLE);
|
|
}
|
|
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 (PAECAGPDIFL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PAECAGPDIFL);
|
|
}
|
|
if (EGEENCOKLKJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EGEENCOKLKJ);
|
|
}
|
|
if (KICGEHINHHM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KICGEHINHHM);
|
|
}
|
|
if (CBFKBIGOONK != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(CBFKBIGOONK);
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
size += hLDOMJLOMIA_.CalculateSize(_repeated_hLDOMJLOMIA_codec);
|
|
if (DKMNNHGNMFD != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DKMNNHGNMFD);
|
|
}
|
|
if (OJMIJDHJCLE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OJMIJDHJCLE);
|
|
}
|
|
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.PAECAGPDIFL != 0) {
|
|
PAECAGPDIFL = other.PAECAGPDIFL;
|
|
}
|
|
if (other.EGEENCOKLKJ != 0) {
|
|
EGEENCOKLKJ = other.EGEENCOKLKJ;
|
|
}
|
|
if (other.KICGEHINHHM != 0) {
|
|
KICGEHINHHM = other.KICGEHINHHM;
|
|
}
|
|
if (other.CBFKBIGOONK != 0L) {
|
|
CBFKBIGOONK = other.CBFKBIGOONK;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
hLDOMJLOMIA_.Add(other.hLDOMJLOMIA_);
|
|
if (other.DKMNNHGNMFD != 0) {
|
|
DKMNNHGNMFD = other.DKMNNHGNMFD;
|
|
}
|
|
if (other.OJMIJDHJCLE != 0) {
|
|
OJMIJDHJCLE = other.OJMIJDHJCLE;
|
|
}
|
|
_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 10:
|
|
case 8: {
|
|
hLDOMJLOMIA_.AddEntriesFrom(input, _repeated_hLDOMJLOMIA_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
KICGEHINHHM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
PAECAGPDIFL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
EGEENCOKLKJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
DKMNNHGNMFD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
CBFKBIGOONK = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 104: {
|
|
OJMIJDHJCLE = 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 10:
|
|
case 8: {
|
|
hLDOMJLOMIA_.AddEntriesFrom(ref input, _repeated_hLDOMJLOMIA_codec);
|
|
break;
|
|
}
|
|
case 24: {
|
|
KICGEHINHHM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
PAECAGPDIFL = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
EGEENCOKLKJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 80: {
|
|
DKMNNHGNMFD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
CBFKBIGOONK = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 104: {
|
|
OJMIJDHJCLE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|