mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
280 lines
12 KiB
C#
280 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: SyncRogueHandbookDataUpdateScNotify.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 SyncRogueHandbookDataUpdateScNotify.proto</summary>
|
|
public static partial class SyncRogueHandbookDataUpdateScNotifyReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for SyncRogueHandbookDataUpdateScNotify.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static SyncRogueHandbookDataUpdateScNotifyReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CilTeW5jUm9ndWVIYW5kYm9va0RhdGFVcGRhdGVTY05vdGlmeS5wcm90bxoR",
|
|
"SUtLTExOTEVQREYucHJvdG8aEUNBQkVGQ0pGQUdJLnByb3RvGhFBQkdJTUlN",
|
|
"QkpISS5wcm90byKOAQojU3luY1JvZ3VlSGFuZGJvb2tEYXRhVXBkYXRlU2NO",
|
|
"b3RpZnkSIQoLQk5KRkFCRERQSkoYDSADKAsyDC5JS0tMTE5MRVBERhIhCgtD",
|
|
"SEZBSk9NQ01DShgJIAMoCzIMLkNBQkVGQ0pGQUdJEiEKC0xJTENLS0dOTEJH",
|
|
"GAUgAygLMgwuQUJHSU1JTUJKSElCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZl",
|
|
"ci5Qcm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IKKLLNLEPDFReflection.Descriptor, global::EggLink.DanhengServer.Proto.CABEFCJFAGIReflection.Descriptor, global::EggLink.DanhengServer.Proto.ABGIMIMBJHIReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncRogueHandbookDataUpdateScNotify), global::EggLink.DanhengServer.Proto.SyncRogueHandbookDataUpdateScNotify.Parser, new[]{ "BNJFABDDPJJ", "CHFAJOMCMCJ", "LILCKKGNLBG" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class SyncRogueHandbookDataUpdateScNotify : pb::IMessage<SyncRogueHandbookDataUpdateScNotify>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<SyncRogueHandbookDataUpdateScNotify> _parser = new pb::MessageParser<SyncRogueHandbookDataUpdateScNotify>(() => new SyncRogueHandbookDataUpdateScNotify());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<SyncRogueHandbookDataUpdateScNotify> 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.SyncRogueHandbookDataUpdateScNotifyReflection.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 SyncRogueHandbookDataUpdateScNotify() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SyncRogueHandbookDataUpdateScNotify(SyncRogueHandbookDataUpdateScNotify other) : this() {
|
|
bNJFABDDPJJ_ = other.bNJFABDDPJJ_.Clone();
|
|
cHFAJOMCMCJ_ = other.cHFAJOMCMCJ_.Clone();
|
|
lILCKKGNLBG_ = other.lILCKKGNLBG_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public SyncRogueHandbookDataUpdateScNotify Clone() {
|
|
return new SyncRogueHandbookDataUpdateScNotify(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "BNJFABDDPJJ" field.</summary>
|
|
public const int BNJFABDDPJJFieldNumber = 13;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.IKKLLNLEPDF> _repeated_bNJFABDDPJJ_codec
|
|
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.IKKLLNLEPDF.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IKKLLNLEPDF> bNJFABDDPJJ_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IKKLLNLEPDF>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IKKLLNLEPDF> BNJFABDDPJJ {
|
|
get { return bNJFABDDPJJ_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "CHFAJOMCMCJ" field.</summary>
|
|
public const int CHFAJOMCMCJFieldNumber = 9;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.CABEFCJFAGI> _repeated_cHFAJOMCMCJ_codec
|
|
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.CABEFCJFAGI.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CABEFCJFAGI> cHFAJOMCMCJ_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CABEFCJFAGI>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CABEFCJFAGI> CHFAJOMCMCJ {
|
|
get { return cHFAJOMCMCJ_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "LILCKKGNLBG" field.</summary>
|
|
public const int LILCKKGNLBGFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ABGIMIMBJHI> _repeated_lILCKKGNLBG_codec
|
|
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.ABGIMIMBJHI.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ABGIMIMBJHI> lILCKKGNLBG_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ABGIMIMBJHI>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ABGIMIMBJHI> LILCKKGNLBG {
|
|
get { return lILCKKGNLBG_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as SyncRogueHandbookDataUpdateScNotify);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(SyncRogueHandbookDataUpdateScNotify other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if(!bNJFABDDPJJ_.Equals(other.bNJFABDDPJJ_)) return false;
|
|
if(!cHFAJOMCMCJ_.Equals(other.cHFAJOMCMCJ_)) return false;
|
|
if(!lILCKKGNLBG_.Equals(other.lILCKKGNLBG_)) 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 ^= bNJFABDDPJJ_.GetHashCode();
|
|
hash ^= cHFAJOMCMCJ_.GetHashCode();
|
|
hash ^= lILCKKGNLBG_.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
|
|
lILCKKGNLBG_.WriteTo(output, _repeated_lILCKKGNLBG_codec);
|
|
cHFAJOMCMCJ_.WriteTo(output, _repeated_cHFAJOMCMCJ_codec);
|
|
bNJFABDDPJJ_.WriteTo(output, _repeated_bNJFABDDPJJ_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) {
|
|
lILCKKGNLBG_.WriteTo(ref output, _repeated_lILCKKGNLBG_codec);
|
|
cHFAJOMCMCJ_.WriteTo(ref output, _repeated_cHFAJOMCMCJ_codec);
|
|
bNJFABDDPJJ_.WriteTo(ref output, _repeated_bNJFABDDPJJ_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;
|
|
size += bNJFABDDPJJ_.CalculateSize(_repeated_bNJFABDDPJJ_codec);
|
|
size += cHFAJOMCMCJ_.CalculateSize(_repeated_cHFAJOMCMCJ_codec);
|
|
size += lILCKKGNLBG_.CalculateSize(_repeated_lILCKKGNLBG_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(SyncRogueHandbookDataUpdateScNotify other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
bNJFABDDPJJ_.Add(other.bNJFABDDPJJ_);
|
|
cHFAJOMCMCJ_.Add(other.cHFAJOMCMCJ_);
|
|
lILCKKGNLBG_.Add(other.lILCKKGNLBG_);
|
|
_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 42: {
|
|
lILCKKGNLBG_.AddEntriesFrom(input, _repeated_lILCKKGNLBG_codec);
|
|
break;
|
|
}
|
|
case 74: {
|
|
cHFAJOMCMCJ_.AddEntriesFrom(input, _repeated_cHFAJOMCMCJ_codec);
|
|
break;
|
|
}
|
|
case 106: {
|
|
bNJFABDDPJJ_.AddEntriesFrom(input, _repeated_bNJFABDDPJJ_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 42: {
|
|
lILCKKGNLBG_.AddEntriesFrom(ref input, _repeated_lILCKKGNLBG_codec);
|
|
break;
|
|
}
|
|
case 74: {
|
|
cHFAJOMCMCJ_.AddEntriesFrom(ref input, _repeated_cHFAJOMCMCJ_codec);
|
|
break;
|
|
}
|
|
case 106: {
|
|
bNJFABDDPJJ_.AddEntriesFrom(ref input, _repeated_bNJFABDDPJJ_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|