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

310 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: PPKDPAJPAGF.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 PPKDPAJPAGF.proto</summary>
public static partial class PPKDPAJPAGFReflection {
#region Descriptor
/// <summary>File descriptor for PPKDPAJPAGF.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static PPKDPAJPAGFReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFQUEtEUEFKUEFHRi5wcm90bxoTQnVpbGRHb2FsU3RlcC5wcm90byJXCgtQ",
"UEtEUEFKUEFHRhITCgtHSkZIUENJRUJPShgMIAEoDRIeCgZzdGF0dXMYCSAB",
"KA4yDi5CdWlsZEdvYWxTdGVwEhMKC0pMSERLT0xNRURBGAIgASgNQh6qAhtF",
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BuildGoalStepReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.PPKDPAJPAGF), global::EggLink.DanhengServer.Proto.PPKDPAJPAGF.Parser, new[]{ "GJFHPCIEBOJ", "Status", "JLHDKOLMEDA" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PPKDPAJPAGF : pb::IMessage<PPKDPAJPAGF>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<PPKDPAJPAGF> _parser = new pb::MessageParser<PPKDPAJPAGF>(() => new PPKDPAJPAGF());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<PPKDPAJPAGF> 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.PPKDPAJPAGFReflection.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 PPKDPAJPAGF() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PPKDPAJPAGF(PPKDPAJPAGF other) : this() {
gJFHPCIEBOJ_ = other.gJFHPCIEBOJ_;
status_ = other.status_;
jLHDKOLMEDA_ = other.jLHDKOLMEDA_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public PPKDPAJPAGF Clone() {
return new PPKDPAJPAGF(this);
}
/// <summary>Field number for the "GJFHPCIEBOJ" field.</summary>
public const int GJFHPCIEBOJFieldNumber = 12;
private uint gJFHPCIEBOJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GJFHPCIEBOJ {
get { return gJFHPCIEBOJ_; }
set {
gJFHPCIEBOJ_ = value;
}
}
/// <summary>Field number for the "status" field.</summary>
public const int StatusFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.BuildGoalStep status_ = global::EggLink.DanhengServer.Proto.BuildGoalStep.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.BuildGoalStep Status {
get { return status_; }
set {
status_ = value;
}
}
/// <summary>Field number for the "JLHDKOLMEDA" field.</summary>
public const int JLHDKOLMEDAFieldNumber = 2;
private uint jLHDKOLMEDA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JLHDKOLMEDA {
get { return jLHDKOLMEDA_; }
set {
jLHDKOLMEDA_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as PPKDPAJPAGF);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(PPKDPAJPAGF other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (GJFHPCIEBOJ != other.GJFHPCIEBOJ) return false;
if (Status != other.Status) return false;
if (JLHDKOLMEDA != other.JLHDKOLMEDA) 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 (GJFHPCIEBOJ != 0) hash ^= GJFHPCIEBOJ.GetHashCode();
if (Status != global::EggLink.DanhengServer.Proto.BuildGoalStep.None) hash ^= Status.GetHashCode();
if (JLHDKOLMEDA != 0) hash ^= JLHDKOLMEDA.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 (JLHDKOLMEDA != 0) {
output.WriteRawTag(16);
output.WriteUInt32(JLHDKOLMEDA);
}
if (Status != global::EggLink.DanhengServer.Proto.BuildGoalStep.None) {
output.WriteRawTag(72);
output.WriteEnum((int) Status);
}
if (GJFHPCIEBOJ != 0) {
output.WriteRawTag(96);
output.WriteUInt32(GJFHPCIEBOJ);
}
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 (JLHDKOLMEDA != 0) {
output.WriteRawTag(16);
output.WriteUInt32(JLHDKOLMEDA);
}
if (Status != global::EggLink.DanhengServer.Proto.BuildGoalStep.None) {
output.WriteRawTag(72);
output.WriteEnum((int) Status);
}
if (GJFHPCIEBOJ != 0) {
output.WriteRawTag(96);
output.WriteUInt32(GJFHPCIEBOJ);
}
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 (GJFHPCIEBOJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GJFHPCIEBOJ);
}
if (Status != global::EggLink.DanhengServer.Proto.BuildGoalStep.None) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) Status);
}
if (JLHDKOLMEDA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JLHDKOLMEDA);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(PPKDPAJPAGF other) {
if (other == null) {
return;
}
if (other.GJFHPCIEBOJ != 0) {
GJFHPCIEBOJ = other.GJFHPCIEBOJ;
}
if (other.Status != global::EggLink.DanhengServer.Proto.BuildGoalStep.None) {
Status = other.Status;
}
if (other.JLHDKOLMEDA != 0) {
JLHDKOLMEDA = other.JLHDKOLMEDA;
}
_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: {
JLHDKOLMEDA = input.ReadUInt32();
break;
}
case 72: {
Status = (global::EggLink.DanhengServer.Proto.BuildGoalStep) input.ReadEnum();
break;
}
case 96: {
GJFHPCIEBOJ = 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 16: {
JLHDKOLMEDA = input.ReadUInt32();
break;
}
case 72: {
Status = (global::EggLink.DanhengServer.Proto.BuildGoalStep) input.ReadEnum();
break;
}
case 96: {
GJFHPCIEBOJ = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code