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(
|
|
"ChpGaWdodE1hdGNoM1N3YXBDc1JlcS5wcm90bxoRS0VLQUJKUElDSVAucHJv",
|
|
"dG8aEU1ETExDTEFESkNQLnByb3RvIpQBChRGaWdodE1hdGNoM1N3YXBDc1Jl",
|
|
"cRIhCgtHTU1ITEVLSUpIUBgKIAMoCzIMLktFS0FCSlBJQ0lQEiEKC05HR09C",
|
|
"SUtMSExDGA8gASgLMgwuTURMTENMQURKQ1ASIQoLSkpIQU9HRUhGRU4YCCAB",
|
|
"KAsyDC5NRExMQ0xBREpDUBITCgtQUEJJSURLTklEQRgLIAEoDUIeqgIbRWdn",
|
|
"TGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.KEKABJPICIPReflection.Descriptor, global::EggLink.DanhengServer.Proto.MDLLCLADJCPReflection.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[]{ "GMMHLEKIJHP", "NGGOBIKLHLC", "JJHAOGEHFEN", "PPBIIDKNIDA" }, 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() {
|
|
gMMHLEKIJHP_ = other.gMMHLEKIJHP_.Clone();
|
|
nGGOBIKLHLC_ = other.nGGOBIKLHLC_ != null ? other.nGGOBIKLHLC_.Clone() : null;
|
|
jJHAOGEHFEN_ = other.jJHAOGEHFEN_ != null ? other.jJHAOGEHFEN_.Clone() : null;
|
|
pPBIIDKNIDA_ = other.pPBIIDKNIDA_;
|
|
_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 "GMMHLEKIJHP" field.</summary>
|
|
public const int GMMHLEKIJHPFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.KEKABJPICIP> _repeated_gMMHLEKIJHP_codec
|
|
= pb::FieldCodec.ForMessage(82, global::EggLink.DanhengServer.Proto.KEKABJPICIP.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KEKABJPICIP> gMMHLEKIJHP_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KEKABJPICIP>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.KEKABJPICIP> GMMHLEKIJHP {
|
|
get { return gMMHLEKIJHP_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "NGGOBIKLHLC" field.</summary>
|
|
public const int NGGOBIKLHLCFieldNumber = 15;
|
|
private global::EggLink.DanhengServer.Proto.MDLLCLADJCP nGGOBIKLHLC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.MDLLCLADJCP NGGOBIKLHLC {
|
|
get { return nGGOBIKLHLC_; }
|
|
set {
|
|
nGGOBIKLHLC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "JJHAOGEHFEN" field.</summary>
|
|
public const int JJHAOGEHFENFieldNumber = 8;
|
|
private global::EggLink.DanhengServer.Proto.MDLLCLADJCP jJHAOGEHFEN_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.MDLLCLADJCP JJHAOGEHFEN {
|
|
get { return jJHAOGEHFEN_; }
|
|
set {
|
|
jJHAOGEHFEN_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PPBIIDKNIDA" field.</summary>
|
|
public const int PPBIIDKNIDAFieldNumber = 11;
|
|
private uint pPBIIDKNIDA_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PPBIIDKNIDA {
|
|
get { return pPBIIDKNIDA_; }
|
|
set {
|
|
pPBIIDKNIDA_ = 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(!gMMHLEKIJHP_.Equals(other.gMMHLEKIJHP_)) return false;
|
|
if (!object.Equals(NGGOBIKLHLC, other.NGGOBIKLHLC)) return false;
|
|
if (!object.Equals(JJHAOGEHFEN, other.JJHAOGEHFEN)) return false;
|
|
if (PPBIIDKNIDA != other.PPBIIDKNIDA) 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 ^= gMMHLEKIJHP_.GetHashCode();
|
|
if (nGGOBIKLHLC_ != null) hash ^= NGGOBIKLHLC.GetHashCode();
|
|
if (jJHAOGEHFEN_ != null) hash ^= JJHAOGEHFEN.GetHashCode();
|
|
if (PPBIIDKNIDA != 0) hash ^= PPBIIDKNIDA.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 (jJHAOGEHFEN_ != null) {
|
|
output.WriteRawTag(66);
|
|
output.WriteMessage(JJHAOGEHFEN);
|
|
}
|
|
gMMHLEKIJHP_.WriteTo(output, _repeated_gMMHLEKIJHP_codec);
|
|
if (PPBIIDKNIDA != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PPBIIDKNIDA);
|
|
}
|
|
if (nGGOBIKLHLC_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(NGGOBIKLHLC);
|
|
}
|
|
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 (jJHAOGEHFEN_ != null) {
|
|
output.WriteRawTag(66);
|
|
output.WriteMessage(JJHAOGEHFEN);
|
|
}
|
|
gMMHLEKIJHP_.WriteTo(ref output, _repeated_gMMHLEKIJHP_codec);
|
|
if (PPBIIDKNIDA != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(PPBIIDKNIDA);
|
|
}
|
|
if (nGGOBIKLHLC_ != null) {
|
|
output.WriteRawTag(122);
|
|
output.WriteMessage(NGGOBIKLHLC);
|
|
}
|
|
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 += gMMHLEKIJHP_.CalculateSize(_repeated_gMMHLEKIJHP_codec);
|
|
if (nGGOBIKLHLC_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NGGOBIKLHLC);
|
|
}
|
|
if (jJHAOGEHFEN_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JJHAOGEHFEN);
|
|
}
|
|
if (PPBIIDKNIDA != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PPBIIDKNIDA);
|
|
}
|
|
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;
|
|
}
|
|
gMMHLEKIJHP_.Add(other.gMMHLEKIJHP_);
|
|
if (other.nGGOBIKLHLC_ != null) {
|
|
if (nGGOBIKLHLC_ == null) {
|
|
NGGOBIKLHLC = new global::EggLink.DanhengServer.Proto.MDLLCLADJCP();
|
|
}
|
|
NGGOBIKLHLC.MergeFrom(other.NGGOBIKLHLC);
|
|
}
|
|
if (other.jJHAOGEHFEN_ != null) {
|
|
if (jJHAOGEHFEN_ == null) {
|
|
JJHAOGEHFEN = new global::EggLink.DanhengServer.Proto.MDLLCLADJCP();
|
|
}
|
|
JJHAOGEHFEN.MergeFrom(other.JJHAOGEHFEN);
|
|
}
|
|
if (other.PPBIIDKNIDA != 0) {
|
|
PPBIIDKNIDA = other.PPBIIDKNIDA;
|
|
}
|
|
_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 66: {
|
|
if (jJHAOGEHFEN_ == null) {
|
|
JJHAOGEHFEN = new global::EggLink.DanhengServer.Proto.MDLLCLADJCP();
|
|
}
|
|
input.ReadMessage(JJHAOGEHFEN);
|
|
break;
|
|
}
|
|
case 82: {
|
|
gMMHLEKIJHP_.AddEntriesFrom(input, _repeated_gMMHLEKIJHP_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
PPBIIDKNIDA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (nGGOBIKLHLC_ == null) {
|
|
NGGOBIKLHLC = new global::EggLink.DanhengServer.Proto.MDLLCLADJCP();
|
|
}
|
|
input.ReadMessage(NGGOBIKLHLC);
|
|
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 66: {
|
|
if (jJHAOGEHFEN_ == null) {
|
|
JJHAOGEHFEN = new global::EggLink.DanhengServer.Proto.MDLLCLADJCP();
|
|
}
|
|
input.ReadMessage(JJHAOGEHFEN);
|
|
break;
|
|
}
|
|
case 82: {
|
|
gMMHLEKIJHP_.AddEntriesFrom(ref input, _repeated_gMMHLEKIJHP_codec);
|
|
break;
|
|
}
|
|
case 88: {
|
|
PPBIIDKNIDA = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 122: {
|
|
if (nGGOBIKLHLC_ == null) {
|
|
NGGOBIKLHLC = new global::EggLink.DanhengServer.Proto.MDLLCLADJCP();
|
|
}
|
|
input.ReadMessage(NGGOBIKLHLC);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|