mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
356 lines
14 KiB
C#
356 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: FightMatch3SwapCsReq.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 FightMatch3SwapCsReq.proto</summary>
|
|
public static partial class FightMatch3SwapCsReqReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for FightMatch3SwapCsReq.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static FightMatch3SwapCsReqReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpGaWdodE1hdGNoM1N3YXBDc1JlcS5wcm90bxoRQUFEUFBFUEpITEUucHJv",
|
|
"dG8aEUJPTEhBRkpQTUVDLnByb3RvIpQBChRGaWdodE1hdGNoM1N3YXBDc1Jl",
|
|
"cRIhCgtLS1BQRUJPQUFJQxgOIAEoCzIMLkFBRFBQRVBKSExFEiEKC0JQSUNL",
|
|
"QkpOS01MGAwgASgLMgwuQUFEUFBFUEpITEUSIQoLSU5JSkhORU9CSkMYCyAD",
|
|
"KAsyDC5CT0xIQUZKUE1FQxITCgtKRUtJS0ZDTUFJTRgKIAEoDUIeqgIbRWdn",
|
|
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.AADPPEPJHLEReflection.Descriptor, global::EggLink.DanhengServer.Proto.BOLHAFJPMECReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq), global::EggLink.DanhengServer.Proto.FightMatch3SwapCsReq.Parser, new[]{ "KKPPEBOAAIC", "BPICKBJNKML", "INIJHNEOBJC", "JEKIKFCMAIM" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class FightMatch3SwapCsReq : pb::IMessage<FightMatch3SwapCsReq>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<FightMatch3SwapCsReq> _parser = new pb::MessageParser<FightMatch3SwapCsReq>(() => new FightMatch3SwapCsReq());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<FightMatch3SwapCsReq> 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.FightMatch3SwapCsReqReflection.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 FightMatch3SwapCsReq() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public FightMatch3SwapCsReq(FightMatch3SwapCsReq other) : this() {
|
|
kKPPEBOAAIC_ = other.kKPPEBOAAIC_ != null ? other.kKPPEBOAAIC_.Clone() : null;
|
|
bPICKBJNKML_ = other.bPICKBJNKML_ != null ? other.bPICKBJNKML_.Clone() : null;
|
|
iNIJHNEOBJC_ = other.iNIJHNEOBJC_.Clone();
|
|
jEKIKFCMAIM_ = other.jEKIKFCMAIM_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public FightMatch3SwapCsReq Clone() {
|
|
return new FightMatch3SwapCsReq(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "KKPPEBOAAIC" field.</summary>
|
|
public const int KKPPEBOAAICFieldNumber = 14;
|
|
private global::EggLink.DanhengServer.Proto.AADPPEPJHLE kKPPEBOAAIC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.AADPPEPJHLE KKPPEBOAAIC {
|
|
get { return kKPPEBOAAIC_; }
|
|
set {
|
|
kKPPEBOAAIC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BPICKBJNKML" field.</summary>
|
|
public const int BPICKBJNKMLFieldNumber = 12;
|
|
private global::EggLink.DanhengServer.Proto.AADPPEPJHLE bPICKBJNKML_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.AADPPEPJHLE BPICKBJNKML {
|
|
get { return bPICKBJNKML_; }
|
|
set {
|
|
bPICKBJNKML_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "INIJHNEOBJC" field.</summary>
|
|
public const int INIJHNEOBJCFieldNumber = 11;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.BOLHAFJPMEC> _repeated_iNIJHNEOBJC_codec
|
|
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.BOLHAFJPMEC.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BOLHAFJPMEC> iNIJHNEOBJC_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BOLHAFJPMEC>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BOLHAFJPMEC> INIJHNEOBJC {
|
|
get { return iNIJHNEOBJC_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "JEKIKFCMAIM" field.</summary>
|
|
public const int JEKIKFCMAIMFieldNumber = 10;
|
|
private uint jEKIKFCMAIM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint JEKIKFCMAIM {
|
|
get { return jEKIKFCMAIM_; }
|
|
set {
|
|
jEKIKFCMAIM_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as FightMatch3SwapCsReq);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(FightMatch3SwapCsReq other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(KKPPEBOAAIC, other.KKPPEBOAAIC)) return false;
|
|
if (!object.Equals(BPICKBJNKML, other.BPICKBJNKML)) return false;
|
|
if(!iNIJHNEOBJC_.Equals(other.iNIJHNEOBJC_)) return false;
|
|
if (JEKIKFCMAIM != other.JEKIKFCMAIM) 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 (kKPPEBOAAIC_ != null) hash ^= KKPPEBOAAIC.GetHashCode();
|
|
if (bPICKBJNKML_ != null) hash ^= BPICKBJNKML.GetHashCode();
|
|
hash ^= iNIJHNEOBJC_.GetHashCode();
|
|
if (JEKIKFCMAIM != 0) hash ^= JEKIKFCMAIM.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 (JEKIKFCMAIM != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(JEKIKFCMAIM);
|
|
}
|
|
iNIJHNEOBJC_.WriteTo(output, _repeated_iNIJHNEOBJC_codec);
|
|
if (bPICKBJNKML_ != null) {
|
|
output.WriteRawTag(98);
|
|
output.WriteMessage(BPICKBJNKML);
|
|
}
|
|
if (kKPPEBOAAIC_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(KKPPEBOAAIC);
|
|
}
|
|
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 (JEKIKFCMAIM != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(JEKIKFCMAIM);
|
|
}
|
|
iNIJHNEOBJC_.WriteTo(ref output, _repeated_iNIJHNEOBJC_codec);
|
|
if (bPICKBJNKML_ != null) {
|
|
output.WriteRawTag(98);
|
|
output.WriteMessage(BPICKBJNKML);
|
|
}
|
|
if (kKPPEBOAAIC_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(KKPPEBOAAIC);
|
|
}
|
|
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 (kKPPEBOAAIC_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KKPPEBOAAIC);
|
|
}
|
|
if (bPICKBJNKML_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BPICKBJNKML);
|
|
}
|
|
size += iNIJHNEOBJC_.CalculateSize(_repeated_iNIJHNEOBJC_codec);
|
|
if (JEKIKFCMAIM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JEKIKFCMAIM);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(FightMatch3SwapCsReq other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.kKPPEBOAAIC_ != null) {
|
|
if (kKPPEBOAAIC_ == null) {
|
|
KKPPEBOAAIC = new global::EggLink.DanhengServer.Proto.AADPPEPJHLE();
|
|
}
|
|
KKPPEBOAAIC.MergeFrom(other.KKPPEBOAAIC);
|
|
}
|
|
if (other.bPICKBJNKML_ != null) {
|
|
if (bPICKBJNKML_ == null) {
|
|
BPICKBJNKML = new global::EggLink.DanhengServer.Proto.AADPPEPJHLE();
|
|
}
|
|
BPICKBJNKML.MergeFrom(other.BPICKBJNKML);
|
|
}
|
|
iNIJHNEOBJC_.Add(other.iNIJHNEOBJC_);
|
|
if (other.JEKIKFCMAIM != 0) {
|
|
JEKIKFCMAIM = other.JEKIKFCMAIM;
|
|
}
|
|
_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 80: {
|
|
JEKIKFCMAIM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
iNIJHNEOBJC_.AddEntriesFrom(input, _repeated_iNIJHNEOBJC_codec);
|
|
break;
|
|
}
|
|
case 98: {
|
|
if (bPICKBJNKML_ == null) {
|
|
BPICKBJNKML = new global::EggLink.DanhengServer.Proto.AADPPEPJHLE();
|
|
}
|
|
input.ReadMessage(BPICKBJNKML);
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (kKPPEBOAAIC_ == null) {
|
|
KKPPEBOAAIC = new global::EggLink.DanhengServer.Proto.AADPPEPJHLE();
|
|
}
|
|
input.ReadMessage(KKPPEBOAAIC);
|
|
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 80: {
|
|
JEKIKFCMAIM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
iNIJHNEOBJC_.AddEntriesFrom(ref input, _repeated_iNIJHNEOBJC_codec);
|
|
break;
|
|
}
|
|
case 98: {
|
|
if (bPICKBJNKML_ == null) {
|
|
BPICKBJNKML = new global::EggLink.DanhengServer.Proto.AADPPEPJHLE();
|
|
}
|
|
input.ReadMessage(BPICKBJNKML);
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (kKPPEBOAAIC_ == null) {
|
|
KKPPEBOAAIC = new global::EggLink.DanhengServer.Proto.AADPPEPJHLE();
|
|
}
|
|
input.ReadMessage(KKPPEBOAAIC);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|