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

422 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: JNIPIAADOIP.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 JNIPIAADOIP.proto</summary>
public static partial class JNIPIAADOIPReflection {
#region Descriptor
/// <summary>File descriptor for JNIPIAADOIP.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static JNIPIAADOIPReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFKTklQSUFBRE9JUC5wcm90byKLAQoLSk5JUElBQURPSVASEwoLTUxHRkpH",
"Q0hPTkgYASABKA0SEwoLSEpOT0lFTkdFREwYDyABKA0SEwoLQkNGQkZNTUVO",
"SksYCSABKAMSEwoLaXNfZmluaXNoZWQYDSABKAgSEwoLQkxNTkVLRlBBR0gY",
"ByABKA0SEwoLREtISUdDSVBFS0YYDCABKAhCHqoCG0VnZ0xpbmsuRGFuaGVu",
"Z1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.JNIPIAADOIP), global::EggLink.DanhengServer.Proto.JNIPIAADOIP.Parser, new[]{ "MLGFJGCHONH", "HJNOIENGEDL", "BCFBFMMENJK", "IsFinished", "BLMNEKFPAGH", "DKHIGCIPEKF" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class JNIPIAADOIP : pb::IMessage<JNIPIAADOIP>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<JNIPIAADOIP> _parser = new pb::MessageParser<JNIPIAADOIP>(() => new JNIPIAADOIP());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<JNIPIAADOIP> 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.JNIPIAADOIPReflection.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 JNIPIAADOIP() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public JNIPIAADOIP(JNIPIAADOIP other) : this() {
mLGFJGCHONH_ = other.mLGFJGCHONH_;
hJNOIENGEDL_ = other.hJNOIENGEDL_;
bCFBFMMENJK_ = other.bCFBFMMENJK_;
isFinished_ = other.isFinished_;
bLMNEKFPAGH_ = other.bLMNEKFPAGH_;
dKHIGCIPEKF_ = other.dKHIGCIPEKF_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public JNIPIAADOIP Clone() {
return new JNIPIAADOIP(this);
}
/// <summary>Field number for the "MLGFJGCHONH" field.</summary>
public const int MLGFJGCHONHFieldNumber = 1;
private uint mLGFJGCHONH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MLGFJGCHONH {
get { return mLGFJGCHONH_; }
set {
mLGFJGCHONH_ = value;
}
}
/// <summary>Field number for the "HJNOIENGEDL" field.</summary>
public const int HJNOIENGEDLFieldNumber = 15;
private uint hJNOIENGEDL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HJNOIENGEDL {
get { return hJNOIENGEDL_; }
set {
hJNOIENGEDL_ = value;
}
}
/// <summary>Field number for the "BCFBFMMENJK" field.</summary>
public const int BCFBFMMENJKFieldNumber = 9;
private long bCFBFMMENJK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public long BCFBFMMENJK {
get { return bCFBFMMENJK_; }
set {
bCFBFMMENJK_ = value;
}
}
/// <summary>Field number for the "is_finished" field.</summary>
public const int IsFinishedFieldNumber = 13;
private bool isFinished_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool IsFinished {
get { return isFinished_; }
set {
isFinished_ = value;
}
}
/// <summary>Field number for the "BLMNEKFPAGH" field.</summary>
public const int BLMNEKFPAGHFieldNumber = 7;
private uint bLMNEKFPAGH_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BLMNEKFPAGH {
get { return bLMNEKFPAGH_; }
set {
bLMNEKFPAGH_ = value;
}
}
/// <summary>Field number for the "DKHIGCIPEKF" field.</summary>
public const int DKHIGCIPEKFFieldNumber = 12;
private bool dKHIGCIPEKF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DKHIGCIPEKF {
get { return dKHIGCIPEKF_; }
set {
dKHIGCIPEKF_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as JNIPIAADOIP);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(JNIPIAADOIP other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (MLGFJGCHONH != other.MLGFJGCHONH) return false;
if (HJNOIENGEDL != other.HJNOIENGEDL) return false;
if (BCFBFMMENJK != other.BCFBFMMENJK) return false;
if (IsFinished != other.IsFinished) return false;
if (BLMNEKFPAGH != other.BLMNEKFPAGH) return false;
if (DKHIGCIPEKF != other.DKHIGCIPEKF) 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 (MLGFJGCHONH != 0) hash ^= MLGFJGCHONH.GetHashCode();
if (HJNOIENGEDL != 0) hash ^= HJNOIENGEDL.GetHashCode();
if (BCFBFMMENJK != 0L) hash ^= BCFBFMMENJK.GetHashCode();
if (IsFinished != false) hash ^= IsFinished.GetHashCode();
if (BLMNEKFPAGH != 0) hash ^= BLMNEKFPAGH.GetHashCode();
if (DKHIGCIPEKF != false) hash ^= DKHIGCIPEKF.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 (MLGFJGCHONH != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MLGFJGCHONH);
}
if (BLMNEKFPAGH != 0) {
output.WriteRawTag(56);
output.WriteUInt32(BLMNEKFPAGH);
}
if (BCFBFMMENJK != 0L) {
output.WriteRawTag(72);
output.WriteInt64(BCFBFMMENJK);
}
if (DKHIGCIPEKF != false) {
output.WriteRawTag(96);
output.WriteBool(DKHIGCIPEKF);
}
if (IsFinished != false) {
output.WriteRawTag(104);
output.WriteBool(IsFinished);
}
if (HJNOIENGEDL != 0) {
output.WriteRawTag(120);
output.WriteUInt32(HJNOIENGEDL);
}
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 (MLGFJGCHONH != 0) {
output.WriteRawTag(8);
output.WriteUInt32(MLGFJGCHONH);
}
if (BLMNEKFPAGH != 0) {
output.WriteRawTag(56);
output.WriteUInt32(BLMNEKFPAGH);
}
if (BCFBFMMENJK != 0L) {
output.WriteRawTag(72);
output.WriteInt64(BCFBFMMENJK);
}
if (DKHIGCIPEKF != false) {
output.WriteRawTag(96);
output.WriteBool(DKHIGCIPEKF);
}
if (IsFinished != false) {
output.WriteRawTag(104);
output.WriteBool(IsFinished);
}
if (HJNOIENGEDL != 0) {
output.WriteRawTag(120);
output.WriteUInt32(HJNOIENGEDL);
}
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 (MLGFJGCHONH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MLGFJGCHONH);
}
if (HJNOIENGEDL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HJNOIENGEDL);
}
if (BCFBFMMENJK != 0L) {
size += 1 + pb::CodedOutputStream.ComputeInt64Size(BCFBFMMENJK);
}
if (IsFinished != false) {
size += 1 + 1;
}
if (BLMNEKFPAGH != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BLMNEKFPAGH);
}
if (DKHIGCIPEKF != 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(JNIPIAADOIP other) {
if (other == null) {
return;
}
if (other.MLGFJGCHONH != 0) {
MLGFJGCHONH = other.MLGFJGCHONH;
}
if (other.HJNOIENGEDL != 0) {
HJNOIENGEDL = other.HJNOIENGEDL;
}
if (other.BCFBFMMENJK != 0L) {
BCFBFMMENJK = other.BCFBFMMENJK;
}
if (other.IsFinished != false) {
IsFinished = other.IsFinished;
}
if (other.BLMNEKFPAGH != 0) {
BLMNEKFPAGH = other.BLMNEKFPAGH;
}
if (other.DKHIGCIPEKF != false) {
DKHIGCIPEKF = other.DKHIGCIPEKF;
}
_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: {
MLGFJGCHONH = input.ReadUInt32();
break;
}
case 56: {
BLMNEKFPAGH = input.ReadUInt32();
break;
}
case 72: {
BCFBFMMENJK = input.ReadInt64();
break;
}
case 96: {
DKHIGCIPEKF = input.ReadBool();
break;
}
case 104: {
IsFinished = input.ReadBool();
break;
}
case 120: {
HJNOIENGEDL = 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: {
MLGFJGCHONH = input.ReadUInt32();
break;
}
case 56: {
BLMNEKFPAGH = input.ReadUInt32();
break;
}
case 72: {
BCFBFMMENJK = input.ReadInt64();
break;
}
case 96: {
DKHIGCIPEKF = input.ReadBool();
break;
}
case 104: {
IsFinished = input.ReadBool();
break;
}
case 120: {
HJNOIENGEDL = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code