Files
DanhengServer-OpenSource/Proto/FightFestUpdateChallengeRecordNotify.cs
2024-12-07 14:00:38 +08:00

387 lines
14 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",
"GUZpZ2h0RmVzdEJhdHRsZVJhbmsucHJvdG8isgEKJEZpZ2h0RmVzdFVwZGF0",
"ZUNoYWxsZW5nZVJlY29yZE5vdGlmeRIQCghmZXZlcl9pZBgJIAEoDRIiCgRy",
"YW5rGA0gASgOMhQuRmlnaHRGZXN0QmF0dGxlUmFuaxIpCgtKREZOTEpGTE1G",
"ShgCIAEoDjIULkZpZ2h0RmVzdEJhdHRsZVJhbmsSFAoMY2hhbGxlbmdlX2lk",
"GAYgASgNEhMKC0JGSkFJRkRFREJFGAQgASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FightFestBattleRankReflection.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[]{ "FeverId", "Rank", "JDFNLJFLMFJ", "ChallengeId", "BFJAIFDEDBE" }, 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() {
feverId_ = other.feverId_;
rank_ = other.rank_;
jDFNLJFLMFJ_ = other.jDFNLJFLMFJ_;
challengeId_ = other.challengeId_;
bFJAIFDEDBE_ = other.bFJAIFDEDBE_;
_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 "fever_id" field.</summary>
public const int FeverIdFieldNumber = 9;
private uint feverId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FeverId {
get { return feverId_; }
set {
feverId_ = value;
}
}
/// <summary>Field number for the "rank" field.</summary>
public const int RankFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.FightFestBattleRank rank_ = global::EggLink.DanhengServer.Proto.FightFestBattleRank.C;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FightFestBattleRank Rank {
get { return rank_; }
set {
rank_ = value;
}
}
/// <summary>Field number for the "JDFNLJFLMFJ" field.</summary>
public const int JDFNLJFLMFJFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.FightFestBattleRank jDFNLJFLMFJ_ = global::EggLink.DanhengServer.Proto.FightFestBattleRank.C;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FightFestBattleRank JDFNLJFLMFJ {
get { return jDFNLJFLMFJ_; }
set {
jDFNLJFLMFJ_ = value;
}
}
/// <summary>Field number for the "challenge_id" field.</summary>
public const int ChallengeIdFieldNumber = 6;
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 "BFJAIFDEDBE" field.</summary>
public const int BFJAIFDEDBEFieldNumber = 4;
private uint bFJAIFDEDBE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BFJAIFDEDBE {
get { return bFJAIFDEDBE_; }
set {
bFJAIFDEDBE_ = 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 (FeverId != other.FeverId) return false;
if (Rank != other.Rank) return false;
if (JDFNLJFLMFJ != other.JDFNLJFLMFJ) return false;
if (ChallengeId != other.ChallengeId) return false;
if (BFJAIFDEDBE != other.BFJAIFDEDBE) 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 (FeverId != 0) hash ^= FeverId.GetHashCode();
if (Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) hash ^= Rank.GetHashCode();
if (JDFNLJFLMFJ != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) hash ^= JDFNLJFLMFJ.GetHashCode();
if (ChallengeId != 0) hash ^= ChallengeId.GetHashCode();
if (BFJAIFDEDBE != 0) hash ^= BFJAIFDEDBE.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 (JDFNLJFLMFJ != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
output.WriteRawTag(16);
output.WriteEnum((int) JDFNLJFLMFJ);
}
if (BFJAIFDEDBE != 0) {
output.WriteRawTag(32);
output.WriteUInt32(BFJAIFDEDBE);
}
if (ChallengeId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(ChallengeId);
}
if (FeverId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(FeverId);
}
if (Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
output.WriteRawTag(104);
output.WriteEnum((int) Rank);
}
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 (JDFNLJFLMFJ != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
output.WriteRawTag(16);
output.WriteEnum((int) JDFNLJFLMFJ);
}
if (BFJAIFDEDBE != 0) {
output.WriteRawTag(32);
output.WriteUInt32(BFJAIFDEDBE);
}
if (ChallengeId != 0) {
output.WriteRawTag(48);
output.WriteUInt32(ChallengeId);
}
if (FeverId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(FeverId);
}
if (Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
output.WriteRawTag(104);
output.WriteEnum((int) Rank);
}
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 (FeverId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FeverId);
}
if (Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Rank);
}
if (JDFNLJFLMFJ != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) JDFNLJFLMFJ);
}
if (ChallengeId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChallengeId);
}
if (BFJAIFDEDBE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BFJAIFDEDBE);
}
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.FeverId != 0) {
FeverId = other.FeverId;
}
if (other.Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
Rank = other.Rank;
}
if (other.JDFNLJFLMFJ != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
JDFNLJFLMFJ = other.JDFNLJFLMFJ;
}
if (other.ChallengeId != 0) {
ChallengeId = other.ChallengeId;
}
if (other.BFJAIFDEDBE != 0) {
BFJAIFDEDBE = other.BFJAIFDEDBE;
}
_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: {
JDFNLJFLMFJ = (global::EggLink.DanhengServer.Proto.FightFestBattleRank) input.ReadEnum();
break;
}
case 32: {
BFJAIFDEDBE = input.ReadUInt32();
break;
}
case 48: {
ChallengeId = input.ReadUInt32();
break;
}
case 72: {
FeverId = input.ReadUInt32();
break;
}
case 104: {
Rank = (global::EggLink.DanhengServer.Proto.FightFestBattleRank) 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 16: {
JDFNLJFLMFJ = (global::EggLink.DanhengServer.Proto.FightFestBattleRank) input.ReadEnum();
break;
}
case 32: {
BFJAIFDEDBE = input.ReadUInt32();
break;
}
case 48: {
ChallengeId = input.ReadUInt32();
break;
}
case 72: {
FeverId = input.ReadUInt32();
break;
}
case 104: {
Rank = (global::EggLink.DanhengServer.Proto.FightFestBattleRank) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code