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

310 lines
10 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GACOOBPEIAK.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 GACOOBPEIAK.proto</summary>
public static partial class GACOOBPEIAKReflection {
#region Descriptor
/// <summary>File descriptor for GACOOBPEIAK.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GACOOBPEIAKReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFHQUNPT0JQRUlBSy5wcm90byJMCgtHQUNPT0JQRUlBSxITCgtGRU1QTUNE",
"TkdQTBgGIAEoDRITCgtQRUNBSkZITEpESRgBIAEoDRITCgtDRVBEUEFNREFJ",
"QhgMIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
"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.GACOOBPEIAK), global::EggLink.DanhengServer.Proto.GACOOBPEIAK.Parser, new[]{ "FEMPMCDNGPL", "PECAJFHLJDI", "CEPDPAMDAIB" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GACOOBPEIAK : pb::IMessage<GACOOBPEIAK>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GACOOBPEIAK> _parser = new pb::MessageParser<GACOOBPEIAK>(() => new GACOOBPEIAK());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GACOOBPEIAK> 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.GACOOBPEIAKReflection.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 GACOOBPEIAK() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GACOOBPEIAK(GACOOBPEIAK other) : this() {
fEMPMCDNGPL_ = other.fEMPMCDNGPL_;
pECAJFHLJDI_ = other.pECAJFHLJDI_;
cEPDPAMDAIB_ = other.cEPDPAMDAIB_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GACOOBPEIAK Clone() {
return new GACOOBPEIAK(this);
}
/// <summary>Field number for the "FEMPMCDNGPL" field.</summary>
public const int FEMPMCDNGPLFieldNumber = 6;
private uint fEMPMCDNGPL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FEMPMCDNGPL {
get { return fEMPMCDNGPL_; }
set {
fEMPMCDNGPL_ = value;
}
}
/// <summary>Field number for the "PECAJFHLJDI" field.</summary>
public const int PECAJFHLJDIFieldNumber = 1;
private uint pECAJFHLJDI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PECAJFHLJDI {
get { return pECAJFHLJDI_; }
set {
pECAJFHLJDI_ = value;
}
}
/// <summary>Field number for the "CEPDPAMDAIB" field.</summary>
public const int CEPDPAMDAIBFieldNumber = 12;
private uint cEPDPAMDAIB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CEPDPAMDAIB {
get { return cEPDPAMDAIB_; }
set {
cEPDPAMDAIB_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GACOOBPEIAK);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GACOOBPEIAK other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (FEMPMCDNGPL != other.FEMPMCDNGPL) return false;
if (PECAJFHLJDI != other.PECAJFHLJDI) return false;
if (CEPDPAMDAIB != other.CEPDPAMDAIB) 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 (FEMPMCDNGPL != 0) hash ^= FEMPMCDNGPL.GetHashCode();
if (PECAJFHLJDI != 0) hash ^= PECAJFHLJDI.GetHashCode();
if (CEPDPAMDAIB != 0) hash ^= CEPDPAMDAIB.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 (PECAJFHLJDI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(PECAJFHLJDI);
}
if (FEMPMCDNGPL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(FEMPMCDNGPL);
}
if (CEPDPAMDAIB != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CEPDPAMDAIB);
}
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 (PECAJFHLJDI != 0) {
output.WriteRawTag(8);
output.WriteUInt32(PECAJFHLJDI);
}
if (FEMPMCDNGPL != 0) {
output.WriteRawTag(48);
output.WriteUInt32(FEMPMCDNGPL);
}
if (CEPDPAMDAIB != 0) {
output.WriteRawTag(96);
output.WriteUInt32(CEPDPAMDAIB);
}
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 (FEMPMCDNGPL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FEMPMCDNGPL);
}
if (PECAJFHLJDI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PECAJFHLJDI);
}
if (CEPDPAMDAIB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CEPDPAMDAIB);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GACOOBPEIAK other) {
if (other == null) {
return;
}
if (other.FEMPMCDNGPL != 0) {
FEMPMCDNGPL = other.FEMPMCDNGPL;
}
if (other.PECAJFHLJDI != 0) {
PECAJFHLJDI = other.PECAJFHLJDI;
}
if (other.CEPDPAMDAIB != 0) {
CEPDPAMDAIB = other.CEPDPAMDAIB;
}
_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: {
PECAJFHLJDI = input.ReadUInt32();
break;
}
case 48: {
FEMPMCDNGPL = input.ReadUInt32();
break;
}
case 96: {
CEPDPAMDAIB = 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 8: {
PECAJFHLJDI = input.ReadUInt32();
break;
}
case 48: {
FEMPMCDNGPL = input.ReadUInt32();
break;
}
case 96: {
CEPDPAMDAIB = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code