Files
DanhengServer-OpenSource/Proto/GCNAPNPOPEK.cs
2024-12-07 14:00:38 +08:00

347 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GCNAPNPOPEK.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 GCNAPNPOPEK.proto</summary>
public static partial class GCNAPNPOPEKReflection {
#region Descriptor
/// <summary>File descriptor for GCNAPNPOPEK.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GCNAPNPOPEKReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFHQ05BUE5QT1BFSy5wcm90byJbCgtHQ05BUE5QT1BFSxINCgVsZXZlbBgK",
"IAEoDRITCgtKQ0NGRkxIREFGTRgBIAEoDRITCgtPS01GTkJPSEpOTBgIIAEo",
"DRITCgtORklES0dIS1BMQxgOIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
"dmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GCNAPNPOPEK), global::EggLink.DanhengServer.Proto.GCNAPNPOPEK.Parser, new[]{ "Level", "JCCFFLHDAFM", "OKMFNBOHJNL", "NFIDKGHKPLC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GCNAPNPOPEK : pb::IMessage<GCNAPNPOPEK>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GCNAPNPOPEK> _parser = new pb::MessageParser<GCNAPNPOPEK>(() => new GCNAPNPOPEK());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GCNAPNPOPEK> 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.GCNAPNPOPEKReflection.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 GCNAPNPOPEK() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GCNAPNPOPEK(GCNAPNPOPEK other) : this() {
level_ = other.level_;
jCCFFLHDAFM_ = other.jCCFFLHDAFM_;
oKMFNBOHJNL_ = other.oKMFNBOHJNL_;
nFIDKGHKPLC_ = other.nFIDKGHKPLC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GCNAPNPOPEK Clone() {
return new GCNAPNPOPEK(this);
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 10;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = value;
}
}
/// <summary>Field number for the "JCCFFLHDAFM" field.</summary>
public const int JCCFFLHDAFMFieldNumber = 1;
private uint jCCFFLHDAFM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JCCFFLHDAFM {
get { return jCCFFLHDAFM_; }
set {
jCCFFLHDAFM_ = value;
}
}
/// <summary>Field number for the "OKMFNBOHJNL" field.</summary>
public const int OKMFNBOHJNLFieldNumber = 8;
private uint oKMFNBOHJNL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OKMFNBOHJNL {
get { return oKMFNBOHJNL_; }
set {
oKMFNBOHJNL_ = value;
}
}
/// <summary>Field number for the "NFIDKGHKPLC" field.</summary>
public const int NFIDKGHKPLCFieldNumber = 14;
private bool nFIDKGHKPLC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NFIDKGHKPLC {
get { return nFIDKGHKPLC_; }
set {
nFIDKGHKPLC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GCNAPNPOPEK);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GCNAPNPOPEK other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Level != other.Level) return false;
if (JCCFFLHDAFM != other.JCCFFLHDAFM) return false;
if (OKMFNBOHJNL != other.OKMFNBOHJNL) return false;
if (NFIDKGHKPLC != other.NFIDKGHKPLC) 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 (Level != 0) hash ^= Level.GetHashCode();
if (JCCFFLHDAFM != 0) hash ^= JCCFFLHDAFM.GetHashCode();
if (OKMFNBOHJNL != 0) hash ^= OKMFNBOHJNL.GetHashCode();
if (NFIDKGHKPLC != false) hash ^= NFIDKGHKPLC.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 (JCCFFLHDAFM != 0) {
output.WriteRawTag(8);
output.WriteUInt32(JCCFFLHDAFM);
}
if (OKMFNBOHJNL != 0) {
output.WriteRawTag(64);
output.WriteUInt32(OKMFNBOHJNL);
}
if (Level != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Level);
}
if (NFIDKGHKPLC != false) {
output.WriteRawTag(112);
output.WriteBool(NFIDKGHKPLC);
}
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 (JCCFFLHDAFM != 0) {
output.WriteRawTag(8);
output.WriteUInt32(JCCFFLHDAFM);
}
if (OKMFNBOHJNL != 0) {
output.WriteRawTag(64);
output.WriteUInt32(OKMFNBOHJNL);
}
if (Level != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Level);
}
if (NFIDKGHKPLC != false) {
output.WriteRawTag(112);
output.WriteBool(NFIDKGHKPLC);
}
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 (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (JCCFFLHDAFM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JCCFFLHDAFM);
}
if (OKMFNBOHJNL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OKMFNBOHJNL);
}
if (NFIDKGHKPLC != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GCNAPNPOPEK other) {
if (other == null) {
return;
}
if (other.Level != 0) {
Level = other.Level;
}
if (other.JCCFFLHDAFM != 0) {
JCCFFLHDAFM = other.JCCFFLHDAFM;
}
if (other.OKMFNBOHJNL != 0) {
OKMFNBOHJNL = other.OKMFNBOHJNL;
}
if (other.NFIDKGHKPLC != false) {
NFIDKGHKPLC = other.NFIDKGHKPLC;
}
_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: {
JCCFFLHDAFM = input.ReadUInt32();
break;
}
case 64: {
OKMFNBOHJNL = input.ReadUInt32();
break;
}
case 80: {
Level = input.ReadUInt32();
break;
}
case 112: {
NFIDKGHKPLC = input.ReadBool();
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: {
JCCFFLHDAFM = input.ReadUInt32();
break;
}
case 64: {
OKMFNBOHJNL = input.ReadUInt32();
break;
}
case 80: {
Level = input.ReadUInt32();
break;
}
case 112: {
NFIDKGHKPLC = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code