mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
292 lines
12 KiB
C#
292 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: HNIBJCGHCAN.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 HNIBJCGHCAN.proto</summary>
|
|
public static partial class HNIBJCGHCANReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for HNIBJCGHCAN.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static HNIBJCGHCANReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFITklCSkNHSENBTi5wcm90bxoRRkNESkZJTkRNQUEucHJvdG8aIVN3b3Jk",
|
|
"VHJhaW5pbmdEYWlseVBoYXNlVHlwZS5wcm90byJ4CgtITklCSkNHSENBThIx",
|
|
"CgtCSEZCSktJR0tFQxgKIAEoDjIcLlN3b3JkVHJhaW5pbmdEYWlseVBoYXNl",
|
|
"VHlwZRIhCgtOTEpHR0hQRUhPRRgIIAMoCzIMLkZDREpGSU5ETUFBEhMKC05J",
|
|
"TERCSUdMQ0VGGA4gAygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
|
"dG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.FCDJFINDMAAReflection.Descriptor, global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseTypeReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HNIBJCGHCAN), global::EggLink.DanhengServer.Proto.HNIBJCGHCAN.Parser, new[]{ "BHFBJKIGKEC", "NLJGGHPEHOE", "NILDBIGLCEF" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class HNIBJCGHCAN : pb::IMessage<HNIBJCGHCAN>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<HNIBJCGHCAN> _parser = new pb::MessageParser<HNIBJCGHCAN>(() => new HNIBJCGHCAN());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<HNIBJCGHCAN> 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.HNIBJCGHCANReflection.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 HNIBJCGHCAN() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public HNIBJCGHCAN(HNIBJCGHCAN other) : this() {
|
|
bHFBJKIGKEC_ = other.bHFBJKIGKEC_;
|
|
nLJGGHPEHOE_ = other.nLJGGHPEHOE_.Clone();
|
|
nILDBIGLCEF_ = other.nILDBIGLCEF_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public HNIBJCGHCAN Clone() {
|
|
return new HNIBJCGHCAN(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "BHFBJKIGKEC" field.</summary>
|
|
public const int BHFBJKIGKECFieldNumber = 10;
|
|
private global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType bHFBJKIGKEC_ = global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType BHFBJKIGKEC {
|
|
get { return bHFBJKIGKEC_; }
|
|
set {
|
|
bHFBJKIGKEC_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "NLJGGHPEHOE" field.</summary>
|
|
public const int NLJGGHPEHOEFieldNumber = 8;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.FCDJFINDMAA> _repeated_nLJGGHPEHOE_codec
|
|
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.FCDJFINDMAA.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FCDJFINDMAA> nLJGGHPEHOE_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FCDJFINDMAA>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.FCDJFINDMAA> NLJGGHPEHOE {
|
|
get { return nLJGGHPEHOE_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "NILDBIGLCEF" field.</summary>
|
|
public const int NILDBIGLCEFFieldNumber = 14;
|
|
private static readonly pb::FieldCodec<uint> _repeated_nILDBIGLCEF_codec
|
|
= pb::FieldCodec.ForUInt32(114);
|
|
private readonly pbc::RepeatedField<uint> nILDBIGLCEF_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> NILDBIGLCEF {
|
|
get { return nILDBIGLCEF_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as HNIBJCGHCAN);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(HNIBJCGHCAN other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (BHFBJKIGKEC != other.BHFBJKIGKEC) return false;
|
|
if(!nLJGGHPEHOE_.Equals(other.nLJGGHPEHOE_)) return false;
|
|
if(!nILDBIGLCEF_.Equals(other.nILDBIGLCEF_)) 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 (BHFBJKIGKEC != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) hash ^= BHFBJKIGKEC.GetHashCode();
|
|
hash ^= nLJGGHPEHOE_.GetHashCode();
|
|
hash ^= nILDBIGLCEF_.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
|
|
nLJGGHPEHOE_.WriteTo(output, _repeated_nLJGGHPEHOE_codec);
|
|
if (BHFBJKIGKEC != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) {
|
|
output.WriteRawTag(80);
|
|
output.WriteEnum((int) BHFBJKIGKEC);
|
|
}
|
|
nILDBIGLCEF_.WriteTo(output, _repeated_nILDBIGLCEF_codec);
|
|
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) {
|
|
nLJGGHPEHOE_.WriteTo(ref output, _repeated_nLJGGHPEHOE_codec);
|
|
if (BHFBJKIGKEC != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) {
|
|
output.WriteRawTag(80);
|
|
output.WriteEnum((int) BHFBJKIGKEC);
|
|
}
|
|
nILDBIGLCEF_.WriteTo(ref output, _repeated_nILDBIGLCEF_codec);
|
|
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 (BHFBJKIGKEC != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BHFBJKIGKEC);
|
|
}
|
|
size += nLJGGHPEHOE_.CalculateSize(_repeated_nLJGGHPEHOE_codec);
|
|
size += nILDBIGLCEF_.CalculateSize(_repeated_nILDBIGLCEF_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(HNIBJCGHCAN other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.BHFBJKIGKEC != global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType.None) {
|
|
BHFBJKIGKEC = other.BHFBJKIGKEC;
|
|
}
|
|
nLJGGHPEHOE_.Add(other.nLJGGHPEHOE_);
|
|
nILDBIGLCEF_.Add(other.nILDBIGLCEF_);
|
|
_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: {
|
|
nLJGGHPEHOE_.AddEntriesFrom(input, _repeated_nLJGGHPEHOE_codec);
|
|
break;
|
|
}
|
|
case 80: {
|
|
BHFBJKIGKEC = (global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
nILDBIGLCEF_.AddEntriesFrom(input, _repeated_nILDBIGLCEF_codec);
|
|
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: {
|
|
nLJGGHPEHOE_.AddEntriesFrom(ref input, _repeated_nLJGGHPEHOE_codec);
|
|
break;
|
|
}
|
|
case 80: {
|
|
BHFBJKIGKEC = (global::EggLink.DanhengServer.Proto.SwordTrainingDailyPhaseType) input.ReadEnum();
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
nILDBIGLCEF_.AddEntriesFrom(ref input, _repeated_nILDBIGLCEF_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|