Files
DanhengServer-OpenSource/Proto/MatchThreeData.cs
2025-05-31 21:42:06 +08:00

310 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MatchThreeData.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 MatchThreeData.proto</summary>
public static partial class MatchThreeDataReflection {
#region Descriptor
/// <summary>File descriptor for MatchThreeData.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MatchThreeDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRNYXRjaFRocmVlRGF0YS5wcm90bxoiTWF0Y2hUaHJlZUZpbmlzaGVkTGV2",
"ZWxJbmZvcy5wcm90bxoYTWF0Y2hUaHJlZUJpcmRJbmZvLnByb3RvIs4CCg5N",
"YXRjaFRocmVlRGF0YRIuChFiaXJkX3JlY29yZF9pbmZvcxgGIAMoCzITLk1h",
"dGNoVGhyZWVCaXJkSW5mbxI1CgtJTEJIRExNTE1DSxgPIAMoCzIgLk1hdGNo",
"VGhyZWVEYXRhLklMQkhETE1MTUNLRW50cnkSNQoLQkVHTUZJQVBITE0YCCAD",
"KAsyIC5NYXRjaFRocmVlRGF0YS5CRUdNRklBUEhMTUVudHJ5EjYKD2Zpbmlz",
"aGVkX2xldmVscxgDIAMoCzIdLk1hdGNoVGhyZWVGaW5pc2hlZExldmVsSW5m",
"b3MaMgoQSUxCSERMTUxNQ0tFbnRyeRILCgNrZXkYASABKA0SDQoFdmFsdWUY",
"AiABKA06AjgBGjIKEEJFR01GSUFQSExNRW50cnkSCwoDa2V5GAEgASgNEg0K",
"BXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfosReflection.Descriptor, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MatchThreeData), global::EggLink.DanhengServer.Proto.MatchThreeData.Parser, new[]{ "BirdRecordInfos", "ILBHDLMLMCK", "BEGMFIAPHLM", "FinishedLevels" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MatchThreeData : pb::IMessage<MatchThreeData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MatchThreeData> _parser = new pb::MessageParser<MatchThreeData>(() => new MatchThreeData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MatchThreeData> 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.MatchThreeDataReflection.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 MatchThreeData() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MatchThreeData(MatchThreeData other) : this() {
birdRecordInfos_ = other.birdRecordInfos_.Clone();
iLBHDLMLMCK_ = other.iLBHDLMLMCK_.Clone();
bEGMFIAPHLM_ = other.bEGMFIAPHLM_.Clone();
finishedLevels_ = other.finishedLevels_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MatchThreeData Clone() {
return new MatchThreeData(this);
}
/// <summary>Field number for the "bird_record_infos" field.</summary>
public const int BirdRecordInfosFieldNumber = 6;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo> _repeated_birdRecordInfos_codec
= pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo> birdRecordInfos_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo> BirdRecordInfos {
get { return birdRecordInfos_; }
}
/// <summary>Field number for the "ILBHDLMLMCK" field.</summary>
public const int ILBHDLMLMCKFieldNumber = 15;
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), 122);
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 "BEGMFIAPHLM" field.</summary>
public const int BEGMFIAPHLMFieldNumber = 8;
private static readonly pbc::MapField<uint, uint>.Codec _map_bEGMFIAPHLM_codec
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 66);
private readonly pbc::MapField<uint, uint> bEGMFIAPHLM_ = new pbc::MapField<uint, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, uint> BEGMFIAPHLM {
get { return bEGMFIAPHLM_; }
}
/// <summary>Field number for the "finished_levels" field.</summary>
public const int FinishedLevelsFieldNumber = 3;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos> _repeated_finishedLevels_codec
= pb::FieldCodec.ForMessage(26, global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos> finishedLevels_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos> FinishedLevels {
get { return finishedLevels_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MatchThreeData);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MatchThreeData other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!birdRecordInfos_.Equals(other.birdRecordInfos_)) return false;
if (!ILBHDLMLMCK.Equals(other.ILBHDLMLMCK)) return false;
if (!BEGMFIAPHLM.Equals(other.BEGMFIAPHLM)) return false;
if(!finishedLevels_.Equals(other.finishedLevels_)) 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;
hash ^= birdRecordInfos_.GetHashCode();
hash ^= ILBHDLMLMCK.GetHashCode();
hash ^= BEGMFIAPHLM.GetHashCode();
hash ^= finishedLevels_.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
finishedLevels_.WriteTo(output, _repeated_finishedLevels_codec);
birdRecordInfos_.WriteTo(output, _repeated_birdRecordInfos_codec);
bEGMFIAPHLM_.WriteTo(output, _map_bEGMFIAPHLM_codec);
iLBHDLMLMCK_.WriteTo(output, _map_iLBHDLMLMCK_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) {
finishedLevels_.WriteTo(ref output, _repeated_finishedLevels_codec);
birdRecordInfos_.WriteTo(ref output, _repeated_birdRecordInfos_codec);
bEGMFIAPHLM_.WriteTo(ref output, _map_bEGMFIAPHLM_codec);
iLBHDLMLMCK_.WriteTo(ref output, _map_iLBHDLMLMCK_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;
size += birdRecordInfos_.CalculateSize(_repeated_birdRecordInfos_codec);
size += iLBHDLMLMCK_.CalculateSize(_map_iLBHDLMLMCK_codec);
size += bEGMFIAPHLM_.CalculateSize(_map_bEGMFIAPHLM_codec);
size += finishedLevels_.CalculateSize(_repeated_finishedLevels_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MatchThreeData other) {
if (other == null) {
return;
}
birdRecordInfos_.Add(other.birdRecordInfos_);
iLBHDLMLMCK_.MergeFrom(other.iLBHDLMLMCK_);
bEGMFIAPHLM_.MergeFrom(other.bEGMFIAPHLM_);
finishedLevels_.Add(other.finishedLevels_);
_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 26: {
finishedLevels_.AddEntriesFrom(input, _repeated_finishedLevels_codec);
break;
}
case 50: {
birdRecordInfos_.AddEntriesFrom(input, _repeated_birdRecordInfos_codec);
break;
}
case 66: {
bEGMFIAPHLM_.AddEntriesFrom(input, _map_bEGMFIAPHLM_codec);
break;
}
case 122: {
iLBHDLMLMCK_.AddEntriesFrom(input, _map_iLBHDLMLMCK_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 26: {
finishedLevels_.AddEntriesFrom(ref input, _repeated_finishedLevels_codec);
break;
}
case 50: {
birdRecordInfos_.AddEntriesFrom(ref input, _repeated_birdRecordInfos_codec);
break;
}
case 66: {
bEGMFIAPHLM_.AddEntriesFrom(ref input, _map_bEGMFIAPHLM_codec);
break;
}
case 122: {
iLBHDLMLMCK_.AddEntriesFrom(ref input, _map_iLBHDLMLMCK_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code