Files
DanhengServer-OpenSource/Proto/FightFestUpdateChallengeRecordNotify.cs
2025-08-15 12:52:47 +08:00

387 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FightFestUpdateChallengeRecordNotify.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 FightFestUpdateChallengeRecordNotify.proto</summary>
public static partial class FightFestUpdateChallengeRecordNotifyReflection {
#region Descriptor
/// <summary>File descriptor for FightFestUpdateChallengeRecordNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FightFestUpdateChallengeRecordNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CipGaWdodEZlc3RVcGRhdGVDaGFsbGVuZ2VSZWNvcmROb3RpZnkucHJvdG8a",
"EUhHREFQSlBLRkZCLnByb3RvIqUBCiRGaWdodEZlc3RVcGRhdGVDaGFsbGVu",
"Z2VSZWNvcmROb3RpZnkSEwoLSkJPTEFBRkRLQU4YBCABKA0SGgoEcmFuaxgK",
"IAEoDjIMLkhHREFQSlBLRkZCEhQKDGNoYWxsZW5nZV9pZBgHIAEoDRITCgtI",
"T0VISU9CSUlFShgDIAEoDRIhCgtGS1BFUEJNSkhLThgMIAEoDjIMLkhHREFQ",
"SlBLRkZCQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3Rv",
"Mw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.HGDAPJPKFFBReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightFestUpdateChallengeRecordNotify), global::EggLink.DanhengServer.Proto.FightFestUpdateChallengeRecordNotify.Parser, new[]{ "JBOLAAFDKAN", "Rank", "ChallengeId", "HOEHIOBIIEJ", "FKPEPBMJHKN" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FightFestUpdateChallengeRecordNotify : pb::IMessage<FightFestUpdateChallengeRecordNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FightFestUpdateChallengeRecordNotify> _parser = new pb::MessageParser<FightFestUpdateChallengeRecordNotify>(() => new FightFestUpdateChallengeRecordNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FightFestUpdateChallengeRecordNotify> 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.FightFestUpdateChallengeRecordNotifyReflection.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 FightFestUpdateChallengeRecordNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightFestUpdateChallengeRecordNotify(FightFestUpdateChallengeRecordNotify other) : this() {
jBOLAAFDKAN_ = other.jBOLAAFDKAN_;
rank_ = other.rank_;
challengeId_ = other.challengeId_;
hOEHIOBIIEJ_ = other.hOEHIOBIIEJ_;
fKPEPBMJHKN_ = other.fKPEPBMJHKN_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FightFestUpdateChallengeRecordNotify Clone() {
return new FightFestUpdateChallengeRecordNotify(this);
}
/// <summary>Field number for the "JBOLAAFDKAN" field.</summary>
public const int JBOLAAFDKANFieldNumber = 4;
private uint jBOLAAFDKAN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JBOLAAFDKAN {
get { return jBOLAAFDKAN_; }
set {
jBOLAAFDKAN_ = value;
}
}
/// <summary>Field number for the "rank" field.</summary>
public const int RankFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.HGDAPJPKFFB rank_ = global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.HGDAPJPKFFB Rank {
get { return rank_; }
set {
rank_ = value;
}
}
/// <summary>Field number for the "challenge_id" field.</summary>
public const int ChallengeIdFieldNumber = 7;
private uint challengeId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ChallengeId {
get { return challengeId_; }
set {
challengeId_ = value;
}
}
/// <summary>Field number for the "HOEHIOBIIEJ" field.</summary>
public const int HOEHIOBIIEJFieldNumber = 3;
private uint hOEHIOBIIEJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HOEHIOBIIEJ {
get { return hOEHIOBIIEJ_; }
set {
hOEHIOBIIEJ_ = value;
}
}
/// <summary>Field number for the "FKPEPBMJHKN" field.</summary>
public const int FKPEPBMJHKNFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.HGDAPJPKFFB fKPEPBMJHKN_ = global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.HGDAPJPKFFB FKPEPBMJHKN {
get { return fKPEPBMJHKN_; }
set {
fKPEPBMJHKN_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FightFestUpdateChallengeRecordNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FightFestUpdateChallengeRecordNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (JBOLAAFDKAN != other.JBOLAAFDKAN) return false;
if (Rank != other.Rank) return false;
if (ChallengeId != other.ChallengeId) return false;
if (HOEHIOBIIEJ != other.HOEHIOBIIEJ) return false;
if (FKPEPBMJHKN != other.FKPEPBMJHKN) 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 (JBOLAAFDKAN != 0) hash ^= JBOLAAFDKAN.GetHashCode();
if (Rank != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) hash ^= Rank.GetHashCode();
if (ChallengeId != 0) hash ^= ChallengeId.GetHashCode();
if (HOEHIOBIIEJ != 0) hash ^= HOEHIOBIIEJ.GetHashCode();
if (FKPEPBMJHKN != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) hash ^= FKPEPBMJHKN.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 (HOEHIOBIIEJ != 0) {
output.WriteRawTag(24);
output.WriteUInt32(HOEHIOBIIEJ);
}
if (JBOLAAFDKAN != 0) {
output.WriteRawTag(32);
output.WriteUInt32(JBOLAAFDKAN);
}
if (ChallengeId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ChallengeId);
}
if (Rank != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
output.WriteRawTag(80);
output.WriteEnum((int) Rank);
}
if (FKPEPBMJHKN != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
output.WriteRawTag(96);
output.WriteEnum((int) FKPEPBMJHKN);
}
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 (HOEHIOBIIEJ != 0) {
output.WriteRawTag(24);
output.WriteUInt32(HOEHIOBIIEJ);
}
if (JBOLAAFDKAN != 0) {
output.WriteRawTag(32);
output.WriteUInt32(JBOLAAFDKAN);
}
if (ChallengeId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ChallengeId);
}
if (Rank != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
output.WriteRawTag(80);
output.WriteEnum((int) Rank);
}
if (FKPEPBMJHKN != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
output.WriteRawTag(96);
output.WriteEnum((int) FKPEPBMJHKN);
}
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 (JBOLAAFDKAN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JBOLAAFDKAN);
}
if (Rank != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Rank);
}
if (ChallengeId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChallengeId);
}
if (HOEHIOBIIEJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HOEHIOBIIEJ);
}
if (FKPEPBMJHKN != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) FKPEPBMJHKN);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FightFestUpdateChallengeRecordNotify other) {
if (other == null) {
return;
}
if (other.JBOLAAFDKAN != 0) {
JBOLAAFDKAN = other.JBOLAAFDKAN;
}
if (other.Rank != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
Rank = other.Rank;
}
if (other.ChallengeId != 0) {
ChallengeId = other.ChallengeId;
}
if (other.HOEHIOBIIEJ != 0) {
HOEHIOBIIEJ = other.HOEHIOBIIEJ;
}
if (other.FKPEPBMJHKN != global::EggLink.DanhengServer.Proto.HGDAPJPKFFB.FightFestBattleRankC) {
FKPEPBMJHKN = other.FKPEPBMJHKN;
}
_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: {
HOEHIOBIIEJ = input.ReadUInt32();
break;
}
case 32: {
JBOLAAFDKAN = input.ReadUInt32();
break;
}
case 56: {
ChallengeId = input.ReadUInt32();
break;
}
case 80: {
Rank = (global::EggLink.DanhengServer.Proto.HGDAPJPKFFB) input.ReadEnum();
break;
}
case 96: {
FKPEPBMJHKN = (global::EggLink.DanhengServer.Proto.HGDAPJPKFFB) input.ReadEnum();
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: {
HOEHIOBIIEJ = input.ReadUInt32();
break;
}
case 32: {
JBOLAAFDKAN = input.ReadUInt32();
break;
}
case 56: {
ChallengeId = input.ReadUInt32();
break;
}
case 80: {
Rank = (global::EggLink.DanhengServer.Proto.HGDAPJPKFFB) input.ReadEnum();
break;
}
case 96: {
FKPEPBMJHKN = (global::EggLink.DanhengServer.Proto.HGDAPJPKFFB) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code