mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
375 lines
13 KiB
C#
375 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PMDKLNBLFMI.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 PMDKLNBLFMI.proto</summary>
|
|
public static partial class PMDKLNBLFMIReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PMDKLNBLFMI.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PMDKLNBLFMIReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFQTURLTE5CTEZNSS5wcm90byJzCgtQTURLTE5CTEZNSRITCgtGRVBOR0dM",
|
|
"SURQRxgEIAEoDRITCgtJQ0dGQkVQQkJOSBgIIAEoDRIQCghldmVudF9pZBgF",
|
|
"IAEoDRITCgtNRURNSUdQQU1PRxgHIAEoDRITCgtESEVGT1BJSEFPRxgGIAMo",
|
|
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PMDKLNBLFMI), global::EggLink.DanhengServer.Proto.PMDKLNBLFMI.Parser, new[]{ "FEPNGGLIDPG", "ICGFBEPBBNH", "EventId", "MEDMIGPAMOG", "DHEFOPIHAOG" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PMDKLNBLFMI : pb::IMessage<PMDKLNBLFMI>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PMDKLNBLFMI> _parser = new pb::MessageParser<PMDKLNBLFMI>(() => new PMDKLNBLFMI());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PMDKLNBLFMI> 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.PMDKLNBLFMIReflection.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 PMDKLNBLFMI() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PMDKLNBLFMI(PMDKLNBLFMI other) : this() {
|
|
fEPNGGLIDPG_ = other.fEPNGGLIDPG_;
|
|
iCGFBEPBBNH_ = other.iCGFBEPBBNH_;
|
|
eventId_ = other.eventId_;
|
|
mEDMIGPAMOG_ = other.mEDMIGPAMOG_;
|
|
dHEFOPIHAOG_ = other.dHEFOPIHAOG_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PMDKLNBLFMI Clone() {
|
|
return new PMDKLNBLFMI(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "FEPNGGLIDPG" field.</summary>
|
|
public const int FEPNGGLIDPGFieldNumber = 4;
|
|
private uint fEPNGGLIDPG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FEPNGGLIDPG {
|
|
get { return fEPNGGLIDPG_; }
|
|
set {
|
|
fEPNGGLIDPG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ICGFBEPBBNH" field.</summary>
|
|
public const int ICGFBEPBBNHFieldNumber = 8;
|
|
private uint iCGFBEPBBNH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ICGFBEPBBNH {
|
|
get { return iCGFBEPBBNH_; }
|
|
set {
|
|
iCGFBEPBBNH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "event_id" field.</summary>
|
|
public const int EventIdFieldNumber = 5;
|
|
private uint eventId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EventId {
|
|
get { return eventId_; }
|
|
set {
|
|
eventId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MEDMIGPAMOG" field.</summary>
|
|
public const int MEDMIGPAMOGFieldNumber = 7;
|
|
private uint mEDMIGPAMOG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint MEDMIGPAMOG {
|
|
get { return mEDMIGPAMOG_; }
|
|
set {
|
|
mEDMIGPAMOG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DHEFOPIHAOG" field.</summary>
|
|
public const int DHEFOPIHAOGFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<uint> _repeated_dHEFOPIHAOG_codec
|
|
= pb::FieldCodec.ForUInt32(50);
|
|
private readonly pbc::RepeatedField<uint> dHEFOPIHAOG_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> DHEFOPIHAOG {
|
|
get { return dHEFOPIHAOG_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PMDKLNBLFMI);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PMDKLNBLFMI other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (FEPNGGLIDPG != other.FEPNGGLIDPG) return false;
|
|
if (ICGFBEPBBNH != other.ICGFBEPBBNH) return false;
|
|
if (EventId != other.EventId) return false;
|
|
if (MEDMIGPAMOG != other.MEDMIGPAMOG) return false;
|
|
if(!dHEFOPIHAOG_.Equals(other.dHEFOPIHAOG_)) 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 (FEPNGGLIDPG != 0) hash ^= FEPNGGLIDPG.GetHashCode();
|
|
if (ICGFBEPBBNH != 0) hash ^= ICGFBEPBBNH.GetHashCode();
|
|
if (EventId != 0) hash ^= EventId.GetHashCode();
|
|
if (MEDMIGPAMOG != 0) hash ^= MEDMIGPAMOG.GetHashCode();
|
|
hash ^= dHEFOPIHAOG_.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 (FEPNGGLIDPG != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(FEPNGGLIDPG);
|
|
}
|
|
if (EventId != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(EventId);
|
|
}
|
|
dHEFOPIHAOG_.WriteTo(output, _repeated_dHEFOPIHAOG_codec);
|
|
if (MEDMIGPAMOG != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(MEDMIGPAMOG);
|
|
}
|
|
if (ICGFBEPBBNH != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(ICGFBEPBBNH);
|
|
}
|
|
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 (FEPNGGLIDPG != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(FEPNGGLIDPG);
|
|
}
|
|
if (EventId != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(EventId);
|
|
}
|
|
dHEFOPIHAOG_.WriteTo(ref output, _repeated_dHEFOPIHAOG_codec);
|
|
if (MEDMIGPAMOG != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(MEDMIGPAMOG);
|
|
}
|
|
if (ICGFBEPBBNH != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteUInt32(ICGFBEPBBNH);
|
|
}
|
|
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 (FEPNGGLIDPG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FEPNGGLIDPG);
|
|
}
|
|
if (ICGFBEPBBNH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ICGFBEPBBNH);
|
|
}
|
|
if (EventId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EventId);
|
|
}
|
|
if (MEDMIGPAMOG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MEDMIGPAMOG);
|
|
}
|
|
size += dHEFOPIHAOG_.CalculateSize(_repeated_dHEFOPIHAOG_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PMDKLNBLFMI other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.FEPNGGLIDPG != 0) {
|
|
FEPNGGLIDPG = other.FEPNGGLIDPG;
|
|
}
|
|
if (other.ICGFBEPBBNH != 0) {
|
|
ICGFBEPBBNH = other.ICGFBEPBBNH;
|
|
}
|
|
if (other.EventId != 0) {
|
|
EventId = other.EventId;
|
|
}
|
|
if (other.MEDMIGPAMOG != 0) {
|
|
MEDMIGPAMOG = other.MEDMIGPAMOG;
|
|
}
|
|
dHEFOPIHAOG_.Add(other.dHEFOPIHAOG_);
|
|
_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 32: {
|
|
FEPNGGLIDPG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
EventId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
dHEFOPIHAOG_.AddEntriesFrom(input, _repeated_dHEFOPIHAOG_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
MEDMIGPAMOG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
ICGFBEPBBNH = 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 32: {
|
|
FEPNGGLIDPG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
EventId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
dHEFOPIHAOG_.AddEntriesFrom(ref input, _repeated_dHEFOPIHAOG_codec);
|
|
break;
|
|
}
|
|
case 56: {
|
|
MEDMIGPAMOG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
ICGFBEPBBNH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|