mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36: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: ChessRogueQueryInfo.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 ChessRogueQueryInfo.proto</summary>
|
|
public static partial class ChessRogueQueryInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ChessRogueQueryInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ChessRogueQueryInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChlDaGVzc1JvZ3VlUXVlcnlJbmZvLnByb3RvGhVDaGVzc1JvZ3VlUXVlcnku",
|
|
"cHJvdG8aEU9GSEJGSU5QSEFHLnByb3RvIogBChNDaGVzc1JvZ3VlUXVlcnlJ",
|
|
"bmZvEiEKC0pOQUdNSUFMT0lJGAMgASgLMgwuT0ZIQkZJTlBIQUcSEwoLQ01O",
|
|
"SExLR0ZLT1AYBCADKA0SJAoKcXVlcnlfaW5mbxgOIAEoCzIQLkNoZXNzUm9n",
|
|
"dWVRdWVyeRITCgtQSEpBRkdKSE9DTxgIIAMoDUIeqgIbRWdnTGluay5EYW5o",
|
|
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChessRogueQueryReflection.Descriptor, global::EggLink.DanhengServer.Proto.OFHBFINPHAGReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo), global::EggLink.DanhengServer.Proto.ChessRogueQueryInfo.Parser, new[]{ "JNAGMIALOII", "CMNHLKGFKOP", "QueryInfo", "PHJAFGJHOCO" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ChessRogueQueryInfo : pb::IMessage<ChessRogueQueryInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ChessRogueQueryInfo> _parser = new pb::MessageParser<ChessRogueQueryInfo>(() => new ChessRogueQueryInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ChessRogueQueryInfo> 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.ChessRogueQueryInfoReflection.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 ChessRogueQueryInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChessRogueQueryInfo(ChessRogueQueryInfo other) : this() {
|
|
jNAGMIALOII_ = other.jNAGMIALOII_ != null ? other.jNAGMIALOII_.Clone() : null;
|
|
cMNHLKGFKOP_ = other.cMNHLKGFKOP_.Clone();
|
|
queryInfo_ = other.queryInfo_ != null ? other.queryInfo_.Clone() : null;
|
|
pHJAFGJHOCO_ = other.pHJAFGJHOCO_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChessRogueQueryInfo Clone() {
|
|
return new ChessRogueQueryInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "JNAGMIALOII" field.</summary>
|
|
public const int JNAGMIALOIIFieldNumber = 3;
|
|
private global::EggLink.DanhengServer.Proto.OFHBFINPHAG jNAGMIALOII_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.OFHBFINPHAG JNAGMIALOII {
|
|
get { return jNAGMIALOII_; }
|
|
set {
|
|
jNAGMIALOII_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CMNHLKGFKOP" field.</summary>
|
|
public const int CMNHLKGFKOPFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<uint> _repeated_cMNHLKGFKOP_codec
|
|
= pb::FieldCodec.ForUInt32(34);
|
|
private readonly pbc::RepeatedField<uint> cMNHLKGFKOP_ = new pbc::RepeatedField<uint>();
|
|
/// <summary>
|
|
///MAKPHMAOCHI talent_info = 11;
|
|
/// </summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> CMNHLKGFKOP {
|
|
get { return cMNHLKGFKOP_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "query_info" field.</summary>
|
|
public const int QueryInfoFieldNumber = 14;
|
|
private global::EggLink.DanhengServer.Proto.ChessRogueQuery queryInfo_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ChessRogueQuery QueryInfo {
|
|
get { return queryInfo_; }
|
|
set {
|
|
queryInfo_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PHJAFGJHOCO" field.</summary>
|
|
public const int PHJAFGJHOCOFieldNumber = 8;
|
|
private static readonly pb::FieldCodec<uint> _repeated_pHJAFGJHOCO_codec
|
|
= pb::FieldCodec.ForUInt32(66);
|
|
private readonly pbc::RepeatedField<uint> pHJAFGJHOCO_ = new pbc::RepeatedField<uint>();
|
|
/// <summary>
|
|
///CGAPFPHEJIA EEFGNNFCDNJ = 6;
|
|
///CLIDPGPDFGK IKGPADCBBPN = 9;
|
|
/// </summary>
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> PHJAFGJHOCO {
|
|
get { return pHJAFGJHOCO_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ChessRogueQueryInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ChessRogueQueryInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(JNAGMIALOII, other.JNAGMIALOII)) return false;
|
|
if(!cMNHLKGFKOP_.Equals(other.cMNHLKGFKOP_)) return false;
|
|
if (!object.Equals(QueryInfo, other.QueryInfo)) return false;
|
|
if(!pHJAFGJHOCO_.Equals(other.pHJAFGJHOCO_)) 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 (jNAGMIALOII_ != null) hash ^= JNAGMIALOII.GetHashCode();
|
|
hash ^= cMNHLKGFKOP_.GetHashCode();
|
|
if (queryInfo_ != null) hash ^= QueryInfo.GetHashCode();
|
|
hash ^= pHJAFGJHOCO_.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 (jNAGMIALOII_ != null) {
|
|
output.WriteRawTag(26);
|
|
output.WriteMessage(JNAGMIALOII);
|
|
}
|
|
cMNHLKGFKOP_.WriteTo(output, _repeated_cMNHLKGFKOP_codec);
|
|
pHJAFGJHOCO_.WriteTo(output, _repeated_pHJAFGJHOCO_codec);
|
|
if (queryInfo_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(QueryInfo);
|
|
}
|
|
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 (jNAGMIALOII_ != null) {
|
|
output.WriteRawTag(26);
|
|
output.WriteMessage(JNAGMIALOII);
|
|
}
|
|
cMNHLKGFKOP_.WriteTo(ref output, _repeated_cMNHLKGFKOP_codec);
|
|
pHJAFGJHOCO_.WriteTo(ref output, _repeated_pHJAFGJHOCO_codec);
|
|
if (queryInfo_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(QueryInfo);
|
|
}
|
|
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 (jNAGMIALOII_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JNAGMIALOII);
|
|
}
|
|
size += cMNHLKGFKOP_.CalculateSize(_repeated_cMNHLKGFKOP_codec);
|
|
if (queryInfo_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(QueryInfo);
|
|
}
|
|
size += pHJAFGJHOCO_.CalculateSize(_repeated_pHJAFGJHOCO_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ChessRogueQueryInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.jNAGMIALOII_ != null) {
|
|
if (jNAGMIALOII_ == null) {
|
|
JNAGMIALOII = new global::EggLink.DanhengServer.Proto.OFHBFINPHAG();
|
|
}
|
|
JNAGMIALOII.MergeFrom(other.JNAGMIALOII);
|
|
}
|
|
cMNHLKGFKOP_.Add(other.cMNHLKGFKOP_);
|
|
if (other.queryInfo_ != null) {
|
|
if (queryInfo_ == null) {
|
|
QueryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueQuery();
|
|
}
|
|
QueryInfo.MergeFrom(other.QueryInfo);
|
|
}
|
|
pHJAFGJHOCO_.Add(other.pHJAFGJHOCO_);
|
|
_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 26: {
|
|
if (jNAGMIALOII_ == null) {
|
|
JNAGMIALOII = new global::EggLink.DanhengServer.Proto.OFHBFINPHAG();
|
|
}
|
|
input.ReadMessage(JNAGMIALOII);
|
|
break;
|
|
}
|
|
case 34:
|
|
case 32: {
|
|
cMNHLKGFKOP_.AddEntriesFrom(input, _repeated_cMNHLKGFKOP_codec);
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
pHJAFGJHOCO_.AddEntriesFrom(input, _repeated_pHJAFGJHOCO_codec);
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (queryInfo_ == null) {
|
|
QueryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueQuery();
|
|
}
|
|
input.ReadMessage(QueryInfo);
|
|
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 26: {
|
|
if (jNAGMIALOII_ == null) {
|
|
JNAGMIALOII = new global::EggLink.DanhengServer.Proto.OFHBFINPHAG();
|
|
}
|
|
input.ReadMessage(JNAGMIALOII);
|
|
break;
|
|
}
|
|
case 34:
|
|
case 32: {
|
|
cMNHLKGFKOP_.AddEntriesFrom(ref input, _repeated_cMNHLKGFKOP_codec);
|
|
break;
|
|
}
|
|
case 66:
|
|
case 64: {
|
|
pHJAFGJHOCO_.AddEntriesFrom(ref input, _repeated_pHJAFGJHOCO_codec);
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (queryInfo_ == null) {
|
|
QueryInfo = new global::EggLink.DanhengServer.Proto.ChessRogueQuery();
|
|
}
|
|
input.ReadMessage(QueryInfo);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|