Files
DanhengServer-OpenSource/Proto/HeliobusActivityDataScRsp.cs
2024-10-05 22:40:41 +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(
"Ch9IZWxpb2J1c0FjdGl2aXR5RGF0YVNjUnNwLnByb3RvGhFQQ01ER0RMQU5G",
"Ri5wcm90bxodSGVsaW9idXNDaGFsbGVuZ2VMaW5ldXAucHJvdG8aEU5DSUhM",
"TEFFSkpLLnByb3RvGhFKTkFNR0ZDQURETi5wcm90byKjAgoZSGVsaW9idXNB",
"Y3Rpdml0eURhdGFTY1JzcBIgCgpza2lsbF9pbmZvGA0gASgLMgwuTkNJSExM",
"QUVKSksSLQoLRk1BSkZJQ0ZNRk8YByADKAsyGC5IZWxpb2J1c0NoYWxsZW5n",
"ZUxpbmV1cBITCgtBSUpISEhDT0JGRhgFIAEoDRINCgVwaGFzZRgIIAEoDRIP",
"CgdyZXRjb2RlGAEgASgNEhMKC0NCSE9BUElCQ0pNGAYgASgNEiQKDmNoYWxs",
"ZW5nZV9saXN0GA8gAygLMgwuSk5BTUdGQ0FERE4SEwoLSkdLSkpLRkJMQ0YY",
"DCABKA0SIQoLSUJOSEZMSEpGRU8YBCADKAsyDC5QQ01ER0RMQU5GRhINCgVs",
"ZXZlbBgOIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PCMDGDLANFFReflection.Descriptor, global::EggLink.DanhengServer.Proto.HeliobusChallengeLineupReflection.Descriptor, global::EggLink.DanhengServer.Proto.NCIHLLAEJJKReflection.Descriptor, global::EggLink.DanhengServer.Proto.JNAMGFCADDNReflection.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", "FMAJFICFMFO", "AIJHHHCOBFF", "Phase", "Retcode", "CBHOAPIBCJM", "ChallengeList", "JGKJJKFBLCF", "IBNHFLHJFEO", "Level" }, 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;
fMAJFICFMFO_ = other.fMAJFICFMFO_.Clone();
aIJHHHCOBFF_ = other.aIJHHHCOBFF_;
phase_ = other.phase_;
retcode_ = other.retcode_;
cBHOAPIBCJM_ = other.cBHOAPIBCJM_;
challengeList_ = other.challengeList_.Clone();
jGKJJKFBLCF_ = other.jGKJJKFBLCF_;
iBNHFLHJFEO_ = other.iBNHFLHJFEO_.Clone();
level_ = other.level_;
_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 = 13;
private global::EggLink.DanhengServer.Proto.NCIHLLAEJJK skillInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.NCIHLLAEJJK SkillInfo {
get { return skillInfo_; }
set {
skillInfo_ = value;
}
}
/// <summary>Field number for the "FMAJFICFMFO" field.</summary>
public const int FMAJFICFMFOFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup> _repeated_fMAJFICFMFO_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HeliobusChallengeLineup> fMAJFICFMFO_ = 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> FMAJFICFMFO {
get { return fMAJFICFMFO_; }
}
/// <summary>Field number for the "AIJHHHCOBFF" field.</summary>
public const int AIJHHHCOBFFFieldNumber = 5;
private uint aIJHHHCOBFF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AIJHHHCOBFF {
get { return aIJHHHCOBFF_; }
set {
aIJHHHCOBFF_ = 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 "retcode" field.</summary>
public const int RetcodeFieldNumber = 1;
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 "CBHOAPIBCJM" field.</summary>
public const int CBHOAPIBCJMFieldNumber = 6;
private uint cBHOAPIBCJM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CBHOAPIBCJM {
get { return cBHOAPIBCJM_; }
set {
cBHOAPIBCJM_ = value;
}
}
/// <summary>Field number for the "challenge_list" field.</summary>
public const int ChallengeListFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.JNAMGFCADDN> _repeated_challengeList_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.JNAMGFCADDN.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JNAMGFCADDN> challengeList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JNAMGFCADDN>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.JNAMGFCADDN> ChallengeList {
get { return challengeList_; }
}
/// <summary>Field number for the "JGKJJKFBLCF" field.</summary>
public const int JGKJJKFBLCFFieldNumber = 12;
private uint jGKJJKFBLCF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JGKJJKFBLCF {
get { return jGKJJKFBLCF_; }
set {
jGKJJKFBLCF_ = value;
}
}
/// <summary>Field number for the "IBNHFLHJFEO" field.</summary>
public const int IBNHFLHJFEOFieldNumber = 4;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.PCMDGDLANFF> _repeated_iBNHFLHJFEO_codec
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.PCMDGDLANFF.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PCMDGDLANFF> iBNHFLHJFEO_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PCMDGDLANFF>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PCMDGDLANFF> IBNHFLHJFEO {
get { return iBNHFLHJFEO_; }
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 14;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = 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 (!object.Equals(SkillInfo, other.SkillInfo)) return false;
if(!fMAJFICFMFO_.Equals(other.fMAJFICFMFO_)) return false;
if (AIJHHHCOBFF != other.AIJHHHCOBFF) return false;
if (Phase != other.Phase) return false;
if (Retcode != other.Retcode) return false;
if (CBHOAPIBCJM != other.CBHOAPIBCJM) return false;
if(!challengeList_.Equals(other.challengeList_)) return false;
if (JGKJJKFBLCF != other.JGKJJKFBLCF) return false;
if(!iBNHFLHJFEO_.Equals(other.iBNHFLHJFEO_)) return false;
if (Level != other.Level) 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();
hash ^= fMAJFICFMFO_.GetHashCode();
if (AIJHHHCOBFF != 0) hash ^= AIJHHHCOBFF.GetHashCode();
if (Phase != 0) hash ^= Phase.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (CBHOAPIBCJM != 0) hash ^= CBHOAPIBCJM.GetHashCode();
hash ^= challengeList_.GetHashCode();
if (JGKJJKFBLCF != 0) hash ^= JGKJJKFBLCF.GetHashCode();
hash ^= iBNHFLHJFEO_.GetHashCode();
if (Level != 0) hash ^= Level.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 (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
iBNHFLHJFEO_.WriteTo(output, _repeated_iBNHFLHJFEO_codec);
if (AIJHHHCOBFF != 0) {
output.WriteRawTag(40);
output.WriteUInt32(AIJHHHCOBFF);
}
if (CBHOAPIBCJM != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CBHOAPIBCJM);
}
fMAJFICFMFO_.WriteTo(output, _repeated_fMAJFICFMFO_codec);
if (Phase != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Phase);
}
if (JGKJJKFBLCF != 0) {
output.WriteRawTag(96);
output.WriteUInt32(JGKJJKFBLCF);
}
if (skillInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(SkillInfo);
}
if (Level != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Level);
}
challengeList_.WriteTo(output, _repeated_challengeList_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 (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
iBNHFLHJFEO_.WriteTo(ref output, _repeated_iBNHFLHJFEO_codec);
if (AIJHHHCOBFF != 0) {
output.WriteRawTag(40);
output.WriteUInt32(AIJHHHCOBFF);
}
if (CBHOAPIBCJM != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CBHOAPIBCJM);
}
fMAJFICFMFO_.WriteTo(ref output, _repeated_fMAJFICFMFO_codec);
if (Phase != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Phase);
}
if (JGKJJKFBLCF != 0) {
output.WriteRawTag(96);
output.WriteUInt32(JGKJJKFBLCF);
}
if (skillInfo_ != null) {
output.WriteRawTag(106);
output.WriteMessage(SkillInfo);
}
if (Level != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Level);
}
challengeList_.WriteTo(ref output, _repeated_challengeList_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);
}
size += fMAJFICFMFO_.CalculateSize(_repeated_fMAJFICFMFO_codec);
if (AIJHHHCOBFF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AIJHHHCOBFF);
}
if (Phase != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Phase);
}
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (CBHOAPIBCJM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CBHOAPIBCJM);
}
size += challengeList_.CalculateSize(_repeated_challengeList_codec);
if (JGKJJKFBLCF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JGKJJKFBLCF);
}
size += iBNHFLHJFEO_.CalculateSize(_repeated_iBNHFLHJFEO_codec);
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
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.NCIHLLAEJJK();
}
SkillInfo.MergeFrom(other.SkillInfo);
}
fMAJFICFMFO_.Add(other.fMAJFICFMFO_);
if (other.AIJHHHCOBFF != 0) {
AIJHHHCOBFF = other.AIJHHHCOBFF;
}
if (other.Phase != 0) {
Phase = other.Phase;
}
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.CBHOAPIBCJM != 0) {
CBHOAPIBCJM = other.CBHOAPIBCJM;
}
challengeList_.Add(other.challengeList_);
if (other.JGKJJKFBLCF != 0) {
JGKJJKFBLCF = other.JGKJJKFBLCF;
}
iBNHFLHJFEO_.Add(other.iBNHFLHJFEO_);
if (other.Level != 0) {
Level = other.Level;
}
_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: {
Retcode = input.ReadUInt32();
break;
}
case 34: {
iBNHFLHJFEO_.AddEntriesFrom(input, _repeated_iBNHFLHJFEO_codec);
break;
}
case 40: {
AIJHHHCOBFF = input.ReadUInt32();
break;
}
case 48: {
CBHOAPIBCJM = input.ReadUInt32();
break;
}
case 58: {
fMAJFICFMFO_.AddEntriesFrom(input, _repeated_fMAJFICFMFO_codec);
break;
}
case 64: {
Phase = input.ReadUInt32();
break;
}
case 96: {
JGKJJKFBLCF = input.ReadUInt32();
break;
}
case 106: {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.NCIHLLAEJJK();
}
input.ReadMessage(SkillInfo);
break;
}
case 112: {
Level = input.ReadUInt32();
break;
}
case 122: {
challengeList_.AddEntriesFrom(input, _repeated_challengeList_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: {
Retcode = input.ReadUInt32();
break;
}
case 34: {
iBNHFLHJFEO_.AddEntriesFrom(ref input, _repeated_iBNHFLHJFEO_codec);
break;
}
case 40: {
AIJHHHCOBFF = input.ReadUInt32();
break;
}
case 48: {
CBHOAPIBCJM = input.ReadUInt32();
break;
}
case 58: {
fMAJFICFMFO_.AddEntriesFrom(ref input, _repeated_fMAJFICFMFO_codec);
break;
}
case 64: {
Phase = input.ReadUInt32();
break;
}
case 96: {
JGKJJKFBLCF = input.ReadUInt32();
break;
}
case 106: {
if (skillInfo_ == null) {
SkillInfo = new global::EggLink.DanhengServer.Proto.NCIHLLAEJJK();
}
input.ReadMessage(SkillInfo);
break;
}
case 112: {
Level = input.ReadUInt32();
break;
}
case 122: {
challengeList_.AddEntriesFrom(ref input, _repeated_challengeList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code