Files
DanhengServer-OpenSource/Common/Proto/ChallengeSettleNotify.cs
2024-04-13 22:08:28 +08:00

545 lines
19 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChallengeSettleNotify.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 ChallengeSettleNotify.proto</summary>
public static partial class ChallengeSettleNotifyReflection {
#region Descriptor
/// <summary>File descriptor for ChallengeSettleNotify.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChallengeSettleNotifyReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChtDaGFsbGVuZ2VTZXR0bGVOb3RpZnkucHJvdG8aDkl0ZW1MaXN0LnByb3Rv",
"GhFQQkFPTUtCQkJGQy5wcm90byLpAQoVQ2hhbGxlbmdlU2V0dGxlTm90aWZ5",
"EhMKC0VMTENDQ0VIQU1GGA4gASgNEhMKC0lQQ0dMREdDTkRBGAIgASgNEhMK",
"C0lJSktJR1BKSkpCGAYgAygNEhMKC05LSEdGSU9BR1BLGAggASgNEhkKBnJl",
"d2FyZBgMIAEoCzIJLkl0ZW1MaXN0EhQKDGNoYWxsZW5nZV9pZBgFIAEoDRIT",
"CgtITUhCSkxEUENJTBgLIAEoCBIhCgtES09BUExFR1BITxgPIAEoCzIMLlBC",
"QU9NS0JCQkZDEhMKC0xOUE9OR0JMQk1DGAogASgNQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, global::EggLink.DanhengServer.Proto.PBAOMKBBBFCReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeSettleNotify), global::EggLink.DanhengServer.Proto.ChallengeSettleNotify.Parser, new[]{ "ELLCCCEHAMF", "IPCGLDGCNDA", "IIJKIGPJJJB", "NKHGFIOAGPK", "Reward", "ChallengeId", "HMHBJLDPCIL", "DKOAPLEGPHO", "LNPONGBLBMC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChallengeSettleNotify : pb::IMessage<ChallengeSettleNotify>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChallengeSettleNotify> _parser = new pb::MessageParser<ChallengeSettleNotify>(() => new ChallengeSettleNotify());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChallengeSettleNotify> 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.ChallengeSettleNotifyReflection.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 ChallengeSettleNotify() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeSettleNotify(ChallengeSettleNotify other) : this() {
eLLCCCEHAMF_ = other.eLLCCCEHAMF_;
iPCGLDGCNDA_ = other.iPCGLDGCNDA_;
iIJKIGPJJJB_ = other.iIJKIGPJJJB_.Clone();
nKHGFIOAGPK_ = other.nKHGFIOAGPK_;
reward_ = other.reward_ != null ? other.reward_.Clone() : null;
challengeId_ = other.challengeId_;
hMHBJLDPCIL_ = other.hMHBJLDPCIL_;
dKOAPLEGPHO_ = other.dKOAPLEGPHO_ != null ? other.dKOAPLEGPHO_.Clone() : null;
lNPONGBLBMC_ = other.lNPONGBLBMC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeSettleNotify Clone() {
return new ChallengeSettleNotify(this);
}
/// <summary>Field number for the "ELLCCCEHAMF" field.</summary>
public const int ELLCCCEHAMFFieldNumber = 14;
private uint eLLCCCEHAMF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ELLCCCEHAMF {
get { return eLLCCCEHAMF_; }
set {
eLLCCCEHAMF_ = value;
}
}
/// <summary>Field number for the "IPCGLDGCNDA" field.</summary>
public const int IPCGLDGCNDAFieldNumber = 2;
private uint iPCGLDGCNDA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IPCGLDGCNDA {
get { return iPCGLDGCNDA_; }
set {
iPCGLDGCNDA_ = value;
}
}
/// <summary>Field number for the "IIJKIGPJJJB" field.</summary>
public const int IIJKIGPJJJBFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_iIJKIGPJJJB_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField<uint> iIJKIGPJJJB_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> IIJKIGPJJJB {
get { return iIJKIGPJJJB_; }
}
/// <summary>Field number for the "NKHGFIOAGPK" field.</summary>
public const int NKHGFIOAGPKFieldNumber = 8;
private uint nKHGFIOAGPK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NKHGFIOAGPK {
get { return nKHGFIOAGPK_; }
set {
nKHGFIOAGPK_ = value;
}
}
/// <summary>Field number for the "reward" field.</summary>
public const int RewardFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.ItemList reward_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList Reward {
get { return reward_; }
set {
reward_ = value;
}
}
/// <summary>Field number for the "challenge_id" field.</summary>
public const int ChallengeIdFieldNumber = 5;
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 "HMHBJLDPCIL" field.</summary>
public const int HMHBJLDPCILFieldNumber = 11;
private bool hMHBJLDPCIL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool HMHBJLDPCIL {
get { return hMHBJLDPCIL_; }
set {
hMHBJLDPCIL_ = value;
}
}
/// <summary>Field number for the "DKOAPLEGPHO" field.</summary>
public const int DKOAPLEGPHOFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.PBAOMKBBBFC dKOAPLEGPHO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PBAOMKBBBFC DKOAPLEGPHO {
get { return dKOAPLEGPHO_; }
set {
dKOAPLEGPHO_ = value;
}
}
/// <summary>Field number for the "LNPONGBLBMC" field.</summary>
public const int LNPONGBLBMCFieldNumber = 10;
private uint lNPONGBLBMC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LNPONGBLBMC {
get { return lNPONGBLBMC_; }
set {
lNPONGBLBMC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChallengeSettleNotify);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChallengeSettleNotify other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ELLCCCEHAMF != other.ELLCCCEHAMF) return false;
if (IPCGLDGCNDA != other.IPCGLDGCNDA) return false;
if(!iIJKIGPJJJB_.Equals(other.iIJKIGPJJJB_)) return false;
if (NKHGFIOAGPK != other.NKHGFIOAGPK) return false;
if (!object.Equals(Reward, other.Reward)) return false;
if (ChallengeId != other.ChallengeId) return false;
if (HMHBJLDPCIL != other.HMHBJLDPCIL) return false;
if (!object.Equals(DKOAPLEGPHO, other.DKOAPLEGPHO)) return false;
if (LNPONGBLBMC != other.LNPONGBLBMC) 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 (ELLCCCEHAMF != 0) hash ^= ELLCCCEHAMF.GetHashCode();
if (IPCGLDGCNDA != 0) hash ^= IPCGLDGCNDA.GetHashCode();
hash ^= iIJKIGPJJJB_.GetHashCode();
if (NKHGFIOAGPK != 0) hash ^= NKHGFIOAGPK.GetHashCode();
if (reward_ != null) hash ^= Reward.GetHashCode();
if (ChallengeId != 0) hash ^= ChallengeId.GetHashCode();
if (HMHBJLDPCIL != false) hash ^= HMHBJLDPCIL.GetHashCode();
if (dKOAPLEGPHO_ != null) hash ^= DKOAPLEGPHO.GetHashCode();
if (LNPONGBLBMC != 0) hash ^= LNPONGBLBMC.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 (IPCGLDGCNDA != 0) {
output.WriteRawTag(16);
output.WriteUInt32(IPCGLDGCNDA);
}
if (ChallengeId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ChallengeId);
}
iIJKIGPJJJB_.WriteTo(output, _repeated_iIJKIGPJJJB_codec);
if (NKHGFIOAGPK != 0) {
output.WriteRawTag(64);
output.WriteUInt32(NKHGFIOAGPK);
}
if (LNPONGBLBMC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(LNPONGBLBMC);
}
if (HMHBJLDPCIL != false) {
output.WriteRawTag(88);
output.WriteBool(HMHBJLDPCIL);
}
if (reward_ != null) {
output.WriteRawTag(98);
output.WriteMessage(Reward);
}
if (ELLCCCEHAMF != 0) {
output.WriteRawTag(112);
output.WriteUInt32(ELLCCCEHAMF);
}
if (dKOAPLEGPHO_ != null) {
output.WriteRawTag(122);
output.WriteMessage(DKOAPLEGPHO);
}
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 (IPCGLDGCNDA != 0) {
output.WriteRawTag(16);
output.WriteUInt32(IPCGLDGCNDA);
}
if (ChallengeId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ChallengeId);
}
iIJKIGPJJJB_.WriteTo(ref output, _repeated_iIJKIGPJJJB_codec);
if (NKHGFIOAGPK != 0) {
output.WriteRawTag(64);
output.WriteUInt32(NKHGFIOAGPK);
}
if (LNPONGBLBMC != 0) {
output.WriteRawTag(80);
output.WriteUInt32(LNPONGBLBMC);
}
if (HMHBJLDPCIL != false) {
output.WriteRawTag(88);
output.WriteBool(HMHBJLDPCIL);
}
if (reward_ != null) {
output.WriteRawTag(98);
output.WriteMessage(Reward);
}
if (ELLCCCEHAMF != 0) {
output.WriteRawTag(112);
output.WriteUInt32(ELLCCCEHAMF);
}
if (dKOAPLEGPHO_ != null) {
output.WriteRawTag(122);
output.WriteMessage(DKOAPLEGPHO);
}
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 (ELLCCCEHAMF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ELLCCCEHAMF);
}
if (IPCGLDGCNDA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPCGLDGCNDA);
}
size += iIJKIGPJJJB_.CalculateSize(_repeated_iIJKIGPJJJB_codec);
if (NKHGFIOAGPK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NKHGFIOAGPK);
}
if (reward_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward);
}
if (ChallengeId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChallengeId);
}
if (HMHBJLDPCIL != false) {
size += 1 + 1;
}
if (dKOAPLEGPHO_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DKOAPLEGPHO);
}
if (LNPONGBLBMC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LNPONGBLBMC);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChallengeSettleNotify other) {
if (other == null) {
return;
}
if (other.ELLCCCEHAMF != 0) {
ELLCCCEHAMF = other.ELLCCCEHAMF;
}
if (other.IPCGLDGCNDA != 0) {
IPCGLDGCNDA = other.IPCGLDGCNDA;
}
iIJKIGPJJJB_.Add(other.iIJKIGPJJJB_);
if (other.NKHGFIOAGPK != 0) {
NKHGFIOAGPK = other.NKHGFIOAGPK;
}
if (other.reward_ != null) {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
Reward.MergeFrom(other.Reward);
}
if (other.ChallengeId != 0) {
ChallengeId = other.ChallengeId;
}
if (other.HMHBJLDPCIL != false) {
HMHBJLDPCIL = other.HMHBJLDPCIL;
}
if (other.dKOAPLEGPHO_ != null) {
if (dKOAPLEGPHO_ == null) {
DKOAPLEGPHO = new global::EggLink.DanhengServer.Proto.PBAOMKBBBFC();
}
DKOAPLEGPHO.MergeFrom(other.DKOAPLEGPHO);
}
if (other.LNPONGBLBMC != 0) {
LNPONGBLBMC = other.LNPONGBLBMC;
}
_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: {
IPCGLDGCNDA = input.ReadUInt32();
break;
}
case 40: {
ChallengeId = input.ReadUInt32();
break;
}
case 50:
case 48: {
iIJKIGPJJJB_.AddEntriesFrom(input, _repeated_iIJKIGPJJJB_codec);
break;
}
case 64: {
NKHGFIOAGPK = input.ReadUInt32();
break;
}
case 80: {
LNPONGBLBMC = input.ReadUInt32();
break;
}
case 88: {
HMHBJLDPCIL = input.ReadBool();
break;
}
case 98: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 112: {
ELLCCCEHAMF = input.ReadUInt32();
break;
}
case 122: {
if (dKOAPLEGPHO_ == null) {
DKOAPLEGPHO = new global::EggLink.DanhengServer.Proto.PBAOMKBBBFC();
}
input.ReadMessage(DKOAPLEGPHO);
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: {
IPCGLDGCNDA = input.ReadUInt32();
break;
}
case 40: {
ChallengeId = input.ReadUInt32();
break;
}
case 50:
case 48: {
iIJKIGPJJJB_.AddEntriesFrom(ref input, _repeated_iIJKIGPJJJB_codec);
break;
}
case 64: {
NKHGFIOAGPK = input.ReadUInt32();
break;
}
case 80: {
LNPONGBLBMC = input.ReadUInt32();
break;
}
case 88: {
HMHBJLDPCIL = input.ReadBool();
break;
}
case 98: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 112: {
ELLCCCEHAMF = input.ReadUInt32();
break;
}
case 122: {
if (dKOAPLEGPHO_ == null) {
DKOAPLEGPHO = new global::EggLink.DanhengServer.Proto.PBAOMKBBBFC();
}
input.ReadMessage(DKOAPLEGPHO);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code