mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
337 lines
12 KiB
C#
337 lines
12 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: NHOFBAKNEOF.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 NHOFBAKNEOF.proto</summary>
|
|
public static partial class NHOFBAKNEOFReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for NHOFBAKNEOF.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static NHOFBAKNEOFReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFOSE9GQkFLTkVPRi5wcm90bxoRSUtFSE1PTUlKREcucHJvdG8ibwoLTkhP",
|
|
"RkJBS05FT0YSEwoLREVDQUVNSlBPTk0YASABKA0SEwoLTEVDQk5HRElHQkQY",
|
|
"AiABKA0SEwoLQUxCQU9GTEpQTEUYAyABKA0SIQoLQ0pKRE5OT0pMS04YBCAD",
|
|
"KAsyDC5JS0VITU9NSUpER0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlBy",
|
|
"b3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.IKEHMOMIJDGReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.NHOFBAKNEOF), global::EggLink.DanhengServer.Proto.NHOFBAKNEOF.Parser, new[]{ "DECAEMJPONM", "LECBNGDIGBD", "ALBAOFLJPLE", "CJJDNNOJLKN" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class NHOFBAKNEOF : pb::IMessage<NHOFBAKNEOF>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<NHOFBAKNEOF> _parser = new pb::MessageParser<NHOFBAKNEOF>(() => new NHOFBAKNEOF());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<NHOFBAKNEOF> 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.NHOFBAKNEOFReflection.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 NHOFBAKNEOF() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NHOFBAKNEOF(NHOFBAKNEOF other) : this() {
|
|
dECAEMJPONM_ = other.dECAEMJPONM_;
|
|
lECBNGDIGBD_ = other.lECBNGDIGBD_;
|
|
aLBAOFLJPLE_ = other.aLBAOFLJPLE_;
|
|
cJJDNNOJLKN_ = other.cJJDNNOJLKN_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public NHOFBAKNEOF Clone() {
|
|
return new NHOFBAKNEOF(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "DECAEMJPONM" field.</summary>
|
|
public const int DECAEMJPONMFieldNumber = 1;
|
|
private uint dECAEMJPONM_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DECAEMJPONM {
|
|
get { return dECAEMJPONM_; }
|
|
set {
|
|
dECAEMJPONM_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LECBNGDIGBD" field.</summary>
|
|
public const int LECBNGDIGBDFieldNumber = 2;
|
|
private uint lECBNGDIGBD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LECBNGDIGBD {
|
|
get { return lECBNGDIGBD_; }
|
|
set {
|
|
lECBNGDIGBD_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ALBAOFLJPLE" field.</summary>
|
|
public const int ALBAOFLJPLEFieldNumber = 3;
|
|
private uint aLBAOFLJPLE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ALBAOFLJPLE {
|
|
get { return aLBAOFLJPLE_; }
|
|
set {
|
|
aLBAOFLJPLE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CJJDNNOJLKN" field.</summary>
|
|
public const int CJJDNNOJLKNFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.IKEHMOMIJDG> _repeated_cJJDNNOJLKN_codec
|
|
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.IKEHMOMIJDG.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IKEHMOMIJDG> cJJDNNOJLKN_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IKEHMOMIJDG>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.IKEHMOMIJDG> CJJDNNOJLKN {
|
|
get { return cJJDNNOJLKN_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as NHOFBAKNEOF);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(NHOFBAKNEOF other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (DECAEMJPONM != other.DECAEMJPONM) return false;
|
|
if (LECBNGDIGBD != other.LECBNGDIGBD) return false;
|
|
if (ALBAOFLJPLE != other.ALBAOFLJPLE) return false;
|
|
if(!cJJDNNOJLKN_.Equals(other.cJJDNNOJLKN_)) 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 (DECAEMJPONM != 0) hash ^= DECAEMJPONM.GetHashCode();
|
|
if (LECBNGDIGBD != 0) hash ^= LECBNGDIGBD.GetHashCode();
|
|
if (ALBAOFLJPLE != 0) hash ^= ALBAOFLJPLE.GetHashCode();
|
|
hash ^= cJJDNNOJLKN_.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 (DECAEMJPONM != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(DECAEMJPONM);
|
|
}
|
|
if (LECBNGDIGBD != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(LECBNGDIGBD);
|
|
}
|
|
if (ALBAOFLJPLE != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(ALBAOFLJPLE);
|
|
}
|
|
cJJDNNOJLKN_.WriteTo(output, _repeated_cJJDNNOJLKN_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) {
|
|
if (DECAEMJPONM != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(DECAEMJPONM);
|
|
}
|
|
if (LECBNGDIGBD != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(LECBNGDIGBD);
|
|
}
|
|
if (ALBAOFLJPLE != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteUInt32(ALBAOFLJPLE);
|
|
}
|
|
cJJDNNOJLKN_.WriteTo(ref output, _repeated_cJJDNNOJLKN_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 (DECAEMJPONM != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DECAEMJPONM);
|
|
}
|
|
if (LECBNGDIGBD != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LECBNGDIGBD);
|
|
}
|
|
if (ALBAOFLJPLE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ALBAOFLJPLE);
|
|
}
|
|
size += cJJDNNOJLKN_.CalculateSize(_repeated_cJJDNNOJLKN_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(NHOFBAKNEOF other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.DECAEMJPONM != 0) {
|
|
DECAEMJPONM = other.DECAEMJPONM;
|
|
}
|
|
if (other.LECBNGDIGBD != 0) {
|
|
LECBNGDIGBD = other.LECBNGDIGBD;
|
|
}
|
|
if (other.ALBAOFLJPLE != 0) {
|
|
ALBAOFLJPLE = other.ALBAOFLJPLE;
|
|
}
|
|
cJJDNNOJLKN_.Add(other.cJJDNNOJLKN_);
|
|
_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: {
|
|
DECAEMJPONM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
LECBNGDIGBD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
ALBAOFLJPLE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
cJJDNNOJLKN_.AddEntriesFrom(input, _repeated_cJJDNNOJLKN_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 8: {
|
|
DECAEMJPONM = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
LECBNGDIGBD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
ALBAOFLJPLE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34: {
|
|
cJJDNNOJLKN_.AddEntriesFrom(ref input, _repeated_cJJDNNOJLKN_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|