Files
DanhengServer-OpenSource/Proto/MPDIAAIJBHD.cs
2024-10-02 15:08:37 +08:00

415 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MPDIAAIJBHD.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 MPDIAAIJBHD.proto</summary>
public static partial class MPDIAAIJBHDReflection {
#region Descriptor
/// <summary>File descriptor for MPDIAAIJBHD.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MPDIAAIJBHDReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNUERJQUFJSkJIRC5wcm90bxoZQ2hhbGxlbmdlU3RhdGlzdGljcy5wcm90",
"bxoeQ2hhbGxlbmdlU3RvcnlTdGF0aXN0aWNzLnByb3RvGh1DaGFsbGVuZ2VC",
"b3NzU3RhdGlzdGljcy5wcm90byLOAQoLTVBESUFBSUpCSEQSEAoIZ3JvdXBf",
"aWQYDyABKA0SEwoLRElMQ0NNRkRISUMYBiABKA0SMAoRY2hhbGxlbmdlX2Rl",
"ZmF1bHQYmwYgASgLMhQuQ2hhbGxlbmdlU3RhdGlzdGljcxIzCg9jaGFsbGVu",
"Z2Vfc3RvcnkYogYgASgLMhkuQ2hhbGxlbmdlU3RvcnlTdGF0aXN0aWNzEjEK",
"DmNoYWxsZW5nZV9ib3NzGIoCIAEoCzIYLkNoYWxsZW5nZUJvc3NTdGF0aXN0",
"aWNzQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeStoryStatisticsReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossStatisticsReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MPDIAAIJBHD), global::EggLink.DanhengServer.Proto.MPDIAAIJBHD.Parser, new[]{ "GroupId", "DILCCMFDHIC", "ChallengeDefault", "ChallengeStory", "ChallengeBoss" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MPDIAAIJBHD : pb::IMessage<MPDIAAIJBHD>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MPDIAAIJBHD> _parser = new pb::MessageParser<MPDIAAIJBHD>(() => new MPDIAAIJBHD());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MPDIAAIJBHD> 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.MPDIAAIJBHDReflection.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 MPDIAAIJBHD() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MPDIAAIJBHD(MPDIAAIJBHD other) : this() {
groupId_ = other.groupId_;
dILCCMFDHIC_ = other.dILCCMFDHIC_;
challengeDefault_ = other.challengeDefault_ != null ? other.challengeDefault_.Clone() : null;
challengeStory_ = other.challengeStory_ != null ? other.challengeStory_.Clone() : null;
challengeBoss_ = other.challengeBoss_ != null ? other.challengeBoss_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MPDIAAIJBHD Clone() {
return new MPDIAAIJBHD(this);
}
/// <summary>Field number for the "group_id" field.</summary>
public const int GroupIdFieldNumber = 15;
private uint groupId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GroupId {
get { return groupId_; }
set {
groupId_ = value;
}
}
/// <summary>Field number for the "DILCCMFDHIC" field.</summary>
public const int DILCCMFDHICFieldNumber = 6;
private uint dILCCMFDHIC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DILCCMFDHIC {
get { return dILCCMFDHIC_; }
set {
dILCCMFDHIC_ = value;
}
}
/// <summary>Field number for the "challenge_default" field.</summary>
public const int ChallengeDefaultFieldNumber = 795;
private global::EggLink.DanhengServer.Proto.ChallengeStatistics challengeDefault_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeStatistics ChallengeDefault {
get { return challengeDefault_; }
set {
challengeDefault_ = value;
}
}
/// <summary>Field number for the "challenge_story" field.</summary>
public const int ChallengeStoryFieldNumber = 802;
private global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics challengeStory_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics ChallengeStory {
get { return challengeStory_; }
set {
challengeStory_ = value;
}
}
/// <summary>Field number for the "challenge_boss" field.</summary>
public const int ChallengeBossFieldNumber = 266;
private global::EggLink.DanhengServer.Proto.ChallengeBossStatistics challengeBoss_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChallengeBossStatistics ChallengeBoss {
get { return challengeBoss_; }
set {
challengeBoss_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MPDIAAIJBHD);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MPDIAAIJBHD other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (GroupId != other.GroupId) return false;
if (DILCCMFDHIC != other.DILCCMFDHIC) return false;
if (!object.Equals(ChallengeDefault, other.ChallengeDefault)) return false;
if (!object.Equals(ChallengeStory, other.ChallengeStory)) return false;
if (!object.Equals(ChallengeBoss, other.ChallengeBoss)) 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 (GroupId != 0) hash ^= GroupId.GetHashCode();
if (DILCCMFDHIC != 0) hash ^= DILCCMFDHIC.GetHashCode();
if (challengeDefault_ != null) hash ^= ChallengeDefault.GetHashCode();
if (challengeStory_ != null) hash ^= ChallengeStory.GetHashCode();
if (challengeBoss_ != null) hash ^= ChallengeBoss.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 (DILCCMFDHIC != 0) {
output.WriteRawTag(48);
output.WriteUInt32(DILCCMFDHIC);
}
if (GroupId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(GroupId);
}
if (challengeBoss_ != null) {
output.WriteRawTag(210, 16);
output.WriteMessage(ChallengeBoss);
}
if (challengeDefault_ != null) {
output.WriteRawTag(218, 49);
output.WriteMessage(ChallengeDefault);
}
if (challengeStory_ != null) {
output.WriteRawTag(146, 50);
output.WriteMessage(ChallengeStory);
}
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 (DILCCMFDHIC != 0) {
output.WriteRawTag(48);
output.WriteUInt32(DILCCMFDHIC);
}
if (GroupId != 0) {
output.WriteRawTag(120);
output.WriteUInt32(GroupId);
}
if (challengeBoss_ != null) {
output.WriteRawTag(210, 16);
output.WriteMessage(ChallengeBoss);
}
if (challengeDefault_ != null) {
output.WriteRawTag(218, 49);
output.WriteMessage(ChallengeDefault);
}
if (challengeStory_ != null) {
output.WriteRawTag(146, 50);
output.WriteMessage(ChallengeStory);
}
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 (GroupId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GroupId);
}
if (DILCCMFDHIC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DILCCMFDHIC);
}
if (challengeDefault_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeDefault);
}
if (challengeStory_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeStory);
}
if (challengeBoss_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ChallengeBoss);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MPDIAAIJBHD other) {
if (other == null) {
return;
}
if (other.GroupId != 0) {
GroupId = other.GroupId;
}
if (other.DILCCMFDHIC != 0) {
DILCCMFDHIC = other.DILCCMFDHIC;
}
if (other.challengeDefault_ != null) {
if (challengeDefault_ == null) {
ChallengeDefault = new global::EggLink.DanhengServer.Proto.ChallengeStatistics();
}
ChallengeDefault.MergeFrom(other.ChallengeDefault);
}
if (other.challengeStory_ != null) {
if (challengeStory_ == null) {
ChallengeStory = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics();
}
ChallengeStory.MergeFrom(other.ChallengeStory);
}
if (other.challengeBoss_ != null) {
if (challengeBoss_ == null) {
ChallengeBoss = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics();
}
ChallengeBoss.MergeFrom(other.ChallengeBoss);
}
_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 48: {
DILCCMFDHIC = input.ReadUInt32();
break;
}
case 120: {
GroupId = input.ReadUInt32();
break;
}
case 2130: {
if (challengeBoss_ == null) {
ChallengeBoss = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics();
}
input.ReadMessage(ChallengeBoss);
break;
}
case 6362: {
if (challengeDefault_ == null) {
ChallengeDefault = new global::EggLink.DanhengServer.Proto.ChallengeStatistics();
}
input.ReadMessage(ChallengeDefault);
break;
}
case 6418: {
if (challengeStory_ == null) {
ChallengeStory = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics();
}
input.ReadMessage(ChallengeStory);
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 48: {
DILCCMFDHIC = input.ReadUInt32();
break;
}
case 120: {
GroupId = input.ReadUInt32();
break;
}
case 2130: {
if (challengeBoss_ == null) {
ChallengeBoss = new global::EggLink.DanhengServer.Proto.ChallengeBossStatistics();
}
input.ReadMessage(ChallengeBoss);
break;
}
case 6362: {
if (challengeDefault_ == null) {
ChallengeDefault = new global::EggLink.DanhengServer.Proto.ChallengeStatistics();
}
input.ReadMessage(ChallengeDefault);
break;
}
case 6418: {
if (challengeStory_ == null) {
ChallengeStory = new global::EggLink.DanhengServer.Proto.ChallengeStoryStatistics();
}
input.ReadMessage(ChallengeStory);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code