Files
DanhengServer-OpenSource/Proto/DIAHNMNCPBD.cs
2025-11-29 21:57:27 +08:00

300 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: DIAHNMNCPBD.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 DIAHNMNCPBD.proto</summary>
public static partial class DIAHNMNCPBDReflection {
#region Descriptor
/// <summary>File descriptor for DIAHNMNCPBD.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static DIAHNMNCPBDReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFESUFITk1OQ1BCRC5wcm90bxoRQ0VPRERDRUlEREwucHJvdG8aEUlJS05H",
"TkhETUZJLnByb3RvIrgBCgtESUFITk1OQ1BCRBIyCgtGR0dBRUZJUEFBQxgF",
"IAMoCzIdLkRJQUhOTU5DUEJELkZHR0FFRklQQUFDRW50cnkSHwoJaXRlbV9s",
"aXN0GAEgAygLMgwuQ0VPRERDRUlEREwSIAoKaXRlbV92YWx1ZRgKIAEoCzIM",
"LklJS05HTkhETUZJGjIKEEZHR0FFRklQQUFDRW50cnkSCwoDa2V5GAEgASgN",
"Eg0KBXZhbHVlGAIgASgNOgI4AUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.CEODDCEIDDLReflection.Descriptor, global::EggLink.DanhengServer.Proto.IIKNGNHDMFIReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DIAHNMNCPBD), global::EggLink.DanhengServer.Proto.DIAHNMNCPBD.Parser, new[]{ "FGGAEFIPAAC", "ItemList", "ItemValue" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DIAHNMNCPBD : pb::IMessage<DIAHNMNCPBD>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<DIAHNMNCPBD> _parser = new pb::MessageParser<DIAHNMNCPBD>(() => new DIAHNMNCPBD());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<DIAHNMNCPBD> 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.DIAHNMNCPBDReflection.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 DIAHNMNCPBD() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DIAHNMNCPBD(DIAHNMNCPBD other) : this() {
fGGAEFIPAAC_ = other.fGGAEFIPAAC_.Clone();
itemList_ = other.itemList_.Clone();
itemValue_ = other.itemValue_ != null ? other.itemValue_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public DIAHNMNCPBD Clone() {
return new DIAHNMNCPBD(this);
}
/// <summary>Field number for the "FGGAEFIPAAC" field.</summary>
public const int FGGAEFIPAACFieldNumber = 5;
private static readonly pbc::MapField<uint, uint>.Codec _map_fGGAEFIPAAC_codec
= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForUInt32(8, 0), pb::FieldCodec.ForUInt32(16, 0), 42);
private readonly pbc::MapField<uint, uint> fGGAEFIPAAC_ = new pbc::MapField<uint, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<uint, uint> FGGAEFIPAAC {
get { return fGGAEFIPAAC_; }
}
/// <summary>Field number for the "item_list" field.</summary>
public const int ItemListFieldNumber = 1;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.CEODDCEIDDL> _repeated_itemList_codec
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.CEODDCEIDDL.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CEODDCEIDDL> itemList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CEODDCEIDDL>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.CEODDCEIDDL> ItemList {
get { return itemList_; }
}
/// <summary>Field number for the "item_value" field.</summary>
public const int ItemValueFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.IIKNGNHDMFI itemValue_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.IIKNGNHDMFI ItemValue {
get { return itemValue_; }
set {
itemValue_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as DIAHNMNCPBD);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(DIAHNMNCPBD other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!FGGAEFIPAAC.Equals(other.FGGAEFIPAAC)) return false;
if(!itemList_.Equals(other.itemList_)) return false;
if (!object.Equals(ItemValue, other.ItemValue)) 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 ^= FGGAEFIPAAC.GetHashCode();
hash ^= itemList_.GetHashCode();
if (itemValue_ != null) hash ^= ItemValue.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
itemList_.WriteTo(output, _repeated_itemList_codec);
fGGAEFIPAAC_.WriteTo(output, _map_fGGAEFIPAAC_codec);
if (itemValue_ != null) {
output.WriteRawTag(82);
output.WriteMessage(ItemValue);
}
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) {
itemList_.WriteTo(ref output, _repeated_itemList_codec);
fGGAEFIPAAC_.WriteTo(ref output, _map_fGGAEFIPAAC_codec);
if (itemValue_ != null) {
output.WriteRawTag(82);
output.WriteMessage(ItemValue);
}
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 += fGGAEFIPAAC_.CalculateSize(_map_fGGAEFIPAAC_codec);
size += itemList_.CalculateSize(_repeated_itemList_codec);
if (itemValue_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemValue);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(DIAHNMNCPBD other) {
if (other == null) {
return;
}
fGGAEFIPAAC_.MergeFrom(other.fGGAEFIPAAC_);
itemList_.Add(other.itemList_);
if (other.itemValue_ != null) {
if (itemValue_ == null) {
ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
}
ItemValue.MergeFrom(other.ItemValue);
}
_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 10: {
itemList_.AddEntriesFrom(input, _repeated_itemList_codec);
break;
}
case 42: {
fGGAEFIPAAC_.AddEntriesFrom(input, _map_fGGAEFIPAAC_codec);
break;
}
case 82: {
if (itemValue_ == null) {
ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
}
input.ReadMessage(ItemValue);
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 10: {
itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec);
break;
}
case 42: {
fGGAEFIPAAC_.AddEntriesFrom(ref input, _map_fGGAEFIPAAC_codec);
break;
}
case 82: {
if (itemValue_ == null) {
ItemValue = new global::EggLink.DanhengServer.Proto.IIKNGNHDMFI();
}
input.ReadMessage(ItemValue);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code