Files
DanhengServer-OpenSource/Proto/DHIDLPCFJMA.cs
2025-01-15 18:20:32 +08:00

318 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DHIDLPCFJMA.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 DHIDLPCFJMA.proto</summary>
public static partial class DHIDLPCFJMAReflection {
#region Descriptor
/// <summary>File descriptor for DHIDLPCFJMA.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DHIDLPCFJMAReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFESElETFBDRkpNQS5wcm90bxoRR0pEREtNQkhFQ08ucHJvdG8aEUZBTURE",
"R0VCRUlCLnByb3RvInYKC0RISURMUENGSk1BEiEKC0JFSE1LTkRERkVPGAcg",
"AygLMgwuR0pEREtNQkhFQ08SIQoLQUlCTktHSkRCSUYYDCABKAsyDC5HSkRE",
"S01CSEVDTxIhCgtFT0pHSURQS01KTRgNIAEoCzIMLkZBTURER0VCRUlCQh6q",
"AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GJDDKMBHECOReflection.Descriptor, global::EggLink.DanhengServer.Proto.FAMDDGEBEIBReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DHIDLPCFJMA), global::EggLink.DanhengServer.Proto.DHIDLPCFJMA.Parser, new[]{ "BEHMKNDDFEO", "AIBNKGJDBIF", "EOJGIDPKMJM" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DHIDLPCFJMA : pb::IMessage<DHIDLPCFJMA>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<DHIDLPCFJMA> _parser = new pb::MessageParser<DHIDLPCFJMA>(() => new DHIDLPCFJMA());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<DHIDLPCFJMA> 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.DHIDLPCFJMAReflection.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 DHIDLPCFJMA() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DHIDLPCFJMA(DHIDLPCFJMA other) : this() {
bEHMKNDDFEO_ = other.bEHMKNDDFEO_.Clone();
aIBNKGJDBIF_ = other.aIBNKGJDBIF_ != null ? other.aIBNKGJDBIF_.Clone() : null;
eOJGIDPKMJM_ = other.eOJGIDPKMJM_ != null ? other.eOJGIDPKMJM_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DHIDLPCFJMA Clone() {
return new DHIDLPCFJMA(this);
}
/// <summary>Field number for the "BEHMKNDDFEO" field.</summary>
public const int BEHMKNDDFEOFieldNumber = 7;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.GJDDKMBHECO> _repeated_bEHMKNDDFEO_codec
= pb::FieldCodec.ForMessage(58, global::EggLink.DanhengServer.Proto.GJDDKMBHECO.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GJDDKMBHECO> bEHMKNDDFEO_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GJDDKMBHECO>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GJDDKMBHECO> BEHMKNDDFEO {
get { return bEHMKNDDFEO_; }
}
/// <summary>Field number for the "AIBNKGJDBIF" field.</summary>
public const int AIBNKGJDBIFFieldNumber = 12;
private global::EggLink.DanhengServer.Proto.GJDDKMBHECO aIBNKGJDBIF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.GJDDKMBHECO AIBNKGJDBIF {
get { return aIBNKGJDBIF_; }
set {
aIBNKGJDBIF_ = value;
}
}
/// <summary>Field number for the "EOJGIDPKMJM" field.</summary>
public const int EOJGIDPKMJMFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.FAMDDGEBEIB eOJGIDPKMJM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.FAMDDGEBEIB EOJGIDPKMJM {
get { return eOJGIDPKMJM_; }
set {
eOJGIDPKMJM_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as DHIDLPCFJMA);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(DHIDLPCFJMA other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!bEHMKNDDFEO_.Equals(other.bEHMKNDDFEO_)) return false;
if (!object.Equals(AIBNKGJDBIF, other.AIBNKGJDBIF)) return false;
if (!object.Equals(EOJGIDPKMJM, other.EOJGIDPKMJM)) 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 ^= bEHMKNDDFEO_.GetHashCode();
if (aIBNKGJDBIF_ != null) hash ^= AIBNKGJDBIF.GetHashCode();
if (eOJGIDPKMJM_ != null) hash ^= EOJGIDPKMJM.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
bEHMKNDDFEO_.WriteTo(output, _repeated_bEHMKNDDFEO_codec);
if (aIBNKGJDBIF_ != null) {
output.WriteRawTag(98);
output.WriteMessage(AIBNKGJDBIF);
}
if (eOJGIDPKMJM_ != null) {
output.WriteRawTag(106);
output.WriteMessage(EOJGIDPKMJM);
}
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) {
bEHMKNDDFEO_.WriteTo(ref output, _repeated_bEHMKNDDFEO_codec);
if (aIBNKGJDBIF_ != null) {
output.WriteRawTag(98);
output.WriteMessage(AIBNKGJDBIF);
}
if (eOJGIDPKMJM_ != null) {
output.WriteRawTag(106);
output.WriteMessage(EOJGIDPKMJM);
}
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 += bEHMKNDDFEO_.CalculateSize(_repeated_bEHMKNDDFEO_codec);
if (aIBNKGJDBIF_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AIBNKGJDBIF);
}
if (eOJGIDPKMJM_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(EOJGIDPKMJM);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(DHIDLPCFJMA other) {
if (other == null) {
return;
}
bEHMKNDDFEO_.Add(other.bEHMKNDDFEO_);
if (other.aIBNKGJDBIF_ != null) {
if (aIBNKGJDBIF_ == null) {
AIBNKGJDBIF = new global::EggLink.DanhengServer.Proto.GJDDKMBHECO();
}
AIBNKGJDBIF.MergeFrom(other.AIBNKGJDBIF);
}
if (other.eOJGIDPKMJM_ != null) {
if (eOJGIDPKMJM_ == null) {
EOJGIDPKMJM = new global::EggLink.DanhengServer.Proto.FAMDDGEBEIB();
}
EOJGIDPKMJM.MergeFrom(other.EOJGIDPKMJM);
}
_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 58: {
bEHMKNDDFEO_.AddEntriesFrom(input, _repeated_bEHMKNDDFEO_codec);
break;
}
case 98: {
if (aIBNKGJDBIF_ == null) {
AIBNKGJDBIF = new global::EggLink.DanhengServer.Proto.GJDDKMBHECO();
}
input.ReadMessage(AIBNKGJDBIF);
break;
}
case 106: {
if (eOJGIDPKMJM_ == null) {
EOJGIDPKMJM = new global::EggLink.DanhengServer.Proto.FAMDDGEBEIB();
}
input.ReadMessage(EOJGIDPKMJM);
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 58: {
bEHMKNDDFEO_.AddEntriesFrom(ref input, _repeated_bEHMKNDDFEO_codec);
break;
}
case 98: {
if (aIBNKGJDBIF_ == null) {
AIBNKGJDBIF = new global::EggLink.DanhengServer.Proto.GJDDKMBHECO();
}
input.ReadMessage(AIBNKGJDBIF);
break;
}
case 106: {
if (eOJGIDPKMJM_ == null) {
EOJGIDPKMJM = new global::EggLink.DanhengServer.Proto.FAMDDGEBEIB();
}
input.ReadMessage(EOJGIDPKMJM);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code