Files
DanhengServer-OpenSource/Proto/FIPNNGPAFCA.cs
2024-11-16 10:25:29 +08:00

451 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FIPNNGPAFCA.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 FIPNNGPAFCA.proto</summary>
public static partial class FIPNNGPAFCAReflection {
#region Descriptor
/// <summary>File descriptor for FIPNNGPAFCA.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FIPNNGPAFCAReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGSVBOTkdQQUZDQS5wcm90bxoRUE5DRU9IUEZGT04ucHJvdG8aEUpDQkFK",
"SklGQktOLnByb3RvGhFIRUxCRUlITUdLSy5wcm90byKzAQoLRklQTk5HUEFG",
"Q0ESEwoLR0ZER0dDQkdHR0QYDiABKA0SEwoLSUNNRE9OTUVKR0UYDCABKA0S",
"EQoJY29uZmlnX2lkGAogASgNEiEKC0RHR0xKRUNDQk1CGAMgASgLMgwuUE5D",
"RU9IUEZGT04SIQoLS0lPQUhCSURNUEMYCSABKAsyDC5IRUxCRUlITUdLSxIh",
"CgtLSU9EREpPQ0RNTBgHIAEoCzIMLkpDQkFKSklGQktOQh6qAhtFZ2dMaW5r",
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PNCEOHPFFONReflection.Descriptor, global::EggLink.DanhengServer.Proto.JCBAJJIFBKNReflection.Descriptor, global::EggLink.DanhengServer.Proto.HELBEIHMGKKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FIPNNGPAFCA), global::EggLink.DanhengServer.Proto.FIPNNGPAFCA.Parser, new[]{ "GFDGGCBGGGD", "ICMDONMEJGE", "ConfigId", "DGGLJECCBMB", "KIOAHBIDMPC", "KIODDJOCDML" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FIPNNGPAFCA : pb::IMessage<FIPNNGPAFCA>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FIPNNGPAFCA> _parser = new pb::MessageParser<FIPNNGPAFCA>(() => new FIPNNGPAFCA());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FIPNNGPAFCA> 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.FIPNNGPAFCAReflection.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 FIPNNGPAFCA() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FIPNNGPAFCA(FIPNNGPAFCA other) : this() {
gFDGGCBGGGD_ = other.gFDGGCBGGGD_;
iCMDONMEJGE_ = other.iCMDONMEJGE_;
configId_ = other.configId_;
dGGLJECCBMB_ = other.dGGLJECCBMB_ != null ? other.dGGLJECCBMB_.Clone() : null;
kIOAHBIDMPC_ = other.kIOAHBIDMPC_ != null ? other.kIOAHBIDMPC_.Clone() : null;
kIODDJOCDML_ = other.kIODDJOCDML_ != null ? other.kIODDJOCDML_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FIPNNGPAFCA Clone() {
return new FIPNNGPAFCA(this);
}
/// <summary>Field number for the "GFDGGCBGGGD" field.</summary>
public const int GFDGGCBGGGDFieldNumber = 14;
private uint gFDGGCBGGGD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GFDGGCBGGGD {
get { return gFDGGCBGGGD_; }
set {
gFDGGCBGGGD_ = value;
}
}
/// <summary>Field number for the "ICMDONMEJGE" field.</summary>
public const int ICMDONMEJGEFieldNumber = 12;
private uint iCMDONMEJGE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ICMDONMEJGE {
get { return iCMDONMEJGE_; }
set {
iCMDONMEJGE_ = value;
}
}
/// <summary>Field number for the "config_id" field.</summary>
public const int ConfigIdFieldNumber = 10;
private uint configId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ConfigId {
get { return configId_; }
set {
configId_ = value;
}
}
/// <summary>Field number for the "DGGLJECCBMB" field.</summary>
public const int DGGLJECCBMBFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.PNCEOHPFFON dGGLJECCBMB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PNCEOHPFFON DGGLJECCBMB {
get { return dGGLJECCBMB_; }
set {
dGGLJECCBMB_ = value;
}
}
/// <summary>Field number for the "KIOAHBIDMPC" field.</summary>
public const int KIOAHBIDMPCFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.HELBEIHMGKK kIOAHBIDMPC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.HELBEIHMGKK KIOAHBIDMPC {
get { return kIOAHBIDMPC_; }
set {
kIOAHBIDMPC_ = value;
}
}
/// <summary>Field number for the "KIODDJOCDML" field.</summary>
public const int KIODDJOCDMLFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.JCBAJJIFBKN kIODDJOCDML_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.JCBAJJIFBKN KIODDJOCDML {
get { return kIODDJOCDML_; }
set {
kIODDJOCDML_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FIPNNGPAFCA);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FIPNNGPAFCA other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (GFDGGCBGGGD != other.GFDGGCBGGGD) return false;
if (ICMDONMEJGE != other.ICMDONMEJGE) return false;
if (ConfigId != other.ConfigId) return false;
if (!object.Equals(DGGLJECCBMB, other.DGGLJECCBMB)) return false;
if (!object.Equals(KIOAHBIDMPC, other.KIOAHBIDMPC)) return false;
if (!object.Equals(KIODDJOCDML, other.KIODDJOCDML)) 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 (GFDGGCBGGGD != 0) hash ^= GFDGGCBGGGD.GetHashCode();
if (ICMDONMEJGE != 0) hash ^= ICMDONMEJGE.GetHashCode();
if (ConfigId != 0) hash ^= ConfigId.GetHashCode();
if (dGGLJECCBMB_ != null) hash ^= DGGLJECCBMB.GetHashCode();
if (kIOAHBIDMPC_ != null) hash ^= KIOAHBIDMPC.GetHashCode();
if (kIODDJOCDML_ != null) hash ^= KIODDJOCDML.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 (dGGLJECCBMB_ != null) {
output.WriteRawTag(26);
output.WriteMessage(DGGLJECCBMB);
}
if (kIODDJOCDML_ != null) {
output.WriteRawTag(58);
output.WriteMessage(KIODDJOCDML);
}
if (kIOAHBIDMPC_ != null) {
output.WriteRawTag(74);
output.WriteMessage(KIOAHBIDMPC);
}
if (ConfigId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(ConfigId);
}
if (ICMDONMEJGE != 0) {
output.WriteRawTag(96);
output.WriteUInt32(ICMDONMEJGE);
}
if (GFDGGCBGGGD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(GFDGGCBGGGD);
}
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 (dGGLJECCBMB_ != null) {
output.WriteRawTag(26);
output.WriteMessage(DGGLJECCBMB);
}
if (kIODDJOCDML_ != null) {
output.WriteRawTag(58);
output.WriteMessage(KIODDJOCDML);
}
if (kIOAHBIDMPC_ != null) {
output.WriteRawTag(74);
output.WriteMessage(KIOAHBIDMPC);
}
if (ConfigId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(ConfigId);
}
if (ICMDONMEJGE != 0) {
output.WriteRawTag(96);
output.WriteUInt32(ICMDONMEJGE);
}
if (GFDGGCBGGGD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(GFDGGCBGGGD);
}
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 (GFDGGCBGGGD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GFDGGCBGGGD);
}
if (ICMDONMEJGE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ICMDONMEJGE);
}
if (ConfigId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ConfigId);
}
if (dGGLJECCBMB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DGGLJECCBMB);
}
if (kIOAHBIDMPC_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KIOAHBIDMPC);
}
if (kIODDJOCDML_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(KIODDJOCDML);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FIPNNGPAFCA other) {
if (other == null) {
return;
}
if (other.GFDGGCBGGGD != 0) {
GFDGGCBGGGD = other.GFDGGCBGGGD;
}
if (other.ICMDONMEJGE != 0) {
ICMDONMEJGE = other.ICMDONMEJGE;
}
if (other.ConfigId != 0) {
ConfigId = other.ConfigId;
}
if (other.dGGLJECCBMB_ != null) {
if (dGGLJECCBMB_ == null) {
DGGLJECCBMB = new global::EggLink.DanhengServer.Proto.PNCEOHPFFON();
}
DGGLJECCBMB.MergeFrom(other.DGGLJECCBMB);
}
if (other.kIOAHBIDMPC_ != null) {
if (kIOAHBIDMPC_ == null) {
KIOAHBIDMPC = new global::EggLink.DanhengServer.Proto.HELBEIHMGKK();
}
KIOAHBIDMPC.MergeFrom(other.KIOAHBIDMPC);
}
if (other.kIODDJOCDML_ != null) {
if (kIODDJOCDML_ == null) {
KIODDJOCDML = new global::EggLink.DanhengServer.Proto.JCBAJJIFBKN();
}
KIODDJOCDML.MergeFrom(other.KIODDJOCDML);
}
_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 26: {
if (dGGLJECCBMB_ == null) {
DGGLJECCBMB = new global::EggLink.DanhengServer.Proto.PNCEOHPFFON();
}
input.ReadMessage(DGGLJECCBMB);
break;
}
case 58: {
if (kIODDJOCDML_ == null) {
KIODDJOCDML = new global::EggLink.DanhengServer.Proto.JCBAJJIFBKN();
}
input.ReadMessage(KIODDJOCDML);
break;
}
case 74: {
if (kIOAHBIDMPC_ == null) {
KIOAHBIDMPC = new global::EggLink.DanhengServer.Proto.HELBEIHMGKK();
}
input.ReadMessage(KIOAHBIDMPC);
break;
}
case 80: {
ConfigId = input.ReadUInt32();
break;
}
case 96: {
ICMDONMEJGE = input.ReadUInt32();
break;
}
case 112: {
GFDGGCBGGGD = 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 26: {
if (dGGLJECCBMB_ == null) {
DGGLJECCBMB = new global::EggLink.DanhengServer.Proto.PNCEOHPFFON();
}
input.ReadMessage(DGGLJECCBMB);
break;
}
case 58: {
if (kIODDJOCDML_ == null) {
KIODDJOCDML = new global::EggLink.DanhengServer.Proto.JCBAJJIFBKN();
}
input.ReadMessage(KIODDJOCDML);
break;
}
case 74: {
if (kIOAHBIDMPC_ == null) {
KIOAHBIDMPC = new global::EggLink.DanhengServer.Proto.HELBEIHMGKK();
}
input.ReadMessage(KIOAHBIDMPC);
break;
}
case 80: {
ConfigId = input.ReadUInt32();
break;
}
case 96: {
ICMDONMEJGE = input.ReadUInt32();
break;
}
case 112: {
GFDGGCBGGGD = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code