Files
DanhengServer-OpenSource/Proto/MatchThreeLevelEndCsReq.cs
2024-10-26 22:27:53 +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(
"Ch1NYXRjaFRocmVlTGV2ZWxFbmRDc1JlcS5wcm90byKIAgoXTWF0Y2hUaHJl",
"ZUxldmVsRW5kQ3NSZXESEwoLSktHQkdGT1BNSE0YAyABKA0SEwoLTUhQQ0xI",
"QkdDREMYCyADKA0SEwoLTklFUEFPQkJGSkYYBiABKAkSEwoLTUJGS09ITkdN",
"UEoYASABKA0SEAoIbGV2ZWxfaWQYBSABKA0SEwoLS0lGUEZDREVBQUUYAiAB",
"KA0SPgoLQUNCTUJBQ0ZDQ04YDyADKAsyKS5NYXRjaFRocmVlTGV2ZWxFbmRD",
"c1JlcS5BQ0JNQkFDRkNDTkVudHJ5GjIKEEFDQk1CQUNGQ0NORW50cnkSCwoD",
"a2V5GAEgASgNEg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5o",
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
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[]{ "JKGBGFOPMHM", "MHPCLHBGCDC", "NIEPAOBBFJF", "MBFKOHNGMPJ", "LevelId", "KIFPFCDEAAE", "ACBMBACFCCN" }, 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() {
jKGBGFOPMHM_ = other.jKGBGFOPMHM_;
mHPCLHBGCDC_ = other.mHPCLHBGCDC_.Clone();
nIEPAOBBFJF_ = other.nIEPAOBBFJF_;
mBFKOHNGMPJ_ = other.mBFKOHNGMPJ_;
levelId_ = other.levelId_;
kIFPFCDEAAE_ = other.kIFPFCDEAAE_;
aCBMBACFCCN_ = other.aCBMBACFCCN_.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 "JKGBGFOPMHM" field.</summary>
public const int JKGBGFOPMHMFieldNumber = 3;
private uint jKGBGFOPMHM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JKGBGFOPMHM {
get { return jKGBGFOPMHM_; }
set {
jKGBGFOPMHM_ = value;
}
}
/// <summary>Field number for the "MHPCLHBGCDC" field.</summary>
public const int MHPCLHBGCDCFieldNumber = 11;
private static readonly pb::FieldCodec<uint> _repeated_mHPCLHBGCDC_codec
= pb::FieldCodec.ForUInt32(90);
private readonly pbc::RepeatedField<uint> mHPCLHBGCDC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> MHPCLHBGCDC {
get { return mHPCLHBGCDC_; }
}
/// <summary>Field number for the "NIEPAOBBFJF" field.</summary>
public const int NIEPAOBBFJFFieldNumber = 6;
private string nIEPAOBBFJF_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string NIEPAOBBFJF {
get { return nIEPAOBBFJF_; }
set {
nIEPAOBBFJF_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "MBFKOHNGMPJ" field.</summary>
public const int MBFKOHNGMPJFieldNumber = 1;
private uint mBFKOHNGMPJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MBFKOHNGMPJ {
get { return mBFKOHNGMPJ_; }
set {
mBFKOHNGMPJ_ = value;
}
}
/// <summary>Field number for the "level_id" field.</summary>
public const int LevelIdFieldNumber = 5;
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 "KIFPFCDEAAE" field.</summary>
public const int KIFPFCDEAAEFieldNumber = 2;
private uint kIFPFCDEAAE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KIFPFCDEAAE {
get { return kIFPFCDEAAE_; }
set {
kIFPFCDEAAE_ = value;
}
}
/// <summary>Field number for the "ACBMBACFCCN" field.</summary>
public const int ACBMBACFCCNFieldNumber = 15;
private static readonly pbc::MapField<uint, uint>.Codec _map_aCBMBACFCCN_codec
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 122);
private readonly pbc::MapField<uint, uint> aCBMBACFCCN_ = new pbc::MapField<uint, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, uint> ACBMBACFCCN {
get { return aCBMBACFCCN_; }
}
[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 (JKGBGFOPMHM != other.JKGBGFOPMHM) return false;
if(!mHPCLHBGCDC_.Equals(other.mHPCLHBGCDC_)) return false;
if (NIEPAOBBFJF != other.NIEPAOBBFJF) return false;
if (MBFKOHNGMPJ != other.MBFKOHNGMPJ) return false;
if (LevelId != other.LevelId) return false;
if (KIFPFCDEAAE != other.KIFPFCDEAAE) return false;
if (!ACBMBACFCCN.Equals(other.ACBMBACFCCN)) 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 (JKGBGFOPMHM != 0) hash ^= JKGBGFOPMHM.GetHashCode();
hash ^= mHPCLHBGCDC_.GetHashCode();
if (NIEPAOBBFJF.Length != 0) hash ^= NIEPAOBBFJF.GetHashCode();
if (MBFKOHNGMPJ != 0) hash ^= MBFKOHNGMPJ.GetHashCode();
if (LevelId != 0) hash ^= LevelId.GetHashCode();
if (KIFPFCDEAAE != 0) hash ^= KIFPFCDEAAE.GetHashCode();
hash ^= ACBMBACFCCN.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 (MBFKOHNGMPJ != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MBFKOHNGMPJ);
}
if (KIFPFCDEAAE != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KIFPFCDEAAE);
}
if (JKGBGFOPMHM != 0) {
output.WriteRawTag(24);
output.WriteUInt32(JKGBGFOPMHM);
}
if (LevelId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(LevelId);
}
if (NIEPAOBBFJF.Length != 0) {
output.WriteRawTag(50);
output.WriteString(NIEPAOBBFJF);
}
mHPCLHBGCDC_.WriteTo(output, _repeated_mHPCLHBGCDC_codec);
aCBMBACFCCN_.WriteTo(output, _map_aCBMBACFCCN_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 (MBFKOHNGMPJ != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MBFKOHNGMPJ);
}
if (KIFPFCDEAAE != 0) {
output.WriteRawTag(16);
output.WriteUInt32(KIFPFCDEAAE);
}
if (JKGBGFOPMHM != 0) {
output.WriteRawTag(24);
output.WriteUInt32(JKGBGFOPMHM);
}
if (LevelId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(LevelId);
}
if (NIEPAOBBFJF.Length != 0) {
output.WriteRawTag(50);
output.WriteString(NIEPAOBBFJF);
}
mHPCLHBGCDC_.WriteTo(ref output, _repeated_mHPCLHBGCDC_codec);
aCBMBACFCCN_.WriteTo(ref output, _map_aCBMBACFCCN_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 (JKGBGFOPMHM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JKGBGFOPMHM);
}
size += mHPCLHBGCDC_.CalculateSize(_repeated_mHPCLHBGCDC_codec);
if (NIEPAOBBFJF.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(NIEPAOBBFJF);
}
if (MBFKOHNGMPJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MBFKOHNGMPJ);
}
if (LevelId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LevelId);
}
if (KIFPFCDEAAE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KIFPFCDEAAE);
}
size += aCBMBACFCCN_.CalculateSize(_map_aCBMBACFCCN_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.JKGBGFOPMHM != 0) {
JKGBGFOPMHM = other.JKGBGFOPMHM;
}
mHPCLHBGCDC_.Add(other.mHPCLHBGCDC_);
if (other.NIEPAOBBFJF.Length != 0) {
NIEPAOBBFJF = other.NIEPAOBBFJF;
}
if (other.MBFKOHNGMPJ != 0) {
MBFKOHNGMPJ = other.MBFKOHNGMPJ;
}
if (other.LevelId != 0) {
LevelId = other.LevelId;
}
if (other.KIFPFCDEAAE != 0) {
KIFPFCDEAAE = other.KIFPFCDEAAE;
}
aCBMBACFCCN_.MergeFrom(other.aCBMBACFCCN_);
_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: {
MBFKOHNGMPJ = input.ReadUInt32();
break;
}
case 16: {
KIFPFCDEAAE = input.ReadUInt32();
break;
}
case 24: {
JKGBGFOPMHM = input.ReadUInt32();
break;
}
case 40: {
LevelId = input.ReadUInt32();
break;
}
case 50: {
NIEPAOBBFJF = input.ReadString();
break;
}
case 90:
case 88: {
mHPCLHBGCDC_.AddEntriesFrom(input, _repeated_mHPCLHBGCDC_codec);
break;
}
case 122: {
aCBMBACFCCN_.AddEntriesFrom(input, _map_aCBMBACFCCN_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 8: {
MBFKOHNGMPJ = input.ReadUInt32();
break;
}
case 16: {
KIFPFCDEAAE = input.ReadUInt32();
break;
}
case 24: {
JKGBGFOPMHM = input.ReadUInt32();
break;
}
case 40: {
LevelId = input.ReadUInt32();
break;
}
case 50: {
NIEPAOBBFJF = input.ReadString();
break;
}
case 90:
case 88: {
mHPCLHBGCDC_.AddEntriesFrom(ref input, _repeated_mHPCLHBGCDC_codec);
break;
}
case 122: {
aCBMBACFCCN_.AddEntriesFrom(ref input, _map_aCBMBACFCCN_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code