Files
DanhengServer-OpenSource/Proto/GetPunkLordDataScRsp.cs
StopWuyu 5382b58874 Pam Skin
2024-10-27 15:47:59 +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",
"YXRhU2NSc3ASEwoLSUJBS0NITUlPR0cYByABKA0SEwoLRUJHS0VBREtHT08Y",
"DCABKAMSEwoLSE9KT0FKQkVJQk8YCCABKA0SDwoHcmV0Y29kZRgLIAEoDRIT",
"CgtGRUlCS05ETkpBSBgOIAMoDRITCgtITUdDTkZJRktEShgKIAEoDRITCgtO",
"REhORUxOS0xBQRgJIAEoDRITCgtDUEdNRk9JQUNLRBgEIAEoDUIeqgIbRWdn",
"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[]{ "IBAKCHMIOGG", "EBGKEADKGOO", "HOJOAJBEIBO", "Retcode", "FEIBKNDNJAH", "HMGCNFIFKDJ", "NDHNELNKLAA", "CPGMFOIACKD" }, 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() {
iBAKCHMIOGG_ = other.iBAKCHMIOGG_;
eBGKEADKGOO_ = other.eBGKEADKGOO_;
hOJOAJBEIBO_ = other.hOJOAJBEIBO_;
retcode_ = other.retcode_;
fEIBKNDNJAH_ = other.fEIBKNDNJAH_.Clone();
hMGCNFIFKDJ_ = other.hMGCNFIFKDJ_;
nDHNELNKLAA_ = other.nDHNELNKLAA_;
cPGMFOIACKD_ = other.cPGMFOIACKD_;
_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 "IBAKCHMIOGG" field.</summary>
public const int IBAKCHMIOGGFieldNumber = 7;
private uint iBAKCHMIOGG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IBAKCHMIOGG {
get { return iBAKCHMIOGG_; }
set {
iBAKCHMIOGG_ = value;
}
}
/// <summary>Field number for the "EBGKEADKGOO" field.</summary>
public const int EBGKEADKGOOFieldNumber = 12;
private long eBGKEADKGOO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long EBGKEADKGOO {
get { return eBGKEADKGOO_; }
set {
eBGKEADKGOO_ = value;
}
}
/// <summary>Field number for the "HOJOAJBEIBO" field.</summary>
public const int HOJOAJBEIBOFieldNumber = 8;
private uint hOJOAJBEIBO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HOJOAJBEIBO {
get { return hOJOAJBEIBO_; }
set {
hOJOAJBEIBO_ = 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 "FEIBKNDNJAH" field.</summary>
public const int FEIBKNDNJAHFieldNumber = 14;
private static readonly pb::FieldCodec<uint> _repeated_fEIBKNDNJAH_codec
= pb::FieldCodec.ForUInt32(114);
private readonly pbc::RepeatedField<uint> fEIBKNDNJAH_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> FEIBKNDNJAH {
get { return fEIBKNDNJAH_; }
}
/// <summary>Field number for the "HMGCNFIFKDJ" field.</summary>
public const int HMGCNFIFKDJFieldNumber = 10;
private uint hMGCNFIFKDJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HMGCNFIFKDJ {
get { return hMGCNFIFKDJ_; }
set {
hMGCNFIFKDJ_ = value;
}
}
/// <summary>Field number for the "NDHNELNKLAA" field.</summary>
public const int NDHNELNKLAAFieldNumber = 9;
private uint nDHNELNKLAA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NDHNELNKLAA {
get { return nDHNELNKLAA_; }
set {
nDHNELNKLAA_ = value;
}
}
/// <summary>Field number for the "CPGMFOIACKD" field.</summary>
public const int CPGMFOIACKDFieldNumber = 4;
private uint cPGMFOIACKD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CPGMFOIACKD {
get { return cPGMFOIACKD_; }
set {
cPGMFOIACKD_ = 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 (IBAKCHMIOGG != other.IBAKCHMIOGG) return false;
if (EBGKEADKGOO != other.EBGKEADKGOO) return false;
if (HOJOAJBEIBO != other.HOJOAJBEIBO) return false;
if (Retcode != other.Retcode) return false;
if(!fEIBKNDNJAH_.Equals(other.fEIBKNDNJAH_)) return false;
if (HMGCNFIFKDJ != other.HMGCNFIFKDJ) return false;
if (NDHNELNKLAA != other.NDHNELNKLAA) return false;
if (CPGMFOIACKD != other.CPGMFOIACKD) 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 (IBAKCHMIOGG != 0) hash ^= IBAKCHMIOGG.GetHashCode();
if (EBGKEADKGOO != 0L) hash ^= EBGKEADKGOO.GetHashCode();
if (HOJOAJBEIBO != 0) hash ^= HOJOAJBEIBO.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= fEIBKNDNJAH_.GetHashCode();
if (HMGCNFIFKDJ != 0) hash ^= HMGCNFIFKDJ.GetHashCode();
if (NDHNELNKLAA != 0) hash ^= NDHNELNKLAA.GetHashCode();
if (CPGMFOIACKD != 0) hash ^= CPGMFOIACKD.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 (CPGMFOIACKD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(CPGMFOIACKD);
}
if (IBAKCHMIOGG != 0) {
output.WriteRawTag(56);
output.WriteUInt32(IBAKCHMIOGG);
}
if (HOJOAJBEIBO != 0) {
output.WriteRawTag(64);
output.WriteUInt32(HOJOAJBEIBO);
}
if (NDHNELNKLAA != 0) {
output.WriteRawTag(72);
output.WriteUInt32(NDHNELNKLAA);
}
if (HMGCNFIFKDJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(HMGCNFIFKDJ);
}
if (Retcode != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Retcode);
}
if (EBGKEADKGOO != 0L) {
output.WriteRawTag(96);
output.WriteInt64(EBGKEADKGOO);
}
fEIBKNDNJAH_.WriteTo(output, _repeated_fEIBKNDNJAH_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 (CPGMFOIACKD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(CPGMFOIACKD);
}
if (IBAKCHMIOGG != 0) {
output.WriteRawTag(56);
output.WriteUInt32(IBAKCHMIOGG);
}
if (HOJOAJBEIBO != 0) {
output.WriteRawTag(64);
output.WriteUInt32(HOJOAJBEIBO);
}
if (NDHNELNKLAA != 0) {
output.WriteRawTag(72);
output.WriteUInt32(NDHNELNKLAA);
}
if (HMGCNFIFKDJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(HMGCNFIFKDJ);
}
if (Retcode != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Retcode);
}
if (EBGKEADKGOO != 0L) {
output.WriteRawTag(96);
output.WriteInt64(EBGKEADKGOO);
}
fEIBKNDNJAH_.WriteTo(ref output, _repeated_fEIBKNDNJAH_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 (IBAKCHMIOGG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IBAKCHMIOGG);
}
if (EBGKEADKGOO != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(EBGKEADKGOO);
}
if (HOJOAJBEIBO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOJOAJBEIBO);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += fEIBKNDNJAH_.CalculateSize(_repeated_fEIBKNDNJAH_codec);
if (HMGCNFIFKDJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HMGCNFIFKDJ);
}
if (NDHNELNKLAA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NDHNELNKLAA);
}
if (CPGMFOIACKD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPGMFOIACKD);
}
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.IBAKCHMIOGG != 0) {
IBAKCHMIOGG = other.IBAKCHMIOGG;
}
if (other.EBGKEADKGOO != 0L) {
EBGKEADKGOO = other.EBGKEADKGOO;
}
if (other.HOJOAJBEIBO != 0) {
HOJOAJBEIBO = other.HOJOAJBEIBO;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
fEIBKNDNJAH_.Add(other.fEIBKNDNJAH_);
if (other.HMGCNFIFKDJ != 0) {
HMGCNFIFKDJ = other.HMGCNFIFKDJ;
}
if (other.NDHNELNKLAA != 0) {
NDHNELNKLAA = other.NDHNELNKLAA;
}
if (other.CPGMFOIACKD != 0) {
CPGMFOIACKD = other.CPGMFOIACKD;
}
_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 32: {
CPGMFOIACKD = input.ReadUInt32();
break;
}
case 56: {
IBAKCHMIOGG = input.ReadUInt32();
break;
}
case 64: {
HOJOAJBEIBO = input.ReadUInt32();
break;
}
case 72: {
NDHNELNKLAA = input.ReadUInt32();
break;
}
case 80: {
HMGCNFIFKDJ = input.ReadUInt32();
break;
}
case 88: {
Retcode = input.ReadUInt32();
break;
}
case 96: {
EBGKEADKGOO = input.ReadInt64();
break;
}
case 114:
case 112: {
fEIBKNDNJAH_.AddEntriesFrom(input, _repeated_fEIBKNDNJAH_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 32: {
CPGMFOIACKD = input.ReadUInt32();
break;
}
case 56: {
IBAKCHMIOGG = input.ReadUInt32();
break;
}
case 64: {
HOJOAJBEIBO = input.ReadUInt32();
break;
}
case 72: {
NDHNELNKLAA = input.ReadUInt32();
break;
}
case 80: {
HMGCNFIFKDJ = input.ReadUInt32();
break;
}
case 88: {
Retcode = input.ReadUInt32();
break;
}
case 96: {
EBGKEADKGOO = input.ReadInt64();
break;
}
case 114:
case 112: {
fEIBKNDNJAH_.AddEntriesFrom(ref input, _repeated_fEIBKNDNJAH_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code