Files
DanhengServer-OpenSource/Common/Proto/GetPunkLordDataScRsp.cs
2024-05-11 21:58:31 +08:00

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",
"YXRhU2NSc3ASDwoHcmV0Y29kZRgIIAEoDRITCgtLRU9CR0VGQU5OSBgBIAEo",
"DRITCgtJTkZMQ0ZESE5KRRgNIAEoDRITCgtIUEtLSUZCSk1JRxgLIAEoDRIT",
"CgtFTkxBTkdMSFBJSRgEIAEoDRITCgtJSk1NSEJKR0RFRxgJIAEoAxITCgtH",
"QUVJUE5LR1BLTRgHIAMoDRITCgtGSEJIUEZPSUpLTRgDIAEoDUIeqgIbRWdn",
"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[]{ "Retcode", "KEOBGEFANNH", "INFLCFDHNJE", "HPKKIFBJMIG", "ENLANGLHPII", "IJMMHBJGDEG", "GAEIPNKGPKM", "FHBHPFOIJKM" }, 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() {
retcode_ = other.retcode_;
kEOBGEFANNH_ = other.kEOBGEFANNH_;
iNFLCFDHNJE_ = other.iNFLCFDHNJE_;
hPKKIFBJMIG_ = other.hPKKIFBJMIG_;
eNLANGLHPII_ = other.eNLANGLHPII_;
iJMMHBJGDEG_ = other.iJMMHBJGDEG_;
gAEIPNKGPKM_ = other.gAEIPNKGPKM_.Clone();
fHBHPFOIJKM_ = other.fHBHPFOIJKM_;
_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 "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 "KEOBGEFANNH" field.</summary>
public const int KEOBGEFANNHFieldNumber = 1;
private uint kEOBGEFANNH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KEOBGEFANNH {
get { return kEOBGEFANNH_; }
set {
kEOBGEFANNH_ = value;
}
}
/// <summary>Field number for the "INFLCFDHNJE" field.</summary>
public const int INFLCFDHNJEFieldNumber = 13;
private uint iNFLCFDHNJE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint INFLCFDHNJE {
get { return iNFLCFDHNJE_; }
set {
iNFLCFDHNJE_ = value;
}
}
/// <summary>Field number for the "HPKKIFBJMIG" field.</summary>
public const int HPKKIFBJMIGFieldNumber = 11;
private uint hPKKIFBJMIG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HPKKIFBJMIG {
get { return hPKKIFBJMIG_; }
set {
hPKKIFBJMIG_ = value;
}
}
/// <summary>Field number for the "ENLANGLHPII" field.</summary>
public const int ENLANGLHPIIFieldNumber = 4;
private uint eNLANGLHPII_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ENLANGLHPII {
get { return eNLANGLHPII_; }
set {
eNLANGLHPII_ = value;
}
}
/// <summary>Field number for the "IJMMHBJGDEG" field.</summary>
public const int IJMMHBJGDEGFieldNumber = 9;
private long iJMMHBJGDEG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long IJMMHBJGDEG {
get { return iJMMHBJGDEG_; }
set {
iJMMHBJGDEG_ = value;
}
}
/// <summary>Field number for the "GAEIPNKGPKM" field.</summary>
public const int GAEIPNKGPKMFieldNumber = 7;
private static readonly pb::FieldCodec<uint> _repeated_gAEIPNKGPKM_codec
= pb::FieldCodec.ForUInt32(58);
private readonly pbc::RepeatedField<uint> gAEIPNKGPKM_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> GAEIPNKGPKM {
get { return gAEIPNKGPKM_; }
}
/// <summary>Field number for the "FHBHPFOIJKM" field.</summary>
public const int FHBHPFOIJKMFieldNumber = 3;
private uint fHBHPFOIJKM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FHBHPFOIJKM {
get { return fHBHPFOIJKM_; }
set {
fHBHPFOIJKM_ = 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 (Retcode != other.Retcode) return false;
if (KEOBGEFANNH != other.KEOBGEFANNH) return false;
if (INFLCFDHNJE != other.INFLCFDHNJE) return false;
if (HPKKIFBJMIG != other.HPKKIFBJMIG) return false;
if (ENLANGLHPII != other.ENLANGLHPII) return false;
if (IJMMHBJGDEG != other.IJMMHBJGDEG) return false;
if(!gAEIPNKGPKM_.Equals(other.gAEIPNKGPKM_)) return false;
if (FHBHPFOIJKM != other.FHBHPFOIJKM) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
if (KEOBGEFANNH != 0) hash ^= KEOBGEFANNH.GetHashCode();
if (INFLCFDHNJE != 0) hash ^= INFLCFDHNJE.GetHashCode();
if (HPKKIFBJMIG != 0) hash ^= HPKKIFBJMIG.GetHashCode();
if (ENLANGLHPII != 0) hash ^= ENLANGLHPII.GetHashCode();
if (IJMMHBJGDEG != 0L) hash ^= IJMMHBJGDEG.GetHashCode();
hash ^= gAEIPNKGPKM_.GetHashCode();
if (FHBHPFOIJKM != 0) hash ^= FHBHPFOIJKM.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 (KEOBGEFANNH != 0) {
output.WriteRawTag(8);
output.WriteUInt32(KEOBGEFANNH);
}
if (FHBHPFOIJKM != 0) {
output.WriteRawTag(24);
output.WriteUInt32(FHBHPFOIJKM);
}
if (ENLANGLHPII != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ENLANGLHPII);
}
gAEIPNKGPKM_.WriteTo(output, _repeated_gAEIPNKGPKM_codec);
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (IJMMHBJGDEG != 0L) {
output.WriteRawTag(72);
output.WriteInt64(IJMMHBJGDEG);
}
if (HPKKIFBJMIG != 0) {
output.WriteRawTag(88);
output.WriteUInt32(HPKKIFBJMIG);
}
if (INFLCFDHNJE != 0) {
output.WriteRawTag(104);
output.WriteUInt32(INFLCFDHNJE);
}
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 (KEOBGEFANNH != 0) {
output.WriteRawTag(8);
output.WriteUInt32(KEOBGEFANNH);
}
if (FHBHPFOIJKM != 0) {
output.WriteRawTag(24);
output.WriteUInt32(FHBHPFOIJKM);
}
if (ENLANGLHPII != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ENLANGLHPII);
}
gAEIPNKGPKM_.WriteTo(ref output, _repeated_gAEIPNKGPKM_codec);
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
if (IJMMHBJGDEG != 0L) {
output.WriteRawTag(72);
output.WriteInt64(IJMMHBJGDEG);
}
if (HPKKIFBJMIG != 0) {
output.WriteRawTag(88);
output.WriteUInt32(HPKKIFBJMIG);
}
if (INFLCFDHNJE != 0) {
output.WriteRawTag(104);
output.WriteUInt32(INFLCFDHNJE);
}
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 (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (KEOBGEFANNH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KEOBGEFANNH);
}
if (INFLCFDHNJE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INFLCFDHNJE);
}
if (HPKKIFBJMIG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HPKKIFBJMIG);
}
if (ENLANGLHPII != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ENLANGLHPII);
}
if (IJMMHBJGDEG != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(IJMMHBJGDEG);
}
size += gAEIPNKGPKM_.CalculateSize(_repeated_gAEIPNKGPKM_codec);
if (FHBHPFOIJKM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FHBHPFOIJKM);
}
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.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.KEOBGEFANNH != 0) {
KEOBGEFANNH = other.KEOBGEFANNH;
}
if (other.INFLCFDHNJE != 0) {
INFLCFDHNJE = other.INFLCFDHNJE;
}
if (other.HPKKIFBJMIG != 0) {
HPKKIFBJMIG = other.HPKKIFBJMIG;
}
if (other.ENLANGLHPII != 0) {
ENLANGLHPII = other.ENLANGLHPII;
}
if (other.IJMMHBJGDEG != 0L) {
IJMMHBJGDEG = other.IJMMHBJGDEG;
}
gAEIPNKGPKM_.Add(other.gAEIPNKGPKM_);
if (other.FHBHPFOIJKM != 0) {
FHBHPFOIJKM = other.FHBHPFOIJKM;
}
_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: {
KEOBGEFANNH = input.ReadUInt32();
break;
}
case 24: {
FHBHPFOIJKM = input.ReadUInt32();
break;
}
case 32: {
ENLANGLHPII = input.ReadUInt32();
break;
}
case 58:
case 56: {
gAEIPNKGPKM_.AddEntriesFrom(input, _repeated_gAEIPNKGPKM_codec);
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 72: {
IJMMHBJGDEG = input.ReadInt64();
break;
}
case 88: {
HPKKIFBJMIG = input.ReadUInt32();
break;
}
case 104: {
INFLCFDHNJE = 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 8: {
KEOBGEFANNH = input.ReadUInt32();
break;
}
case 24: {
FHBHPFOIJKM = input.ReadUInt32();
break;
}
case 32: {
ENLANGLHPII = input.ReadUInt32();
break;
}
case 58:
case 56: {
gAEIPNKGPKM_.AddEntriesFrom(ref input, _repeated_gAEIPNKGPKM_codec);
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 72: {
IJMMHBJGDEG = input.ReadInt64();
break;
}
case 88: {
HPKKIFBJMIG = input.ReadUInt32();
break;
}
case 104: {
INFLCFDHNJE = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code