//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MatchThreeData.proto
//
#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 {
/// Holder for reflection information generated from MatchThreeData.proto
public static partial class MatchThreeDataReflection {
#region Descriptor
/// File descriptor for MatchThreeData.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MatchThreeDataReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRNYXRjaFRocmVlRGF0YS5wcm90bxoYTWF0Y2hUaHJlZUJpcmRJbmZvLnBy",
"b3RvGiJNYXRjaFRocmVlRmluaXNoZWRMZXZlbEluZm9zLnByb3RvIs4CCg5N",
"YXRjaFRocmVlRGF0YRI1CgtOR05OR0ZETkhDSRgJIAMoCzIgLk1hdGNoVGhy",
"ZWVEYXRhLk5HTk5HRkROSENJRW50cnkSNgoPZmluaXNoZWRfbGV2ZWxzGAwg",
"AygLMh0uTWF0Y2hUaHJlZUZpbmlzaGVkTGV2ZWxJbmZvcxI1CgtNQ0RDTUxD",
"Q0FCSRgEIAMoCzIgLk1hdGNoVGhyZWVEYXRhLk1DRENNTENDQUJJRW50cnkS",
"LgoRYmlyZF9yZWNvcmRfaW5mb3MYDiADKAsyEy5NYXRjaFRocmVlQmlyZElu",
"Zm8aMgoQTkdOTkdGRE5IQ0lFbnRyeRILCgNrZXkYASABKA0SDQoFdmFsdWUY",
"AiABKA06AjgBGjIKEE1DRENNTENDQUJJRW50cnkSCwoDa2V5GAEgASgNEg0K",
"BXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
"b3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MatchThreeBirdInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfosReflection.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[]{ "NGNNGFDNHCI", "FinishedLevels", "MCDCMLCCABI", "BirdRecordInfos" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MatchThreeData : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MatchThreeData());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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() {
nGNNGFDNHCI_ = other.nGNNGFDNHCI_.Clone();
finishedLevels_ = other.finishedLevels_.Clone();
mCDCMLCCABI_ = other.mCDCMLCCABI_.Clone();
birdRecordInfos_ = other.birdRecordInfos_.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);
}
/// Field number for the "NGNNGFDNHCI" field.
public const int NGNNGFDNHCIFieldNumber = 9;
private static readonly pbc::MapField.Codec _map_nGNNGFDNHCI_codec
= new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 74);
private readonly pbc::MapField nGNNGFDNHCI_ = new pbc::MapField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField NGNNGFDNHCI {
get { return nGNNGFDNHCI_; }
}
/// Field number for the "finished_levels" field.
public const int FinishedLevelsFieldNumber = 12;
private static readonly pb::FieldCodec _repeated_finishedLevels_codec
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.MatchThreeFinishedLevelInfos.Parser);
private readonly pbc::RepeatedField finishedLevels_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField FinishedLevels {
get { return finishedLevels_; }
}
/// Field number for the "MCDCMLCCABI" field.
public const int MCDCMLCCABIFieldNumber = 4;
private static readonly pbc::MapField.Codec _map_mCDCMLCCABI_codec
= new pbc::MapField.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 34);
private readonly pbc::MapField mCDCMLCCABI_ = new pbc::MapField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField MCDCMLCCABI {
get { return mCDCMLCCABI_; }
}
/// Field number for the "bird_record_infos" field.
public const int BirdRecordInfosFieldNumber = 14;
private static readonly pb::FieldCodec _repeated_birdRecordInfos_codec
= pb::FieldCodec.ForMessage(114, global::EggLink.DanhengServer.Proto.MatchThreeBirdInfo.Parser);
private readonly pbc::RepeatedField birdRecordInfos_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField BirdRecordInfos {
get { return birdRecordInfos_; }
}
[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 (!NGNNGFDNHCI.Equals(other.NGNNGFDNHCI)) return false;
if(!finishedLevels_.Equals(other.finishedLevels_)) return false;
if (!MCDCMLCCABI.Equals(other.MCDCMLCCABI)) return false;
if(!birdRecordInfos_.Equals(other.birdRecordInfos_)) 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 ^= NGNNGFDNHCI.GetHashCode();
hash ^= finishedLevels_.GetHashCode();
hash ^= MCDCMLCCABI.GetHashCode();
hash ^= birdRecordInfos_.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
mCDCMLCCABI_.WriteTo(output, _map_mCDCMLCCABI_codec);
nGNNGFDNHCI_.WriteTo(output, _map_nGNNGFDNHCI_codec);
finishedLevels_.WriteTo(output, _repeated_finishedLevels_codec);
birdRecordInfos_.WriteTo(output, _repeated_birdRecordInfos_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) {
mCDCMLCCABI_.WriteTo(ref output, _map_mCDCMLCCABI_codec);
nGNNGFDNHCI_.WriteTo(ref output, _map_nGNNGFDNHCI_codec);
finishedLevels_.WriteTo(ref output, _repeated_finishedLevels_codec);
birdRecordInfos_.WriteTo(ref output, _repeated_birdRecordInfos_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 += nGNNGFDNHCI_.CalculateSize(_map_nGNNGFDNHCI_codec);
size += finishedLevels_.CalculateSize(_repeated_finishedLevels_codec);
size += mCDCMLCCABI_.CalculateSize(_map_mCDCMLCCABI_codec);
size += birdRecordInfos_.CalculateSize(_repeated_birdRecordInfos_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;
}
nGNNGFDNHCI_.MergeFrom(other.nGNNGFDNHCI_);
finishedLevels_.Add(other.finishedLevels_);
mCDCMLCCABI_.MergeFrom(other.mCDCMLCCABI_);
birdRecordInfos_.Add(other.birdRecordInfos_);
_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 34: {
mCDCMLCCABI_.AddEntriesFrom(input, _map_mCDCMLCCABI_codec);
break;
}
case 74: {
nGNNGFDNHCI_.AddEntriesFrom(input, _map_nGNNGFDNHCI_codec);
break;
}
case 98: {
finishedLevels_.AddEntriesFrom(input, _repeated_finishedLevels_codec);
break;
}
case 114: {
birdRecordInfos_.AddEntriesFrom(input, _repeated_birdRecordInfos_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 34: {
mCDCMLCCABI_.AddEntriesFrom(ref input, _map_mCDCMLCCABI_codec);
break;
}
case 74: {
nGNNGFDNHCI_.AddEntriesFrom(ref input, _map_nGNNGFDNHCI_codec);
break;
}
case 98: {
finishedLevels_.AddEntriesFrom(ref input, _repeated_finishedLevels_codec);
break;
}
case 114: {
birdRecordInfos_.AddEntriesFrom(ref input, _repeated_birdRecordInfos_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code