mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
387 lines
14 KiB
C#
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",
|
|
"ZUNoYWxsZW5nZVJlY29yZE5vdGlmeRITCgtMRUtJRk9DUEdJQhgMIAEoDRIQ",
|
|
"CghmZXZlcl9pZBgLIAEoDRIiCgRyYW5rGAQgASgOMhQuRmlnaHRGZXN0QmF0",
|
|
"dGxlUmFuaxIUCgxjaGFsbGVuZ2VfaWQYCCABKA0SKQoLUEVJRkJOQU1LSlAY",
|
|
"DiABKA4yFC5GaWdodEZlc3RCYXR0bGVSYW5rQh6qAhtFZ2dMaW5rLkRhbmhl",
|
|
"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[]{ "LEKIFOCPGIB", "FeverId", "Rank", "ChallengeId", "PEIFBNAMKJP" }, 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() {
|
|
lEKIFOCPGIB_ = other.lEKIFOCPGIB_;
|
|
feverId_ = other.feverId_;
|
|
rank_ = other.rank_;
|
|
challengeId_ = other.challengeId_;
|
|
pEIFBNAMKJP_ = other.pEIFBNAMKJP_;
|
|
_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 "LEKIFOCPGIB" field.</summary>
|
|
public const int LEKIFOCPGIBFieldNumber = 12;
|
|
private uint lEKIFOCPGIB_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LEKIFOCPGIB {
|
|
get { return lEKIFOCPGIB_; }
|
|
set {
|
|
lEKIFOCPGIB_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "fever_id" field.</summary>
|
|
public const int FeverIdFieldNumber = 11;
|
|
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 = 4;
|
|
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 "challenge_id" field.</summary>
|
|
public const int ChallengeIdFieldNumber = 8;
|
|
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 "PEIFBNAMKJP" field.</summary>
|
|
public const int PEIFBNAMKJPFieldNumber = 14;
|
|
private global::EggLink.DanhengServer.Proto.FightFestBattleRank pEIFBNAMKJP_ = global::EggLink.DanhengServer.Proto.FightFestBattleRank.C;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.FightFestBattleRank PEIFBNAMKJP {
|
|
get { return pEIFBNAMKJP_; }
|
|
set {
|
|
pEIFBNAMKJP_ = 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 (LEKIFOCPGIB != other.LEKIFOCPGIB) return false;
|
|
if (FeverId != other.FeverId) return false;
|
|
if (Rank != other.Rank) return false;
|
|
if (ChallengeId != other.ChallengeId) return false;
|
|
if (PEIFBNAMKJP != other.PEIFBNAMKJP) 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 (LEKIFOCPGIB != 0) hash ^= LEKIFOCPGIB.GetHashCode();
|
|
if (FeverId != 0) hash ^= FeverId.GetHashCode();
|
|
if (Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) hash ^= Rank.GetHashCode();
|
|
if (ChallengeId != 0) hash ^= ChallengeId.GetHashCode();
|
|
if (PEIFBNAMKJP != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) hash ^= PEIFBNAMKJP.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 (Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) Rank);
|
|
}
|
|
if (ChallengeId != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(ChallengeId);
|
|
}
|
|
if (FeverId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(FeverId);
|
|
}
|
|
if (LEKIFOCPGIB != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(LEKIFOCPGIB);
|
|
}
|
|
if (PEIFBNAMKJP != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
|
|
output.WriteRawTag(112);
|
|
output.WriteEnum((int) PEIFBNAMKJP);
|
|
}
|
|
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 (Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
|
|
output.WriteRawTag(32);
|
|
output.WriteEnum((int) Rank);
|
|
}
|
|
if (ChallengeId != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(ChallengeId);
|
|
}
|
|
if (FeverId != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(FeverId);
|
|
}
|
|
if (LEKIFOCPGIB != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(LEKIFOCPGIB);
|
|
}
|
|
if (PEIFBNAMKJP != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
|
|
output.WriteRawTag(112);
|
|
output.WriteEnum((int) PEIFBNAMKJP);
|
|
}
|
|
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 (LEKIFOCPGIB != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LEKIFOCPGIB);
|
|
}
|
|
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 (ChallengeId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChallengeId);
|
|
}
|
|
if (PEIFBNAMKJP != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) PEIFBNAMKJP);
|
|
}
|
|
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.LEKIFOCPGIB != 0) {
|
|
LEKIFOCPGIB = other.LEKIFOCPGIB;
|
|
}
|
|
if (other.FeverId != 0) {
|
|
FeverId = other.FeverId;
|
|
}
|
|
if (other.Rank != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
|
|
Rank = other.Rank;
|
|
}
|
|
if (other.ChallengeId != 0) {
|
|
ChallengeId = other.ChallengeId;
|
|
}
|
|
if (other.PEIFBNAMKJP != global::EggLink.DanhengServer.Proto.FightFestBattleRank.C) {
|
|
PEIFBNAMKJP = other.PEIFBNAMKJP;
|
|
}
|
|
_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 32: {
|
|
Rank = (global::EggLink.DanhengServer.Proto.FightFestBattleRank) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 64: {
|
|
ChallengeId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
FeverId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
LEKIFOCPGIB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
PEIFBNAMKJP = (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 32: {
|
|
Rank = (global::EggLink.DanhengServer.Proto.FightFestBattleRank) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 64: {
|
|
ChallengeId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 88: {
|
|
FeverId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 96: {
|
|
LEKIFOCPGIB = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
PEIFBNAMKJP = (global::EggLink.DanhengServer.Proto.FightFestBattleRank) input.ReadEnum();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|