Files
DanhengServer-OpenSource/Proto/HeliobusActivityDataScRsp.cs
2025-12-07 12:26:24 +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(
"Ch9IZWxpb2J1c0FjdGl2aXR5RGF0YVNjUnNwLnByb3RvGh1IZWxpb2J1c0No",
"YWxsZW5nZUxpbmV1cC5wcm90bxoRSk1JSkpIS0lCTEIucHJvdG8aEUdCSktL",
"RkhQRkZOLnByb3RvGhFERUpBS1BPRVBLTi5wcm90byKjAgoZSGVsaW9idXNB",
"Y3Rpdml0eURhdGFTY1JzcBIhCgtORkRCTUhQUEZJUBgHIAMoCzIMLkdCSktL",
"RkhQRkZOEhMKC0lQSEtERUxNT0lIGA4gASgNEg8KB3JldGNvZGUYDSABKA0S",
"DQoFbGV2ZWwYDCABKA0SJAoOY2hhbGxlbmdlX2xpc3QYBiADKAsyDC5KTUlK",
"SkhLSUJMQhITCgtFRU5KQlBNTkRPTBgCIAEoDRItCgtHQ0xKRU5HSklDTRgI",
"IAMoCzIYLkhlbGlvYnVzQ2hhbGxlbmdlTGluZXVwEg0KBXBoYXNlGAsgASgN",
"EhMKC0lCSEFBRUpFRUhDGAkgASgNEiAKCnNraWxsX2luZm8YDyABKAsyDC5E",
"RUpBS1BPRVBLTkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HeliobusChallengeLineupReflection.Descriptor, global::EggLink.DanhengServer.Proto.JMIJJHKIBLBReflection.Descriptor, global::EggLink.DanhengServer.Proto.GBJKKFHPFFNReflection.Descriptor, global::EggLink.DanhengServer.Proto.DEJAKPOEPKNReflection.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[]{ "NFDBMHPPFIP", "IPHKDELMOIH", "Retcode", "Level", "ChallengeList", "EENJBPMNDOL", "GCLJENGJICM", "Phase", "IBHAAEJEEHC", "SkillInfo" }, 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() {
nFDBMHPPFIP_ = other.nFDBMHPPFIP_.Clone();
iPHKDELMOIH_ = other.iPHKDELMOIH_;
retcode_ = other.retcode_;
level_ = other.level_;
challengeList_ = other.challengeList_.Clone();
eENJBPMNDOL_ = other.eENJBPMNDOL_;
gCLJENGJICM_ = other.gCLJENGJICM_.Clone();
phase_ = other.phase_;
iBHAAEJEEHC_ = other.iBHAAEJEEHC_;
skillInfo_ = other.skillInfo_ != null ? other.skillInfo_.Clone() : null;
_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 "NFDBMHPPFIP" field.</summary>
public const int NFDBMHPPFIPFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.GBJKKFHPFFN> _repeated_nFDBMHPPFIP_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.GBJKKFHPFFN.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GBJKKFHPFFN> nFDBMHPPFIP_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GBJKKFHPFFN>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GBJKKFHPFFN> NFDBMHPPFIP {
get { return nFDBMHPPFIP_; }
}
/// <summary>Field number for the "IPHKDELMOIH" field.</summary>
public const int IPHKDELMOIHFieldNumber = 14;
private uint iPHKDELMOIH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IPHKDELMOIH {
get { return iPHKDELMOIH_; }
set {
iPHKDELMOIH_ = 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 "level" field.</summary>
public const int LevelFieldNumber = 12;
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 = 6;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.JMIJJHKIBLB> _repeated_challengeList_codec
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.JMIJJHKIBLB.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JMIJJHKIBLB> challengeList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JMIJJHKIBLB>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JMIJJHKIBLB> ChallengeList {
get { return challengeList_; }
}
/// <summary>Field number for the "EENJBPMNDOL" field.</summary>
public const int EENJBPMNDOLFieldNumber = 2;
private uint eENJBPMNDOL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EENJBPMNDOL {
get { return eENJBPMNDOL_; }
set {
eENJBPMNDOL_ = value;
}
}
/// <summary>Field number for the "GCLJENGJICM" field.</summary>
public const int GCLJENGJICMFieldNumber = 8;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup> _repeated_gCLJENGJICM_codec
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup> gCLJENGJICM_ = 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> GCLJENGJICM {
get { return gCLJENGJICM_; }
}
/// <summary>Field number for the "phase" field.</summary>
public const int PhaseFieldNumber = 11;
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 "IBHAAEJEEHC" field.</summary>
public const int IBHAAEJEEHCFieldNumber = 9;
private uint iBHAAEJEEHC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IBHAAEJEEHC {
get { return iBHAAEJEEHC_; }
set {
iBHAAEJEEHC_ = value;
}
}
/// <summary>Field number for the "skill_info" field.</summary>
public const int SkillInfoFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.DEJAKPOEPKN skillInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DEJAKPOEPKN SkillInfo {
get { return skillInfo_; }
set {
skillInfo_ = value;
}
}
[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(!nFDBMHPPFIP_.Equals(other.nFDBMHPPFIP_)) return false;
if (IPHKDELMOIH != other.IPHKDELMOIH) return false;
if (Retcode != other.Retcode) return false;
if (Level != other.Level) return false;
if(!challengeList_.Equals(other.challengeList_)) return false;
if (EENJBPMNDOL != other.EENJBPMNDOL) return false;
if(!gCLJENGJICM_.Equals(other.gCLJENGJICM_)) return false;
if (Phase != other.Phase) return false;
if (IBHAAEJEEHC != other.IBHAAEJEEHC) return false;
if (!object.Equals(SkillInfo, other.SkillInfo)) 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 ^= nFDBMHPPFIP_.GetHashCode();
if (IPHKDELMOIH != 0) hash ^= IPHKDELMOIH.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
hash ^= challengeList_.GetHashCode();
if (EENJBPMNDOL != 0) hash ^= EENJBPMNDOL.GetHashCode();
hash ^= gCLJENGJICM_.GetHashCode();
if (Phase != 0) hash ^= Phase.GetHashCode();
if (IBHAAEJEEHC != 0) hash ^= IBHAAEJEEHC.GetHashCode();
if (skillInfo_ != null) hash ^= SkillInfo.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 (EENJBPMNDOL != 0) {
output.WriteRawTag(16);
output.WriteUInt32(EENJBPMNDOL);
}
challengeList_.WriteTo(output, _repeated_challengeList_codec);
nFDBMHPPFIP_.WriteTo(output, _repeated_nFDBMHPPFIP_codec);
gCLJENGJICM_.WriteTo(output, _repeated_gCLJENGJICM_codec);
if (IBHAAEJEEHC != 0) {
output.WriteRawTag(72);
output.WriteUInt32(IBHAAEJEEHC);
}
if (Phase != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Phase);
}
if (Level != 0) {
output.WriteRawTag(96);
output.WriteUInt32(Level);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (IPHKDELMOIH != 0) {
output.WriteRawTag(112);
output.WriteUInt32(IPHKDELMOIH);
}
if (skillInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(SkillInfo);
}
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 (EENJBPMNDOL != 0) {
output.WriteRawTag(16);
output.WriteUInt32(EENJBPMNDOL);
}
challengeList_.WriteTo(ref output, _repeated_challengeList_codec);
nFDBMHPPFIP_.WriteTo(ref output, _repeated_nFDBMHPPFIP_codec);
gCLJENGJICM_.WriteTo(ref output, _repeated_gCLJENGJICM_codec);
if (IBHAAEJEEHC != 0) {
output.WriteRawTag(72);
output.WriteUInt32(IBHAAEJEEHC);
}
if (Phase != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Phase);
}
if (Level != 0) {
output.WriteRawTag(96);
output.WriteUInt32(Level);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (IPHKDELMOIH != 0) {
output.WriteRawTag(112);
output.WriteUInt32(IPHKDELMOIH);
}
if (skillInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(SkillInfo);
}
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 += nFDBMHPPFIP_.CalculateSize(_repeated_nFDBMHPPFIP_codec);
if (IPHKDELMOIH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPHKDELMOIH);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
size += challengeList_.CalculateSize(_repeated_challengeList_codec);
if (EENJBPMNDOL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EENJBPMNDOL);
}
size += gCLJENGJICM_.CalculateSize(_repeated_gCLJENGJICM_codec);
if (Phase != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Phase);
}
if (IBHAAEJEEHC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IBHAAEJEEHC);
}
if (skillInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SkillInfo);
}
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;
}
nFDBMHPPFIP_.Add(other.nFDBMHPPFIP_);
if (other.IPHKDELMOIH != 0) {
IPHKDELMOIH = other.IPHKDELMOIH;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.Level != 0) {
Level = other.Level;
}
challengeList_.Add(other.challengeList_);
if (other.EENJBPMNDOL != 0) {
EENJBPMNDOL = other.EENJBPMNDOL;
}
gCLJENGJICM_.Add(other.gCLJENGJICM_);
if (other.Phase != 0) {
Phase = other.Phase;
}
if (other.IBHAAEJEEHC != 0) {
IBHAAEJEEHC = other.IBHAAEJEEHC;
}
if (other.skillInfo_ != null) {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.DEJAKPOEPKN();
}
SkillInfo.MergeFrom(other.SkillInfo);
}
_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 16: {
EENJBPMNDOL = input.ReadUInt32();
break;
}
case 50: {
challengeList_.AddEntriesFrom(input, _repeated_challengeList_codec);
break;
}
case 58: {
nFDBMHPPFIP_.AddEntriesFrom(input, _repeated_nFDBMHPPFIP_codec);
break;
}
case 66: {
gCLJENGJICM_.AddEntriesFrom(input, _repeated_gCLJENGJICM_codec);
break;
}
case 72: {
IBHAAEJEEHC = input.ReadUInt32();
break;
}
case 88: {
Phase = input.ReadUInt32();
break;
}
case 96: {
Level = input.ReadUInt32();
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
IPHKDELMOIH = input.ReadUInt32();
break;
}
case 122: {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.DEJAKPOEPKN();
}
input.ReadMessage(SkillInfo);
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 16: {
EENJBPMNDOL = input.ReadUInt32();
break;
}
case 50: {
challengeList_.AddEntriesFrom(ref input, _repeated_challengeList_codec);
break;
}
case 58: {
nFDBMHPPFIP_.AddEntriesFrom(ref input, _repeated_nFDBMHPPFIP_codec);
break;
}
case 66: {
gCLJENGJICM_.AddEntriesFrom(ref input, _repeated_gCLJENGJICM_codec);
break;
}
case 72: {
IBHAAEJEEHC = input.ReadUInt32();
break;
}
case 88: {
Phase = input.ReadUInt32();
break;
}
case 96: {
Level = input.ReadUInt32();
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
IPHKDELMOIH = input.ReadUInt32();
break;
}
case 122: {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.DEJAKPOEPKN();
}
input.ReadMessage(SkillInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code