Files
DanhengServer-OpenSource/Proto/GJKIAPIPGAN.cs
2025-09-27 13:58:04 +08:00

357 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GJKIAPIPGAN.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 GJKIAPIPGAN.proto</summary>
public static partial class GJKIAPIPGANReflection {
#region Descriptor
/// <summary>File descriptor for GJKIAPIPGAN.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GJKIAPIPGANReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFHSktJQVBJUEdBTi5wcm90byJ2CgtHSktJQVBJUEdBThITCgtGSEJPUEVQ",
"SkFFThgPIAMoDRITCgtMRUdIS05OS09NRxgGIAMoDRITCgtORkVBRE1GTkZM",
"SxgCIAEoCBITCgtPRUZKTUVGUElQTBgHIAEoDRITCgtQT0dFTU1JQ0lMQRgE",
"IAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GJKIAPIPGAN), global::EggLink.DanhengServer.Proto.GJKIAPIPGAN.Parser, new[]{ "FHBOPEPJAEN", "LEGHKNNKOMG", "NFEADMFNFLK", "OEFJMEFPIPL", "POGEMMICILA" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GJKIAPIPGAN : pb::IMessage<GJKIAPIPGAN>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GJKIAPIPGAN> _parser = new pb::MessageParser<GJKIAPIPGAN>(() => new GJKIAPIPGAN());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GJKIAPIPGAN> 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.GJKIAPIPGANReflection.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 GJKIAPIPGAN() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GJKIAPIPGAN(GJKIAPIPGAN other) : this() {
fHBOPEPJAEN_ = other.fHBOPEPJAEN_.Clone();
lEGHKNNKOMG_ = other.lEGHKNNKOMG_.Clone();
nFEADMFNFLK_ = other.nFEADMFNFLK_;
oEFJMEFPIPL_ = other.oEFJMEFPIPL_;
pOGEMMICILA_ = other.pOGEMMICILA_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GJKIAPIPGAN Clone() {
return new GJKIAPIPGAN(this);
}
/// <summary>Field number for the "FHBOPEPJAEN" field.</summary>
public const int FHBOPEPJAENFieldNumber = 15;
private static readonly pb::FieldCodec<uint> _repeated_fHBOPEPJAEN_codec
= pb::FieldCodec.ForUInt32(122);
private readonly pbc::RepeatedField<uint> fHBOPEPJAEN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> FHBOPEPJAEN {
get { return fHBOPEPJAEN_; }
}
/// <summary>Field number for the "LEGHKNNKOMG" field.</summary>
public const int LEGHKNNKOMGFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_lEGHKNNKOMG_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField<uint> lEGHKNNKOMG_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> LEGHKNNKOMG {
get { return lEGHKNNKOMG_; }
}
/// <summary>Field number for the "NFEADMFNFLK" field.</summary>
public const int NFEADMFNFLKFieldNumber = 2;
private bool nFEADMFNFLK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NFEADMFNFLK {
get { return nFEADMFNFLK_; }
set {
nFEADMFNFLK_ = value;
}
}
/// <summary>Field number for the "OEFJMEFPIPL" field.</summary>
public const int OEFJMEFPIPLFieldNumber = 7;
private uint oEFJMEFPIPL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OEFJMEFPIPL {
get { return oEFJMEFPIPL_; }
set {
oEFJMEFPIPL_ = value;
}
}
/// <summary>Field number for the "POGEMMICILA" field.</summary>
public const int POGEMMICILAFieldNumber = 4;
private static readonly pb::FieldCodec<uint> _repeated_pOGEMMICILA_codec
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField<uint> pOGEMMICILA_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> POGEMMICILA {
get { return pOGEMMICILA_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GJKIAPIPGAN);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GJKIAPIPGAN other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!fHBOPEPJAEN_.Equals(other.fHBOPEPJAEN_)) return false;
if(!lEGHKNNKOMG_.Equals(other.lEGHKNNKOMG_)) return false;
if (NFEADMFNFLK != other.NFEADMFNFLK) return false;
if (OEFJMEFPIPL != other.OEFJMEFPIPL) return false;
if(!pOGEMMICILA_.Equals(other.pOGEMMICILA_)) 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;
hash ^= fHBOPEPJAEN_.GetHashCode();
hash ^= lEGHKNNKOMG_.GetHashCode();
if (NFEADMFNFLK != false) hash ^= NFEADMFNFLK.GetHashCode();
if (OEFJMEFPIPL != 0) hash ^= OEFJMEFPIPL.GetHashCode();
hash ^= pOGEMMICILA_.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 (NFEADMFNFLK != false) {
output.WriteRawTag(16);
output.WriteBool(NFEADMFNFLK);
}
pOGEMMICILA_.WriteTo(output, _repeated_pOGEMMICILA_codec);
lEGHKNNKOMG_.WriteTo(output, _repeated_lEGHKNNKOMG_codec);
if (OEFJMEFPIPL != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OEFJMEFPIPL);
}
fHBOPEPJAEN_.WriteTo(output, _repeated_fHBOPEPJAEN_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 (NFEADMFNFLK != false) {
output.WriteRawTag(16);
output.WriteBool(NFEADMFNFLK);
}
pOGEMMICILA_.WriteTo(ref output, _repeated_pOGEMMICILA_codec);
lEGHKNNKOMG_.WriteTo(ref output, _repeated_lEGHKNNKOMG_codec);
if (OEFJMEFPIPL != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OEFJMEFPIPL);
}
fHBOPEPJAEN_.WriteTo(ref output, _repeated_fHBOPEPJAEN_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;
size += fHBOPEPJAEN_.CalculateSize(_repeated_fHBOPEPJAEN_codec);
size += lEGHKNNKOMG_.CalculateSize(_repeated_lEGHKNNKOMG_codec);
if (NFEADMFNFLK != false) {
size += 1 + 1;
}
if (OEFJMEFPIPL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OEFJMEFPIPL);
}
size += pOGEMMICILA_.CalculateSize(_repeated_pOGEMMICILA_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GJKIAPIPGAN other) {
if (other == null) {
return;
}
fHBOPEPJAEN_.Add(other.fHBOPEPJAEN_);
lEGHKNNKOMG_.Add(other.lEGHKNNKOMG_);
if (other.NFEADMFNFLK != false) {
NFEADMFNFLK = other.NFEADMFNFLK;
}
if (other.OEFJMEFPIPL != 0) {
OEFJMEFPIPL = other.OEFJMEFPIPL;
}
pOGEMMICILA_.Add(other.pOGEMMICILA_);
_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 16: {
NFEADMFNFLK = input.ReadBool();
break;
}
case 34:
case 32: {
pOGEMMICILA_.AddEntriesFrom(input, _repeated_pOGEMMICILA_codec);
break;
}
case 50:
case 48: {
lEGHKNNKOMG_.AddEntriesFrom(input, _repeated_lEGHKNNKOMG_codec);
break;
}
case 56: {
OEFJMEFPIPL = input.ReadUInt32();
break;
}
case 122:
case 120: {
fHBOPEPJAEN_.AddEntriesFrom(input, _repeated_fHBOPEPJAEN_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 16: {
NFEADMFNFLK = input.ReadBool();
break;
}
case 34:
case 32: {
pOGEMMICILA_.AddEntriesFrom(ref input, _repeated_pOGEMMICILA_codec);
break;
}
case 50:
case 48: {
lEGHKNNKOMG_.AddEntriesFrom(ref input, _repeated_lEGHKNNKOMG_codec);
break;
}
case 56: {
OEFJMEFPIPL = input.ReadUInt32();
break;
}
case 122:
case 120: {
fHBOPEPJAEN_.AddEntriesFrom(ref input, _repeated_fHBOPEPJAEN_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code