mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
442 lines
16 KiB
C#
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",
|
|
"ZUxldmVsRW5kQ3NSZXESPgoLR0RJSEJKSkpMS0gYBiADKAsyKS5NYXRjaFRo",
|
|
"cmVlTGV2ZWxFbmRDc1JlcS5HRElIQkpKSkxLSEVudHJ5EgwKBHV1aWQYDCAB",
|
|
"KAkSFgoOYmlyZF90b3Bfc2NvcmUYBSABKA0SEAoIbGV2ZWxfaWQYCSABKA0S",
|
|
"EwoLT05KT0lPRElQS0kYAiADKA0SDwoHYmlyZF9pZBgEIAEoDRIPCgdtb2Rl",
|
|
"X2lkGAEgASgNGjIKEEdESUhCSkpKTEtIRW50cnkSCwoDa2V5GAEgASgNEg0K",
|
|
"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[]{ "GDIHBJJJLKH", "Uuid", "BirdTopScore", "LevelId", "ONJOIODIPKI", "BirdId", "ModeId" }, 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() {
|
|
gDIHBJJJLKH_ = other.gDIHBJJJLKH_.Clone();
|
|
uuid_ = other.uuid_;
|
|
birdTopScore_ = other.birdTopScore_;
|
|
levelId_ = other.levelId_;
|
|
oNJOIODIPKI_ = other.oNJOIODIPKI_.Clone();
|
|
birdId_ = other.birdId_;
|
|
modeId_ = other.modeId_;
|
|
_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 "GDIHBJJJLKH" field.</summary>
|
|
public const int GDIHBJJJLKHFieldNumber = 6;
|
|
private static readonly pbc::MapField<uint, uint>.Codec _map_gDIHBJJJLKH_codec
|
|
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 50);
|
|
private readonly pbc::MapField<uint, uint> gDIHBJJJLKH_ = new pbc::MapField<uint, uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::MapField<uint, uint> GDIHBJJJLKH {
|
|
get { return gDIHBJJJLKH_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "uuid" field.</summary>
|
|
public const int UuidFieldNumber = 12;
|
|
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 = 5;
|
|
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 = 9;
|
|
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 "ONJOIODIPKI" field.</summary>
|
|
public const int ONJOIODIPKIFieldNumber = 2;
|
|
private static readonly pb::FieldCodec<uint> _repeated_oNJOIODIPKI_codec
|
|
= pb::FieldCodec.ForUInt32(18);
|
|
private readonly pbc::RepeatedField<uint> oNJOIODIPKI_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> ONJOIODIPKI {
|
|
get { return oNJOIODIPKI_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "bird_id" field.</summary>
|
|
public const int BirdIdFieldNumber = 4;
|
|
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 "mode_id" field.</summary>
|
|
public const int ModeIdFieldNumber = 1;
|
|
private uint modeId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ModeId {
|
|
get { return modeId_; }
|
|
set {
|
|
modeId_ = value;
|
|
}
|
|
}
|
|
|
|
[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 (!GDIHBJJJLKH.Equals(other.GDIHBJJJLKH)) return false;
|
|
if (Uuid != other.Uuid) return false;
|
|
if (BirdTopScore != other.BirdTopScore) return false;
|
|
if (LevelId != other.LevelId) return false;
|
|
if(!oNJOIODIPKI_.Equals(other.oNJOIODIPKI_)) return false;
|
|
if (BirdId != other.BirdId) return false;
|
|
if (ModeId != other.ModeId) 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 ^= GDIHBJJJLKH.GetHashCode();
|
|
if (Uuid.Length != 0) hash ^= Uuid.GetHashCode();
|
|
if (BirdTopScore != 0) hash ^= BirdTopScore.GetHashCode();
|
|
if (LevelId != 0) hash ^= LevelId.GetHashCode();
|
|
hash ^= oNJOIODIPKI_.GetHashCode();
|
|
if (BirdId != 0) hash ^= BirdId.GetHashCode();
|
|
if (ModeId != 0) hash ^= ModeId.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 (ModeId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(ModeId);
|
|
}
|
|
oNJOIODIPKI_.WriteTo(output, _repeated_oNJOIODIPKI_codec);
|
|
if (BirdId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(BirdId);
|
|
}
|
|
if (BirdTopScore != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(BirdTopScore);
|
|
}
|
|
gDIHBJJJLKH_.WriteTo(output, _map_gDIHBJJJLKH_codec);
|
|
if (LevelId != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
if (Uuid.Length != 0) {
|
|
output.WriteRawTag(98);
|
|
output.WriteString(Uuid);
|
|
}
|
|
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 (ModeId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(ModeId);
|
|
}
|
|
oNJOIODIPKI_.WriteTo(ref output, _repeated_oNJOIODIPKI_codec);
|
|
if (BirdId != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(BirdId);
|
|
}
|
|
if (BirdTopScore != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(BirdTopScore);
|
|
}
|
|
gDIHBJJJLKH_.WriteTo(ref output, _map_gDIHBJJJLKH_codec);
|
|
if (LevelId != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(LevelId);
|
|
}
|
|
if (Uuid.Length != 0) {
|
|
output.WriteRawTag(98);
|
|
output.WriteString(Uuid);
|
|
}
|
|
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 += gDIHBJJJLKH_.CalculateSize(_map_gDIHBJJJLKH_codec);
|
|
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);
|
|
}
|
|
size += oNJOIODIPKI_.CalculateSize(_repeated_oNJOIODIPKI_codec);
|
|
if (BirdId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BirdId);
|
|
}
|
|
if (ModeId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ModeId);
|
|
}
|
|
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;
|
|
}
|
|
gDIHBJJJLKH_.MergeFrom(other.gDIHBJJJLKH_);
|
|
if (other.Uuid.Length != 0) {
|
|
Uuid = other.Uuid;
|
|
}
|
|
if (other.BirdTopScore != 0) {
|
|
BirdTopScore = other.BirdTopScore;
|
|
}
|
|
if (other.LevelId != 0) {
|
|
LevelId = other.LevelId;
|
|
}
|
|
oNJOIODIPKI_.Add(other.oNJOIODIPKI_);
|
|
if (other.BirdId != 0) {
|
|
BirdId = other.BirdId;
|
|
}
|
|
if (other.ModeId != 0) {
|
|
ModeId = other.ModeId;
|
|
}
|
|
_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 8: {
|
|
ModeId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18:
|
|
case 16: {
|
|
oNJOIODIPKI_.AddEntriesFrom(input, _repeated_oNJOIODIPKI_codec);
|
|
break;
|
|
}
|
|
case 32: {
|
|
BirdId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
BirdTopScore = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
gDIHBJJJLKH_.AddEntriesFrom(input, _map_gDIHBJJJLKH_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
LevelId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 98: {
|
|
Uuid = input.ReadString();
|
|
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 8: {
|
|
ModeId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 18:
|
|
case 16: {
|
|
oNJOIODIPKI_.AddEntriesFrom(ref input, _repeated_oNJOIODIPKI_codec);
|
|
break;
|
|
}
|
|
case 32: {
|
|
BirdId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
BirdTopScore = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50: {
|
|
gDIHBJJJLKH_.AddEntriesFrom(ref input, _map_gDIHBJJJLKH_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
LevelId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 98: {
|
|
Uuid = input.ReadString();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|