Files
DanhengServer-OpenSource/Proto/MatchThreeLevelEndCsReq.cs
2025-09-27 13:58:04 +08:00

442 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MatchThreeLevelEndCsReq.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 MatchThreeLevelEndCsReq.proto</summary>
public static partial class MatchThreeLevelEndCsReqReflection {
#region Descriptor
/// <summary>File descriptor for MatchThreeLevelEndCsReq.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MatchThreeLevelEndCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1NYXRjaFRocmVlTGV2ZWxFbmRDc1JlcS5wcm90byL8AQoXTWF0Y2hUaHJl",
"ZUxldmVsRW5kQ3NSZXESDwoHYmlyZF9pZBgNIAEoDRIMCgR1dWlkGAEgASgJ",
"EhYKDmJpcmRfdG9wX3Njb3JlGAwgASgNEhAKCGxldmVsX2lkGAsgASgNEg8K",
"B21vZGVfaWQYCSABKA0SPgoLSUxCSERMTUxNQ0sYBiADKAsyKS5NYXRjaFRo",
"cmVlTGV2ZWxFbmRDc1JlcS5JTEJIRExNTE1DS0VudHJ5EhMKC0pFUFBGRElO",
"Qk5CGA4gAygNGjIKEElMQkhETE1MTUNLRW50cnkSCwoDa2V5GAEgASgNEg0K",
"BXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq), global::EggLink.DanhengServer.Proto.MatchThreeLevelEndCsReq.Parser, new[]{ "BirdId", "Uuid", "BirdTopScore", "LevelId", "ModeId", "ILBHDLMLMCK", "JEPPFDINBNB" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MatchThreeLevelEndCsReq : pb::IMessage<MatchThreeLevelEndCsReq>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MatchThreeLevelEndCsReq> _parser = new pb::MessageParser<MatchThreeLevelEndCsReq>(() => new MatchThreeLevelEndCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MatchThreeLevelEndCsReq> 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.MatchThreeLevelEndCsReqReflection.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 MatchThreeLevelEndCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MatchThreeLevelEndCsReq(MatchThreeLevelEndCsReq other) : this() {
birdId_ = other.birdId_;
uuid_ = other.uuid_;
birdTopScore_ = other.birdTopScore_;
levelId_ = other.levelId_;
modeId_ = other.modeId_;
iLBHDLMLMCK_ = other.iLBHDLMLMCK_.Clone();
jEPPFDINBNB_ = other.jEPPFDINBNB_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MatchThreeLevelEndCsReq Clone() {
return new MatchThreeLevelEndCsReq(this);
}
/// <summary>Field number for the "bird_id" field.</summary>
public const int BirdIdFieldNumber = 13;
private uint birdId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BirdId {
get { return birdId_; }
set {
birdId_ = value;
}
}
/// <summary>Field number for the "uuid" field.</summary>
public const int UuidFieldNumber = 1;
private string uuid_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string Uuid {
get { return uuid_; }
set {
uuid_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "bird_top_score" field.</summary>
public const int BirdTopScoreFieldNumber = 12;
private uint birdTopScore_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BirdTopScore {
get { return birdTopScore_; }
set {
birdTopScore_ = value;
}
}
/// <summary>Field number for the "level_id" field.</summary>
public const int LevelIdFieldNumber = 11;
private uint levelId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LevelId {
get { return levelId_; }
set {
levelId_ = value;
}
}
/// <summary>Field number for the "mode_id" field.</summary>
public const int ModeIdFieldNumber = 9;
private uint modeId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ModeId {
get { return modeId_; }
set {
modeId_ = value;
}
}
/// <summary>Field number for the "ILBHDLMLMCK" field.</summary>
public const int ILBHDLMLMCKFieldNumber = 6;
private static readonly pbc::MapField<uint, uint>.Codec _map_iLBHDLMLMCK_codec
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 50);
private readonly pbc::MapField<uint, uint> iLBHDLMLMCK_ = new pbc::MapField<uint, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, uint> ILBHDLMLMCK {
get { return iLBHDLMLMCK_; }
}
/// <summary>Field number for the "JEPPFDINBNB" field.</summary>
public const int JEPPFDINBNBFieldNumber = 14;
private static readonly pb::FieldCodec<uint> _repeated_jEPPFDINBNB_codec
= pb::FieldCodec.ForUInt32(114);
private readonly pbc::RepeatedField<uint> jEPPFDINBNB_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> JEPPFDINBNB {
get { return jEPPFDINBNB_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MatchThreeLevelEndCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MatchThreeLevelEndCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BirdId != other.BirdId) return false;
if (Uuid != other.Uuid) return false;
if (BirdTopScore != other.BirdTopScore) return false;
if (LevelId != other.LevelId) return false;
if (ModeId != other.ModeId) return false;
if (!ILBHDLMLMCK.Equals(other.ILBHDLMLMCK)) return false;
if(!jEPPFDINBNB_.Equals(other.jEPPFDINBNB_)) 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 (BirdId != 0) hash ^= BirdId.GetHashCode();
if (Uuid.Length != 0) hash ^= Uuid.GetHashCode();
if (BirdTopScore != 0) hash ^= BirdTopScore.GetHashCode();
if (LevelId != 0) hash ^= LevelId.GetHashCode();
if (ModeId != 0) hash ^= ModeId.GetHashCode();
hash ^= ILBHDLMLMCK.GetHashCode();
hash ^= jEPPFDINBNB_.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 (Uuid.Length != 0) {
output.WriteRawTag(10);
output.WriteString(Uuid);
}
iLBHDLMLMCK_.WriteTo(output, _map_iLBHDLMLMCK_codec);
if (ModeId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ModeId);
}
if (LevelId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(LevelId);
}
if (BirdTopScore != 0) {
output.WriteRawTag(96);
output.WriteUInt32(BirdTopScore);
}
if (BirdId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BirdId);
}
jEPPFDINBNB_.WriteTo(output, _repeated_jEPPFDINBNB_codec);
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 (Uuid.Length != 0) {
output.WriteRawTag(10);
output.WriteString(Uuid);
}
iLBHDLMLMCK_.WriteTo(ref output, _map_iLBHDLMLMCK_codec);
if (ModeId != 0) {
output.WriteRawTag(72);
output.WriteUInt32(ModeId);
}
if (LevelId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(LevelId);
}
if (BirdTopScore != 0) {
output.WriteRawTag(96);
output.WriteUInt32(BirdTopScore);
}
if (BirdId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(BirdId);
}
jEPPFDINBNB_.WriteTo(ref output, _repeated_jEPPFDINBNB_codec);
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 (BirdId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId);
}
if (Uuid.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(Uuid);
}
if (BirdTopScore != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdTopScore);
}
if (LevelId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
}
if (ModeId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ModeId);
}
size += iLBHDLMLMCK_.CalculateSize(_map_iLBHDLMLMCK_codec);
size += jEPPFDINBNB_.CalculateSize(_repeated_jEPPFDINBNB_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MatchThreeLevelEndCsReq other) {
if (other == null) {
return;
}
if (other.BirdId != 0) {
BirdId = other.BirdId;
}
if (other.Uuid.Length != 0) {
Uuid = other.Uuid;
}
if (other.BirdTopScore != 0) {
BirdTopScore = other.BirdTopScore;
}
if (other.LevelId != 0) {
LevelId = other.LevelId;
}
if (other.ModeId != 0) {
ModeId = other.ModeId;
}
iLBHDLMLMCK_.MergeFrom(other.iLBHDLMLMCK_);
jEPPFDINBNB_.Add(other.jEPPFDINBNB_);
_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 10: {
Uuid = input.ReadString();
break;
}
case 50: {
iLBHDLMLMCK_.AddEntriesFrom(input, _map_iLBHDLMLMCK_codec);
break;
}
case 72: {
ModeId = input.ReadUInt32();
break;
}
case 88: {
LevelId = input.ReadUInt32();
break;
}
case 96: {
BirdTopScore = input.ReadUInt32();
break;
}
case 104: {
BirdId = input.ReadUInt32();
break;
}
case 114:
case 112: {
jEPPFDINBNB_.AddEntriesFrom(input, _repeated_jEPPFDINBNB_codec);
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 10: {
Uuid = input.ReadString();
break;
}
case 50: {
iLBHDLMLMCK_.AddEntriesFrom(ref input, _map_iLBHDLMLMCK_codec);
break;
}
case 72: {
ModeId = input.ReadUInt32();
break;
}
case 88: {
LevelId = input.ReadUInt32();
break;
}
case 96: {
BirdTopScore = input.ReadUInt32();
break;
}
case 104: {
BirdId = input.ReadUInt32();
break;
}
case 114:
case 112: {
jEPPFDINBNB_.AddEntriesFrom(ref input, _repeated_jEPPFDINBNB_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code