mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 12:46:03 +08:00
301 lines
10 KiB
C#
301 lines
10 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: IOGGHNBEBMG.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 IOGGHNBEBMG.proto</summary>
|
|
public static partial class IOGGHNBEBMGReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for IOGGHNBEBMG.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static IOGGHNBEBMGReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFJT0dHSE5CRUJNRy5wcm90byJMCgtJT0dHSE5CRUJNRxITCgtDTE1NT0pK",
|
|
"QUpMSxgJIAEoDRITCgtERE5GUE1DUEFJRRgIIAEoDRITCgtQTk1ES1BDQlBL",
|
|
"QhgFIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
|
"bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.IOGGHNBEBMG), global::EggLink.DanhengServer.Proto.IOGGHNBEBMG.Parser, new[]{ "CLMMOJJAJLK", "DDNFPMCPAIE", "PNMDKPCBPKB" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class IOGGHNBEBMG : pb::IMessage<IOGGHNBEBMG>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<IOGGHNBEBMG> _parser = new pb::MessageParser<IOGGHNBEBMG>(() => new IOGGHNBEBMG());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<IOGGHNBEBMG> 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.IOGGHNBEBMGReflection.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 IOGGHNBEBMG() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public IOGGHNBEBMG(IOGGHNBEBMG other) : this() {
|
|
cLMMOJJAJLK_ = other.cLMMOJJAJLK_;
|
|
dDNFPMCPAIE_ = other.dDNFPMCPAIE_;
|
|
pNMDKPCBPKB_ = other.pNMDKPCBPKB_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public IOGGHNBEBMG Clone() {
|
|
return new IOGGHNBEBMG(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "CLMMOJJAJLK" field.</summary>
|
|
public const int CLMMOJJAJLKFieldNumber = 9;
|
|
private uint cLMMOJJAJLK_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint CLMMOJJAJLK {
|
|
get { return cLMMOJJAJLK_; }
|
|
set {
|
|
cLMMOJJAJLK_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DDNFPMCPAIE" field.</summary>
|
|
public const int DDNFPMCPAIEFieldNumber = 8;
|
|
private uint dDNFPMCPAIE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DDNFPMCPAIE {
|
|
get { return dDNFPMCPAIE_; }
|
|
set {
|
|
dDNFPMCPAIE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PNMDKPCBPKB" field.</summary>
|
|
public const int PNMDKPCBPKBFieldNumber = 5;
|
|
private static readonly pb::FieldCodec<uint> _repeated_pNMDKPCBPKB_codec
|
|
= pb::FieldCodec.ForUInt32(42);
|
|
private readonly pbc::RepeatedField<uint> pNMDKPCBPKB_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> PNMDKPCBPKB {
|
|
get { return pNMDKPCBPKB_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as IOGGHNBEBMG);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(IOGGHNBEBMG other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (CLMMOJJAJLK != other.CLMMOJJAJLK) return false;
|
|
if (DDNFPMCPAIE != other.DDNFPMCPAIE) return false;
|
|
if(!pNMDKPCBPKB_.Equals(other.pNMDKPCBPKB_)) 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 (CLMMOJJAJLK != 0) hash ^= CLMMOJJAJLK.GetHashCode();
|
|
if (DDNFPMCPAIE != 0) hash ^= DDNFPMCPAIE.GetHashCode();
|
|
hash ^= pNMDKPCBPKB_.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
|
|
pNMDKPCBPKB_.WriteTo(output, _repeated_pNMDKPCBPKB_codec);
|
|
if (DDNFPMCPAIE != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(DDNFPMCPAIE);
|
|
}
|
|
if (CLMMOJJAJLK != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(CLMMOJJAJLK);
|
|
}
|
|
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) {
|
|
pNMDKPCBPKB_.WriteTo(ref output, _repeated_pNMDKPCBPKB_codec);
|
|
if (DDNFPMCPAIE != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(DDNFPMCPAIE);
|
|
}
|
|
if (CLMMOJJAJLK != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(CLMMOJJAJLK);
|
|
}
|
|
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 (CLMMOJJAJLK != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CLMMOJJAJLK);
|
|
}
|
|
if (DDNFPMCPAIE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DDNFPMCPAIE);
|
|
}
|
|
size += pNMDKPCBPKB_.CalculateSize(_repeated_pNMDKPCBPKB_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(IOGGHNBEBMG other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.CLMMOJJAJLK != 0) {
|
|
CLMMOJJAJLK = other.CLMMOJJAJLK;
|
|
}
|
|
if (other.DDNFPMCPAIE != 0) {
|
|
DDNFPMCPAIE = other.DDNFPMCPAIE;
|
|
}
|
|
pNMDKPCBPKB_.Add(other.pNMDKPCBPKB_);
|
|
_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:
|
|
case 40: {
|
|
pNMDKPCBPKB_.AddEntriesFrom(input, _repeated_pNMDKPCBPKB_codec);
|
|
break;
|
|
}
|
|
case 64: {
|
|
DDNFPMCPAIE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
CLMMOJJAJLK = input.ReadUInt32();
|
|
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:
|
|
case 40: {
|
|
pNMDKPCBPKB_.AddEntriesFrom(ref input, _repeated_pNMDKPCBPKB_codec);
|
|
break;
|
|
}
|
|
case 64: {
|
|
DDNFPMCPAIE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 72: {
|
|
CLMMOJJAJLK = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|