Files
DanhengServer-OpenSource/Proto/MatchThreeLevelEndCsReq.cs

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(
"Ch1NYXRjaFRocmVlTGV2ZWxFbmRDc1JlcS5wcm90byKLAgoXTWF0Y2hUaHJl",
"ZUxldmVsRW5kQ3NSZXESEwoLREhGRENNSkRPR0wYAiADKA0SEwoLQUpQQkRQ",
"UEhHSEMYASABKAkSPgoLUENLQkdLRENIQUIYBiADKAsyKS5NYXRjaFRocmVl",
"TGV2ZWxFbmRDc1JlcS5QQ0tCR0tEQ0hBQkVudHJ5EhMKC0pJRUxOTkNCS09E",
"GAsgASgNEhMKC0JHTUFHR0xQSk5OGAggASgNEhMKC0NQS0xQSkdHRU9NGA4g",
"ASgNEhMKC0xBQUZQREhHTUJHGAQgASgNGjIKEFBDS0JHS0RDSEFCRW50cnkS",
"CwoDa2V5GAEgASgNEg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
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[]{ "DHFDCMJDOGL", "AJPBDPPHGHC", "PCKBGKDCHAB", "JIELNNCBKOD", "BGMAGGLPJNN", "CPKLPJGGEOM", "LAAFPDHGMBG" }, 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() {
dHFDCMJDOGL_ = other.dHFDCMJDOGL_.Clone();
aJPBDPPHGHC_ = other.aJPBDPPHGHC_;
pCKBGKDCHAB_ = other.pCKBGKDCHAB_.Clone();
jIELNNCBKOD_ = other.jIELNNCBKOD_;
bGMAGGLPJNN_ = other.bGMAGGLPJNN_;
cPKLPJGGEOM_ = other.cPKLPJGGEOM_;
lAAFPDHGMBG_ = other.lAAFPDHGMBG_;
_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 "DHFDCMJDOGL" field.</summary>
public const int DHFDCMJDOGLFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_dHFDCMJDOGL_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> dHFDCMJDOGL_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> DHFDCMJDOGL {
get { return dHFDCMJDOGL_; }
}
/// <summary>Field number for the "AJPBDPPHGHC" field.</summary>
public const int AJPBDPPHGHCFieldNumber = 1;
private string aJPBDPPHGHC_ = "";
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public string AJPBDPPHGHC {
get { return aJPBDPPHGHC_; }
set {
aJPBDPPHGHC_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
}
}
/// <summary>Field number for the "PCKBGKDCHAB" field.</summary>
public const int PCKBGKDCHABFieldNumber = 6;
private static readonly pbc::MapField<uint, uint>.Codec _map_pCKBGKDCHAB_codec
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 50);
private readonly pbc::MapField<uint, uint> pCKBGKDCHAB_ = new pbc::MapField<uint, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, uint> PCKBGKDCHAB {
get { return pCKBGKDCHAB_; }
}
/// <summary>Field number for the "JIELNNCBKOD" field.</summary>
public const int JIELNNCBKODFieldNumber = 11;
private uint jIELNNCBKOD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JIELNNCBKOD {
get { return jIELNNCBKOD_; }
set {
jIELNNCBKOD_ = value;
}
}
/// <summary>Field number for the "BGMAGGLPJNN" field.</summary>
public const int BGMAGGLPJNNFieldNumber = 8;
private uint bGMAGGLPJNN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BGMAGGLPJNN {
get { return bGMAGGLPJNN_; }
set {
bGMAGGLPJNN_ = value;
}
}
/// <summary>Field number for the "CPKLPJGGEOM" field.</summary>
public const int CPKLPJGGEOMFieldNumber = 14;
private uint cPKLPJGGEOM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CPKLPJGGEOM {
get { return cPKLPJGGEOM_; }
set {
cPKLPJGGEOM_ = value;
}
}
/// <summary>Field number for the "LAAFPDHGMBG" field.</summary>
public const int LAAFPDHGMBGFieldNumber = 4;
private uint lAAFPDHGMBG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LAAFPDHGMBG {
get { return lAAFPDHGMBG_; }
set {
lAAFPDHGMBG_ = 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(!dHFDCMJDOGL_.Equals(other.dHFDCMJDOGL_)) return false;
if (AJPBDPPHGHC != other.AJPBDPPHGHC) return false;
if (!PCKBGKDCHAB.Equals(other.PCKBGKDCHAB)) return false;
if (JIELNNCBKOD != other.JIELNNCBKOD) return false;
if (BGMAGGLPJNN != other.BGMAGGLPJNN) return false;
if (CPKLPJGGEOM != other.CPKLPJGGEOM) return false;
if (LAAFPDHGMBG != other.LAAFPDHGMBG) 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 ^= dHFDCMJDOGL_.GetHashCode();
if (AJPBDPPHGHC.Length != 0) hash ^= AJPBDPPHGHC.GetHashCode();
hash ^= PCKBGKDCHAB.GetHashCode();
if (JIELNNCBKOD != 0) hash ^= JIELNNCBKOD.GetHashCode();
if (BGMAGGLPJNN != 0) hash ^= BGMAGGLPJNN.GetHashCode();
if (CPKLPJGGEOM != 0) hash ^= CPKLPJGGEOM.GetHashCode();
if (LAAFPDHGMBG != 0) hash ^= LAAFPDHGMBG.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 (AJPBDPPHGHC.Length != 0) {
output.WriteRawTag(10);
output.WriteString(AJPBDPPHGHC);
}
dHFDCMJDOGL_.WriteTo(output, _repeated_dHFDCMJDOGL_codec);
if (LAAFPDHGMBG != 0) {
output.WriteRawTag(32);
output.WriteUInt32(LAAFPDHGMBG);
}
pCKBGKDCHAB_.WriteTo(output, _map_pCKBGKDCHAB_codec);
if (BGMAGGLPJNN != 0) {
output.WriteRawTag(64);
output.WriteUInt32(BGMAGGLPJNN);
}
if (JIELNNCBKOD != 0) {
output.WriteRawTag(88);
output.WriteUInt32(JIELNNCBKOD);
}
if (CPKLPJGGEOM != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CPKLPJGGEOM);
}
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 (AJPBDPPHGHC.Length != 0) {
output.WriteRawTag(10);
output.WriteString(AJPBDPPHGHC);
}
dHFDCMJDOGL_.WriteTo(ref output, _repeated_dHFDCMJDOGL_codec);
if (LAAFPDHGMBG != 0) {
output.WriteRawTag(32);
output.WriteUInt32(LAAFPDHGMBG);
}
pCKBGKDCHAB_.WriteTo(ref output, _map_pCKBGKDCHAB_codec);
if (BGMAGGLPJNN != 0) {
output.WriteRawTag(64);
output.WriteUInt32(BGMAGGLPJNN);
}
if (JIELNNCBKOD != 0) {
output.WriteRawTag(88);
output.WriteUInt32(JIELNNCBKOD);
}
if (CPKLPJGGEOM != 0) {
output.WriteRawTag(112);
output.WriteUInt32(CPKLPJGGEOM);
}
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 += dHFDCMJDOGL_.CalculateSize(_repeated_dHFDCMJDOGL_codec);
if (AJPBDPPHGHC.Length != 0) {
size += 1 + pb::CodedOutputStream.ComputeStringSize(AJPBDPPHGHC);
}
size += pCKBGKDCHAB_.CalculateSize(_map_pCKBGKDCHAB_codec);
if (JIELNNCBKOD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JIELNNCBKOD);
}
if (BGMAGGLPJNN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BGMAGGLPJNN);
}
if (CPKLPJGGEOM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CPKLPJGGEOM);
}
if (LAAFPDHGMBG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LAAFPDHGMBG);
}
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;
}
dHFDCMJDOGL_.Add(other.dHFDCMJDOGL_);
if (other.AJPBDPPHGHC.Length != 0) {
AJPBDPPHGHC = other.AJPBDPPHGHC;
}
pCKBGKDCHAB_.MergeFrom(other.pCKBGKDCHAB_);
if (other.JIELNNCBKOD != 0) {
JIELNNCBKOD = other.JIELNNCBKOD;
}
if (other.BGMAGGLPJNN != 0) {
BGMAGGLPJNN = other.BGMAGGLPJNN;
}
if (other.CPKLPJGGEOM != 0) {
CPKLPJGGEOM = other.CPKLPJGGEOM;
}
if (other.LAAFPDHGMBG != 0) {
LAAFPDHGMBG = other.LAAFPDHGMBG;
}
_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: {
AJPBDPPHGHC = input.ReadString();
break;
}
case 18:
case 16: {
dHFDCMJDOGL_.AddEntriesFrom(input, _repeated_dHFDCMJDOGL_codec);
break;
}
case 32: {
LAAFPDHGMBG = input.ReadUInt32();
break;
}
case 50: {
pCKBGKDCHAB_.AddEntriesFrom(input, _map_pCKBGKDCHAB_codec);
break;
}
case 64: {
BGMAGGLPJNN = input.ReadUInt32();
break;
}
case 88: {
JIELNNCBKOD = input.ReadUInt32();
break;
}
case 112: {
CPKLPJGGEOM = input.ReadUInt32();
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: {
AJPBDPPHGHC = input.ReadString();
break;
}
case 18:
case 16: {
dHFDCMJDOGL_.AddEntriesFrom(ref input, _repeated_dHFDCMJDOGL_codec);
break;
}
case 32: {
LAAFPDHGMBG = input.ReadUInt32();
break;
}
case 50: {
pCKBGKDCHAB_.AddEntriesFrom(ref input, _map_pCKBGKDCHAB_codec);
break;
}
case 64: {
BGMAGGLPJNN = input.ReadUInt32();
break;
}
case 88: {
JIELNNCBKOD = input.ReadUInt32();
break;
}
case 112: {
CPKLPJGGEOM = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code