Files
DanhengServer-OpenSource/Proto/MBKOCMMICPG.cs
2025-08-15 12:52:47 +08:00

310 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MBKOCMMICPG.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 MBKOCMMICPG.proto</summary>
public static partial class MBKOCMMICPGReflection {
#region Descriptor
/// <summary>File descriptor for MBKOCMMICPG.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MBKOCMMICPGReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNQktPQ01NSUNQRy5wcm90bxoOSXRlbUxpc3QucHJvdG8iZQoLTUJLT0NN",
"TUlDUEcSIwoQcmV0dXJuX2l0ZW1fbGlzdBgPIAEoCzIJLkl0ZW1MaXN0EhMK",
"C0VCTktFSUVITkhBGAcgASgIEhwKFHJlbGljX3VuaXF1ZV9pZF9saXN0GAIg",
"AygNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MBKOCMMICPG), global::EggLink.DanhengServer.Proto.MBKOCMMICPG.Parser, new[]{ "ReturnItemList", "EBNKEIEHNHA", "RelicUniqueIdList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MBKOCMMICPG : pb::IMessage<MBKOCMMICPG>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<MBKOCMMICPG> _parser = new pb::MessageParser<MBKOCMMICPG>(() => new MBKOCMMICPG());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<MBKOCMMICPG> 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.MBKOCMMICPGReflection.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 MBKOCMMICPG() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MBKOCMMICPG(MBKOCMMICPG other) : this() {
returnItemList_ = other.returnItemList_ != null ? other.returnItemList_.Clone() : null;
eBNKEIEHNHA_ = other.eBNKEIEHNHA_;
relicUniqueIdList_ = other.relicUniqueIdList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MBKOCMMICPG Clone() {
return new MBKOCMMICPG(this);
}
/// <summary>Field number for the "return_item_list" field.</summary>
public const int ReturnItemListFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.ItemList returnItemList_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList ReturnItemList {
get { return returnItemList_; }
set {
returnItemList_ = value;
}
}
/// <summary>Field number for the "EBNKEIEHNHA" field.</summary>
public const int EBNKEIEHNHAFieldNumber = 7;
private bool eBNKEIEHNHA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool EBNKEIEHNHA {
get { return eBNKEIEHNHA_; }
set {
eBNKEIEHNHA_ = value;
}
}
/// <summary>Field number for the "relic_unique_id_list" field.</summary>
public const int RelicUniqueIdListFieldNumber = 2;
private static readonly pb::FieldCodec<uint> _repeated_relicUniqueIdList_codec
= pb::FieldCodec.ForUInt32(18);
private readonly pbc::RepeatedField<uint> relicUniqueIdList_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> RelicUniqueIdList {
get { return relicUniqueIdList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MBKOCMMICPG);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MBKOCMMICPG other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(ReturnItemList, other.ReturnItemList)) return false;
if (EBNKEIEHNHA != other.EBNKEIEHNHA) return false;
if(!relicUniqueIdList_.Equals(other.relicUniqueIdList_)) 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 (returnItemList_ != null) hash ^= ReturnItemList.GetHashCode();
if (EBNKEIEHNHA != false) hash ^= EBNKEIEHNHA.GetHashCode();
hash ^= relicUniqueIdList_.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
relicUniqueIdList_.WriteTo(output, _repeated_relicUniqueIdList_codec);
if (EBNKEIEHNHA != false) {
output.WriteRawTag(56);
output.WriteBool(EBNKEIEHNHA);
}
if (returnItemList_ != null) {
output.WriteRawTag(122);
output.WriteMessage(ReturnItemList);
}
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) {
relicUniqueIdList_.WriteTo(ref output, _repeated_relicUniqueIdList_codec);
if (EBNKEIEHNHA != false) {
output.WriteRawTag(56);
output.WriteBool(EBNKEIEHNHA);
}
if (returnItemList_ != null) {
output.WriteRawTag(122);
output.WriteMessage(ReturnItemList);
}
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 (returnItemList_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ReturnItemList);
}
if (EBNKEIEHNHA != false) {
size += 1 + 1;
}
size += relicUniqueIdList_.CalculateSize(_repeated_relicUniqueIdList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MBKOCMMICPG other) {
if (other == null) {
return;
}
if (other.returnItemList_ != null) {
if (returnItemList_ == null) {
ReturnItemList = new global::EggLink.DanhengServer.Proto.ItemList();
}
ReturnItemList.MergeFrom(other.ReturnItemList);
}
if (other.EBNKEIEHNHA != false) {
EBNKEIEHNHA = other.EBNKEIEHNHA;
}
relicUniqueIdList_.Add(other.relicUniqueIdList_);
_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 18:
case 16: {
relicUniqueIdList_.AddEntriesFrom(input, _repeated_relicUniqueIdList_codec);
break;
}
case 56: {
EBNKEIEHNHA = input.ReadBool();
break;
}
case 122: {
if (returnItemList_ == null) {
ReturnItemList = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(ReturnItemList);
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 18:
case 16: {
relicUniqueIdList_.AddEntriesFrom(ref input, _repeated_relicUniqueIdList_codec);
break;
}
case 56: {
EBNKEIEHNHA = input.ReadBool();
break;
}
case 122: {
if (returnItemList_ == null) {
ReturnItemList = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(ReturnItemList);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code