mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
423 lines
15 KiB
C#
423 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: DisplayRecordInfo.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 DisplayRecordInfo.proto</summary>
|
|
public static partial class DisplayRecordInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for DisplayRecordInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static DisplayRecordInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChdEaXNwbGF5UmVjb3JkSW5mby5wcm90bxoaRGlzcGxheUNoYWxsZW5nZUlu",
|
|
"Zm8ucHJvdG8iqAEKEURpc3BsYXlSZWNvcmRJbmZvEhMKC0VOQkVLRkhCTUhH",
|
|
"GAMgASgIEioKC0lHSkVDRkRKSk5MGAogASgOMhUuRGlzcGxheUNoYWxsZW5n",
|
|
"ZUluZm8SEwoLUEJJSUZMRUhERkUYDSABKAgSEwoLR0lMSk1JT0ZKQ0cYASAB",
|
|
"KAgSEwoLQ01HRkdGR0FPTU0YCCABKAgSEwoLT0lITkNCQ0NBSVAYDCABKAhC",
|
|
"HqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DisplayChallengeInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DisplayRecordInfo), global::EggLink.DanhengServer.Proto.DisplayRecordInfo.Parser, new[]{ "ENBEKFHBMHG", "IGJECFDJJNL", "PBIIFLEHDFE", "GILJMIOFJCG", "CMGFGFGAOMM", "OIHNCBCCAIP" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class DisplayRecordInfo : pb::IMessage<DisplayRecordInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<DisplayRecordInfo> _parser = new pb::MessageParser<DisplayRecordInfo>(() => new DisplayRecordInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<DisplayRecordInfo> 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.DisplayRecordInfoReflection.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 DisplayRecordInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DisplayRecordInfo(DisplayRecordInfo other) : this() {
|
|
eNBEKFHBMHG_ = other.eNBEKFHBMHG_;
|
|
iGJECFDJJNL_ = other.iGJECFDJJNL_;
|
|
pBIIFLEHDFE_ = other.pBIIFLEHDFE_;
|
|
gILJMIOFJCG_ = other.gILJMIOFJCG_;
|
|
cMGFGFGAOMM_ = other.cMGFGFGAOMM_;
|
|
oIHNCBCCAIP_ = other.oIHNCBCCAIP_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DisplayRecordInfo Clone() {
|
|
return new DisplayRecordInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "ENBEKFHBMHG" field.</summary>
|
|
public const int ENBEKFHBMHGFieldNumber = 3;
|
|
private bool eNBEKFHBMHG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool ENBEKFHBMHG {
|
|
get { return eNBEKFHBMHG_; }
|
|
set {
|
|
eNBEKFHBMHG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IGJECFDJJNL" field.</summary>
|
|
public const int IGJECFDJJNLFieldNumber = 10;
|
|
private global::EggLink.DanhengServer.Proto.DisplayChallengeInfo iGJECFDJJNL_ = global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.DisplayChallengeInfo IGJECFDJJNL {
|
|
get { return iGJECFDJJNL_; }
|
|
set {
|
|
iGJECFDJJNL_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PBIIFLEHDFE" field.</summary>
|
|
public const int PBIIFLEHDFEFieldNumber = 13;
|
|
private bool pBIIFLEHDFE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool PBIIFLEHDFE {
|
|
get { return pBIIFLEHDFE_; }
|
|
set {
|
|
pBIIFLEHDFE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GILJMIOFJCG" field.</summary>
|
|
public const int GILJMIOFJCGFieldNumber = 1;
|
|
private bool gILJMIOFJCG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool GILJMIOFJCG {
|
|
get { return gILJMIOFJCG_; }
|
|
set {
|
|
gILJMIOFJCG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CMGFGFGAOMM" field.</summary>
|
|
public const int CMGFGFGAOMMFieldNumber = 8;
|
|
private bool cMGFGFGAOMM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool CMGFGFGAOMM {
|
|
get { return cMGFGFGAOMM_; }
|
|
set {
|
|
cMGFGFGAOMM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "OIHNCBCCAIP" field.</summary>
|
|
public const int OIHNCBCCAIPFieldNumber = 12;
|
|
private bool oIHNCBCCAIP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool OIHNCBCCAIP {
|
|
get { return oIHNCBCCAIP_; }
|
|
set {
|
|
oIHNCBCCAIP_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as DisplayRecordInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(DisplayRecordInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (ENBEKFHBMHG != other.ENBEKFHBMHG) return false;
|
|
if (IGJECFDJJNL != other.IGJECFDJJNL) return false;
|
|
if (PBIIFLEHDFE != other.PBIIFLEHDFE) return false;
|
|
if (GILJMIOFJCG != other.GILJMIOFJCG) return false;
|
|
if (CMGFGFGAOMM != other.CMGFGFGAOMM) return false;
|
|
if (OIHNCBCCAIP != other.OIHNCBCCAIP) 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 (ENBEKFHBMHG != false) hash ^= ENBEKFHBMHG.GetHashCode();
|
|
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) hash ^= IGJECFDJJNL.GetHashCode();
|
|
if (PBIIFLEHDFE != false) hash ^= PBIIFLEHDFE.GetHashCode();
|
|
if (GILJMIOFJCG != false) hash ^= GILJMIOFJCG.GetHashCode();
|
|
if (CMGFGFGAOMM != false) hash ^= CMGFGFGAOMM.GetHashCode();
|
|
if (OIHNCBCCAIP != false) hash ^= OIHNCBCCAIP.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 (GILJMIOFJCG != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(GILJMIOFJCG);
|
|
}
|
|
if (ENBEKFHBMHG != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(ENBEKFHBMHG);
|
|
}
|
|
if (CMGFGFGAOMM != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(CMGFGFGAOMM);
|
|
}
|
|
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
|
|
output.WriteRawTag(80);
|
|
output.WriteEnum((int) IGJECFDJJNL);
|
|
}
|
|
if (OIHNCBCCAIP != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(OIHNCBCCAIP);
|
|
}
|
|
if (PBIIFLEHDFE != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(PBIIFLEHDFE);
|
|
}
|
|
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 (GILJMIOFJCG != false) {
|
|
output.WriteRawTag(8);
|
|
output.WriteBool(GILJMIOFJCG);
|
|
}
|
|
if (ENBEKFHBMHG != false) {
|
|
output.WriteRawTag(24);
|
|
output.WriteBool(ENBEKFHBMHG);
|
|
}
|
|
if (CMGFGFGAOMM != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(CMGFGFGAOMM);
|
|
}
|
|
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
|
|
output.WriteRawTag(80);
|
|
output.WriteEnum((int) IGJECFDJJNL);
|
|
}
|
|
if (OIHNCBCCAIP != false) {
|
|
output.WriteRawTag(96);
|
|
output.WriteBool(OIHNCBCCAIP);
|
|
}
|
|
if (PBIIFLEHDFE != false) {
|
|
output.WriteRawTag(104);
|
|
output.WriteBool(PBIIFLEHDFE);
|
|
}
|
|
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 (ENBEKFHBMHG != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) IGJECFDJJNL);
|
|
}
|
|
if (PBIIFLEHDFE != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (GILJMIOFJCG != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (CMGFGFGAOMM != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (OIHNCBCCAIP != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(DisplayRecordInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.ENBEKFHBMHG != false) {
|
|
ENBEKFHBMHG = other.ENBEKFHBMHG;
|
|
}
|
|
if (other.IGJECFDJJNL != global::EggLink.DanhengServer.Proto.DisplayChallengeInfo.BattleRecordNone) {
|
|
IGJECFDJJNL = other.IGJECFDJJNL;
|
|
}
|
|
if (other.PBIIFLEHDFE != false) {
|
|
PBIIFLEHDFE = other.PBIIFLEHDFE;
|
|
}
|
|
if (other.GILJMIOFJCG != false) {
|
|
GILJMIOFJCG = other.GILJMIOFJCG;
|
|
}
|
|
if (other.CMGFGFGAOMM != false) {
|
|
CMGFGFGAOMM = other.CMGFGFGAOMM;
|
|
}
|
|
if (other.OIHNCBCCAIP != false) {
|
|
OIHNCBCCAIP = other.OIHNCBCCAIP;
|
|
}
|
|
_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: {
|
|
GILJMIOFJCG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
ENBEKFHBMHG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
CMGFGFGAOMM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IGJECFDJJNL = (global::EggLink.DanhengServer.Proto.DisplayChallengeInfo) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 96: {
|
|
OIHNCBCCAIP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
PBIIFLEHDFE = input.ReadBool();
|
|
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: {
|
|
GILJMIOFJCG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 24: {
|
|
ENBEKFHBMHG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 64: {
|
|
CMGFGFGAOMM = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
IGJECFDJJNL = (global::EggLink.DanhengServer.Proto.DisplayChallengeInfo) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 96: {
|
|
OIHNCBCCAIP = input.ReadBool();
|
|
break;
|
|
}
|
|
case 104: {
|
|
PBIIFLEHDFE = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|