Files
DanhengServer-OpenSource/Proto/GetSwordTrainingDataScRsp.cs
2024-09-21 19:58:44 +08:00

490 lines
18 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetSwordTrainingDataScRsp.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 GetSwordTrainingDataScRsp.proto</summary>
public static partial class GetSwordTrainingDataScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetSwordTrainingDataScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetSwordTrainingDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9HZXRTd29yZFRyYWluaW5nRGF0YVNjUnNwLnByb3RvGhFMRUtDTE1BTUFC",
"Qi5wcm90bxoRUE5DR0ZET0RGQkoucHJvdG8i2wEKGUdldFN3b3JkVHJhaW5p",
"bmdEYXRhU2NSc3ASEwoLUE5IT0tLS0lCSEMYBCADKA0SEwoLSktLREFNSEpN",
"QU4YDiABKAgSDwoHcmV0Y29kZRgNIAEoDRITCgtJSUtMQUpBUElKRBgDIAEo",
"DRIhCgtQTENIS0dFQkdHTxgLIAEoCzIMLkxFS0NMTUFNQUJCEhMKC0JDS0tE",
"TE9PSEdBGAkgAygNEhMKC0tPSExNSUxJTkxKGAUgAygNEiEKC1BBTkpKRUlH",
"RUhOGAogASgLMgwuUE5DR0ZET0RGQkpCHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LEKCLMAMABBReflection.Descriptor, global::EggLink.DanhengServer.Proto.PNCGFDODFBJReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetSwordTrainingDataScRsp), global::EggLink.DanhengServer.Proto.GetSwordTrainingDataScRsp.Parser, new[]{ "PNHOKKKIBHC", "JKKDAMHJMAN", "Retcode", "IIKLAJAPIJD", "PLCHKGEBGGO", "BCKKDLOOHGA", "KOHLMILINLJ", "PANJJEIGEHN" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetSwordTrainingDataScRsp : pb::IMessage<GetSwordTrainingDataScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetSwordTrainingDataScRsp> _parser = new pb::MessageParser<GetSwordTrainingDataScRsp>(() => new GetSwordTrainingDataScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetSwordTrainingDataScRsp> 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.GetSwordTrainingDataScRspReflection.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 GetSwordTrainingDataScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetSwordTrainingDataScRsp(GetSwordTrainingDataScRsp other) : this() {
pNHOKKKIBHC_ = other.pNHOKKKIBHC_.Clone();
jKKDAMHJMAN_ = other.jKKDAMHJMAN_;
retcode_ = other.retcode_;
iIKLAJAPIJD_ = other.iIKLAJAPIJD_;
pLCHKGEBGGO_ = other.pLCHKGEBGGO_ != null ? other.pLCHKGEBGGO_.Clone() : null;
bCKKDLOOHGA_ = other.bCKKDLOOHGA_.Clone();
kOHLMILINLJ_ = other.kOHLMILINLJ_.Clone();
pANJJEIGEHN_ = other.pANJJEIGEHN_ != null ? other.pANJJEIGEHN_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetSwordTrainingDataScRsp Clone() {
return new GetSwordTrainingDataScRsp(this);
}
/// <summary>Field number for the "PNHOKKKIBHC" field.</summary>
public const int PNHOKKKIBHCFieldNumber = 4;
private static readonly pb::FieldCodec<uint> _repeated_pNHOKKKIBHC_codec
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField<uint> pNHOKKKIBHC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PNHOKKKIBHC {
get { return pNHOKKKIBHC_; }
}
/// <summary>Field number for the "JKKDAMHJMAN" field.</summary>
public const int JKKDAMHJMANFieldNumber = 14;
private bool jKKDAMHJMAN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool JKKDAMHJMAN {
get { return jKKDAMHJMAN_; }
set {
jKKDAMHJMAN_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 13;
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 "IIKLAJAPIJD" field.</summary>
public const int IIKLAJAPIJDFieldNumber = 3;
private uint iIKLAJAPIJD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IIKLAJAPIJD {
get { return iIKLAJAPIJD_; }
set {
iIKLAJAPIJD_ = value;
}
}
/// <summary>Field number for the "PLCHKGEBGGO" field.</summary>
public const int PLCHKGEBGGOFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.LEKCLMAMABB pLCHKGEBGGO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LEKCLMAMABB PLCHKGEBGGO {
get { return pLCHKGEBGGO_; }
set {
pLCHKGEBGGO_ = value;
}
}
/// <summary>Field number for the "BCKKDLOOHGA" field.</summary>
public const int BCKKDLOOHGAFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_bCKKDLOOHGA_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> bCKKDLOOHGA_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> BCKKDLOOHGA {
get { return bCKKDLOOHGA_; }
}
/// <summary>Field number for the "KOHLMILINLJ" field.</summary>
public const int KOHLMILINLJFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_kOHLMILINLJ_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> kOHLMILINLJ_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KOHLMILINLJ {
get { return kOHLMILINLJ_; }
}
/// <summary>Field number for the "PANJJEIGEHN" field.</summary>
public const int PANJJEIGEHNFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.PNCGFDODFBJ pANJJEIGEHN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PNCGFDODFBJ PANJJEIGEHN {
get { return pANJJEIGEHN_; }
set {
pANJJEIGEHN_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetSwordTrainingDataScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetSwordTrainingDataScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!pNHOKKKIBHC_.Equals(other.pNHOKKKIBHC_)) return false;
if (JKKDAMHJMAN != other.JKKDAMHJMAN) return false;
if (Retcode != other.Retcode) return false;
if (IIKLAJAPIJD != other.IIKLAJAPIJD) return false;
if (!object.Equals(PLCHKGEBGGO, other.PLCHKGEBGGO)) return false;
if(!bCKKDLOOHGA_.Equals(other.bCKKDLOOHGA_)) return false;
if(!kOHLMILINLJ_.Equals(other.kOHLMILINLJ_)) return false;
if (!object.Equals(PANJJEIGEHN, other.PANJJEIGEHN)) 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;
hash ^= pNHOKKKIBHC_.GetHashCode();
if (JKKDAMHJMAN != false) hash ^= JKKDAMHJMAN.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (IIKLAJAPIJD != 0) hash ^= IIKLAJAPIJD.GetHashCode();
if (pLCHKGEBGGO_ != null) hash ^= PLCHKGEBGGO.GetHashCode();
hash ^= bCKKDLOOHGA_.GetHashCode();
hash ^= kOHLMILINLJ_.GetHashCode();
if (pANJJEIGEHN_ != null) hash ^= PANJJEIGEHN.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 (IIKLAJAPIJD != 0) {
output.WriteRawTag(24);
output.WriteUInt32(IIKLAJAPIJD);
}
pNHOKKKIBHC_.WriteTo(output, _repeated_pNHOKKKIBHC_codec);
kOHLMILINLJ_.WriteTo(output, _repeated_kOHLMILINLJ_codec);
bCKKDLOOHGA_.WriteTo(output, _repeated_bCKKDLOOHGA_codec);
if (pANJJEIGEHN_ != null) {
output.WriteRawTag(82);
output.WriteMessage(PANJJEIGEHN);
}
if (pLCHKGEBGGO_ != null) {
output.WriteRawTag(90);
output.WriteMessage(PLCHKGEBGGO);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (JKKDAMHJMAN != false) {
output.WriteRawTag(112);
output.WriteBool(JKKDAMHJMAN);
}
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 (IIKLAJAPIJD != 0) {
output.WriteRawTag(24);
output.WriteUInt32(IIKLAJAPIJD);
}
pNHOKKKIBHC_.WriteTo(ref output, _repeated_pNHOKKKIBHC_codec);
kOHLMILINLJ_.WriteTo(ref output, _repeated_kOHLMILINLJ_codec);
bCKKDLOOHGA_.WriteTo(ref output, _repeated_bCKKDLOOHGA_codec);
if (pANJJEIGEHN_ != null) {
output.WriteRawTag(82);
output.WriteMessage(PANJJEIGEHN);
}
if (pLCHKGEBGGO_ != null) {
output.WriteRawTag(90);
output.WriteMessage(PLCHKGEBGGO);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (JKKDAMHJMAN != false) {
output.WriteRawTag(112);
output.WriteBool(JKKDAMHJMAN);
}
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;
size += pNHOKKKIBHC_.CalculateSize(_repeated_pNHOKKKIBHC_codec);
if (JKKDAMHJMAN != false) {
size += 1 + 1;
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (IIKLAJAPIJD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIKLAJAPIJD);
}
if (pLCHKGEBGGO_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PLCHKGEBGGO);
}
size += bCKKDLOOHGA_.CalculateSize(_repeated_bCKKDLOOHGA_codec);
size += kOHLMILINLJ_.CalculateSize(_repeated_kOHLMILINLJ_codec);
if (pANJJEIGEHN_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(PANJJEIGEHN);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetSwordTrainingDataScRsp other) {
if (other == null) {
return;
}
pNHOKKKIBHC_.Add(other.pNHOKKKIBHC_);
if (other.JKKDAMHJMAN != false) {
JKKDAMHJMAN = other.JKKDAMHJMAN;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.IIKLAJAPIJD != 0) {
IIKLAJAPIJD = other.IIKLAJAPIJD;
}
if (other.pLCHKGEBGGO_ != null) {
if (pLCHKGEBGGO_ == null) {
PLCHKGEBGGO = new global::EggLink.DanhengServer.Proto.LEKCLMAMABB();
}
PLCHKGEBGGO.MergeFrom(other.PLCHKGEBGGO);
}
bCKKDLOOHGA_.Add(other.bCKKDLOOHGA_);
kOHLMILINLJ_.Add(other.kOHLMILINLJ_);
if (other.pANJJEIGEHN_ != null) {
if (pANJJEIGEHN_ == null) {
PANJJEIGEHN = new global::EggLink.DanhengServer.Proto.PNCGFDODFBJ();
}
PANJJEIGEHN.MergeFrom(other.PANJJEIGEHN);
}
_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: {
IIKLAJAPIJD = input.ReadUInt32();
break;
}
case 34:
case 32: {
pNHOKKKIBHC_.AddEntriesFrom(input, _repeated_pNHOKKKIBHC_codec);
break;
}
case 42:
case 40: {
kOHLMILINLJ_.AddEntriesFrom(input, _repeated_kOHLMILINLJ_codec);
break;
}
case 74:
case 72: {
bCKKDLOOHGA_.AddEntriesFrom(input, _repeated_bCKKDLOOHGA_codec);
break;
}
case 82: {
if (pANJJEIGEHN_ == null) {
PANJJEIGEHN = new global::EggLink.DanhengServer.Proto.PNCGFDODFBJ();
}
input.ReadMessage(PANJJEIGEHN);
break;
}
case 90: {
if (pLCHKGEBGGO_ == null) {
PLCHKGEBGGO = new global::EggLink.DanhengServer.Proto.LEKCLMAMABB();
}
input.ReadMessage(PLCHKGEBGGO);
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
JKKDAMHJMAN = input.ReadBool();
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: {
IIKLAJAPIJD = input.ReadUInt32();
break;
}
case 34:
case 32: {
pNHOKKKIBHC_.AddEntriesFrom(ref input, _repeated_pNHOKKKIBHC_codec);
break;
}
case 42:
case 40: {
kOHLMILINLJ_.AddEntriesFrom(ref input, _repeated_kOHLMILINLJ_codec);
break;
}
case 74:
case 72: {
bCKKDLOOHGA_.AddEntriesFrom(ref input, _repeated_bCKKDLOOHGA_codec);
break;
}
case 82: {
if (pANJJEIGEHN_ == null) {
PANJJEIGEHN = new global::EggLink.DanhengServer.Proto.PNCGFDODFBJ();
}
input.ReadMessage(PANJJEIGEHN);
break;
}
case 90: {
if (pLCHKGEBGGO_ == null) {
PLCHKGEBGGO = new global::EggLink.DanhengServer.Proto.LEKCLMAMABB();
}
input.ReadMessage(PLCHKGEBGGO);
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
JKKDAMHJMAN = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code