Files
DanhengServer-OpenSource/Proto/HeliobusActivityDataScRsp.cs
2024-10-02 15:08:37 +08:00

552 lines
21 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HeliobusActivityDataScRsp.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 HeliobusActivityDataScRsp.proto</summary>
public static partial class HeliobusActivityDataScRspReflection {
#region Descriptor
/// <summary>File descriptor for HeliobusActivityDataScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static HeliobusActivityDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9IZWxpb2J1c0FjdGl2aXR5RGF0YVNjUnNwLnByb3RvGhNDaGFsbGVuZ2VM",
"aXN0LnByb3RvGhFITkNCRUVJT0xESC5wcm90bxodSGVsaW9idXNDaGFsbGVu",
"Z2VMaW5ldXAucHJvdG8aEUVCTElHRE5OUEpLLnByb3RvIqUCChlIZWxpb2J1",
"c0FjdGl2aXR5RGF0YVNjUnNwEiAKCnNraWxsX2luZm8YCSABKAsyDC5FQkxJ",
"R0ROTlBKSxIPCgdyZXRjb2RlGAUgASgNEg0KBXBoYXNlGAggASgNEhMKC05D",
"TU9JRExMTkFEGAQgASgNEg0KBWxldmVsGAMgASgNEiYKDmNoYWxsZW5nZV9s",
"aXN0GA0gAygLMg4uQ2hhbGxlbmdlTGlzdBITCgtEUE5PQktQTk1BRhgGIAEo",
"DRItCgtOUEJLTEZMSU1PQRgCIAMoCzIYLkhlbGlvYnVzQ2hhbGxlbmdlTGlu",
"ZXVwEhMKC05NS0JOQ0JISktHGAEgASgNEiEKC0VMR0VFRU1LT0pEGA4gAygL",
"MgwuSE5DQkVFSU9MREhCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90",
"b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeListReflection.Descriptor, global::EggLink.DanhengServer.Proto.HNCBEEIOLDHReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeliobusChallengeLineupReflection.Descriptor, global::EggLink.DanhengServer.Proto.EBLIGDNNPJKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HeliobusActivityDataScRsp), global::EggLink.DanhengServer.Proto.HeliobusActivityDataScRsp.Parser, new[]{ "SkillInfo", "Retcode", "Phase", "NCMOIDLLNAD", "Level", "ChallengeList", "DPNOBKPNMAF", "NPBKLFLIMOA", "NMKBNCBHJKG", "ELGEEEMKOJD" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HeliobusActivityDataScRsp : pb::IMessage<HeliobusActivityDataScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<HeliobusActivityDataScRsp> _parser = new pb::MessageParser<HeliobusActivityDataScRsp>(() => new HeliobusActivityDataScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<HeliobusActivityDataScRsp> 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.HeliobusActivityDataScRspReflection.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 HeliobusActivityDataScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HeliobusActivityDataScRsp(HeliobusActivityDataScRsp other) : this() {
skillInfo_ = other.skillInfo_ != null ? other.skillInfo_.Clone() : null;
retcode_ = other.retcode_;
phase_ = other.phase_;
nCMOIDLLNAD_ = other.nCMOIDLLNAD_;
level_ = other.level_;
challengeList_ = other.challengeList_.Clone();
dPNOBKPNMAF_ = other.dPNOBKPNMAF_;
nPBKLFLIMOA_ = other.nPBKLFLIMOA_.Clone();
nMKBNCBHJKG_ = other.nMKBNCBHJKG_;
eLGEEEMKOJD_ = other.eLGEEEMKOJD_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HeliobusActivityDataScRsp Clone() {
return new HeliobusActivityDataScRsp(this);
}
/// <summary>Field number for the "skill_info" field.</summary>
public const int SkillInfoFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.EBLIGDNNPJK skillInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EBLIGDNNPJK SkillInfo {
get { return skillInfo_; }
set {
skillInfo_ = value;
}
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 5;
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 "phase" field.</summary>
public const int PhaseFieldNumber = 8;
private uint phase_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Phase {
get { return phase_; }
set {
phase_ = value;
}
}
/// <summary>Field number for the "NCMOIDLLNAD" field.</summary>
public const int NCMOIDLLNADFieldNumber = 4;
private uint nCMOIDLLNAD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NCMOIDLLNAD {
get { return nCMOIDLLNAD_; }
set {
nCMOIDLLNAD_ = value;
}
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 3;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = value;
}
}
/// <summary>Field number for the "challenge_list" field.</summary>
public const int ChallengeListFieldNumber = 13;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChallengeList> _repeated_challengeList_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.ChallengeList.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengeList> challengeList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengeList>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengeList> ChallengeList {
get { return challengeList_; }
}
/// <summary>Field number for the "DPNOBKPNMAF" field.</summary>
public const int DPNOBKPNMAFFieldNumber = 6;
private uint dPNOBKPNMAF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DPNOBKPNMAF {
get { return dPNOBKPNMAF_; }
set {
dPNOBKPNMAF_ = value;
}
}
/// <summary>Field number for the "NPBKLFLIMOA" field.</summary>
public const int NPBKLFLIMOAFieldNumber = 2;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup> _repeated_nPBKLFLIMOA_codec
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup> nPBKLFLIMOA_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup> NPBKLFLIMOA {
get { return nPBKLFLIMOA_; }
}
/// <summary>Field number for the "NMKBNCBHJKG" field.</summary>
public const int NMKBNCBHJKGFieldNumber = 1;
private uint nMKBNCBHJKG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NMKBNCBHJKG {
get { return nMKBNCBHJKG_; }
set {
nMKBNCBHJKG_ = value;
}
}
/// <summary>Field number for the "ELGEEEMKOJD" field.</summary>
public const int ELGEEEMKOJDFieldNumber = 14;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.HNCBEEIOLDH> _repeated_eLGEEEMKOJD_codec
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.HNCBEEIOLDH.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HNCBEEIOLDH> eLGEEEMKOJD_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HNCBEEIOLDH>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HNCBEEIOLDH> ELGEEEMKOJD {
get { return eLGEEEMKOJD_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as HeliobusActivityDataScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(HeliobusActivityDataScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(SkillInfo, other.SkillInfo)) return false;
if (Retcode != other.Retcode) return false;
if (Phase != other.Phase) return false;
if (NCMOIDLLNAD != other.NCMOIDLLNAD) return false;
if (Level != other.Level) return false;
if(!challengeList_.Equals(other.challengeList_)) return false;
if (DPNOBKPNMAF != other.DPNOBKPNMAF) return false;
if(!nPBKLFLIMOA_.Equals(other.nPBKLFLIMOA_)) return false;
if (NMKBNCBHJKG != other.NMKBNCBHJKG) return false;
if(!eLGEEEMKOJD_.Equals(other.eLGEEEMKOJD_)) 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 (skillInfo_ != null) hash ^= SkillInfo.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (Phase != 0) hash ^= Phase.GetHashCode();
if (NCMOIDLLNAD != 0) hash ^= NCMOIDLLNAD.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
hash ^= challengeList_.GetHashCode();
if (DPNOBKPNMAF != 0) hash ^= DPNOBKPNMAF.GetHashCode();
hash ^= nPBKLFLIMOA_.GetHashCode();
if (NMKBNCBHJKG != 0) hash ^= NMKBNCBHJKG.GetHashCode();
hash ^= eLGEEEMKOJD_.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 (NMKBNCBHJKG != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NMKBNCBHJKG);
}
nPBKLFLIMOA_.WriteTo(output, _repeated_nPBKLFLIMOA_codec);
if (Level != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Level);
}
if (NCMOIDLLNAD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(NCMOIDLLNAD);
}
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
}
if (DPNOBKPNMAF != 0) {
output.WriteRawTag(48);
output.WriteUInt32(DPNOBKPNMAF);
}
if (Phase != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Phase);
}
if (skillInfo_ != null) {
output.WriteRawTag(74);
output.WriteMessage(SkillInfo);
}
challengeList_.WriteTo(output, _repeated_challengeList_codec);
eLGEEEMKOJD_.WriteTo(output, _repeated_eLGEEEMKOJD_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 (NMKBNCBHJKG != 0) {
output.WriteRawTag(8);
output.WriteUInt32(NMKBNCBHJKG);
}
nPBKLFLIMOA_.WriteTo(ref output, _repeated_nPBKLFLIMOA_codec);
if (Level != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Level);
}
if (NCMOIDLLNAD != 0) {
output.WriteRawTag(32);
output.WriteUInt32(NCMOIDLLNAD);
}
if (Retcode != 0) {
output.WriteRawTag(40);
output.WriteUInt32(Retcode);
}
if (DPNOBKPNMAF != 0) {
output.WriteRawTag(48);
output.WriteUInt32(DPNOBKPNMAF);
}
if (Phase != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Phase);
}
if (skillInfo_ != null) {
output.WriteRawTag(74);
output.WriteMessage(SkillInfo);
}
challengeList_.WriteTo(ref output, _repeated_challengeList_codec);
eLGEEEMKOJD_.WriteTo(ref output, _repeated_eLGEEEMKOJD_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 (skillInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SkillInfo);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (Phase != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Phase);
}
if (NCMOIDLLNAD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NCMOIDLLNAD);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
size += challengeList_.CalculateSize(_repeated_challengeList_codec);
if (DPNOBKPNMAF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DPNOBKPNMAF);
}
size += nPBKLFLIMOA_.CalculateSize(_repeated_nPBKLFLIMOA_codec);
if (NMKBNCBHJKG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NMKBNCBHJKG);
}
size += eLGEEEMKOJD_.CalculateSize(_repeated_eLGEEEMKOJD_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(HeliobusActivityDataScRsp other) {
if (other == null) {
return;
}
if (other.skillInfo_ != null) {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.EBLIGDNNPJK();
}
SkillInfo.MergeFrom(other.SkillInfo);
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.Phase != 0) {
Phase = other.Phase;
}
if (other.NCMOIDLLNAD != 0) {
NCMOIDLLNAD = other.NCMOIDLLNAD;
}
if (other.Level != 0) {
Level = other.Level;
}
challengeList_.Add(other.challengeList_);
if (other.DPNOBKPNMAF != 0) {
DPNOBKPNMAF = other.DPNOBKPNMAF;
}
nPBKLFLIMOA_.Add(other.nPBKLFLIMOA_);
if (other.NMKBNCBHJKG != 0) {
NMKBNCBHJKG = other.NMKBNCBHJKG;
}
eLGEEEMKOJD_.Add(other.eLGEEEMKOJD_);
_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: {
NMKBNCBHJKG = input.ReadUInt32();
break;
}
case 18: {
nPBKLFLIMOA_.AddEntriesFrom(input, _repeated_nPBKLFLIMOA_codec);
break;
}
case 24: {
Level = input.ReadUInt32();
break;
}
case 32: {
NCMOIDLLNAD = input.ReadUInt32();
break;
}
case 40: {
Retcode = input.ReadUInt32();
break;
}
case 48: {
DPNOBKPNMAF = input.ReadUInt32();
break;
}
case 64: {
Phase = input.ReadUInt32();
break;
}
case 74: {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.EBLIGDNNPJK();
}
input.ReadMessage(SkillInfo);
break;
}
case 106: {
challengeList_.AddEntriesFrom(input, _repeated_challengeList_codec);
break;
}
case 114: {
eLGEEEMKOJD_.AddEntriesFrom(input, _repeated_eLGEEEMKOJD_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: {
NMKBNCBHJKG = input.ReadUInt32();
break;
}
case 18: {
nPBKLFLIMOA_.AddEntriesFrom(ref input, _repeated_nPBKLFLIMOA_codec);
break;
}
case 24: {
Level = input.ReadUInt32();
break;
}
case 32: {
NCMOIDLLNAD = input.ReadUInt32();
break;
}
case 40: {
Retcode = input.ReadUInt32();
break;
}
case 48: {
DPNOBKPNMAF = input.ReadUInt32();
break;
}
case 64: {
Phase = input.ReadUInt32();
break;
}
case 74: {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.EBLIGDNNPJK();
}
input.ReadMessage(SkillInfo);
break;
}
case 106: {
challengeList_.AddEntriesFrom(ref input, _repeated_challengeList_codec);
break;
}
case 114: {
eLGEEEMKOJD_.AddEntriesFrom(ref input, _repeated_eLGEEEMKOJD_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code