mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
404 lines
14 KiB
C#
404 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: FAFGMLPADMI.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 FAFGMLPADMI.proto</summary>
|
|
public static partial class FAFGMLPADMIReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for FAFGMLPADMI.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static FAFGMLPADMIReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFGQUZHTUxQQURNSS5wcm90byKHAQoLRkFGR01MUEFETUkSEwoLSEFMQkhL",
|
|
"TlBJS0gYBiABKAgSEwoLSUdKQ1BQS0FJQkkYCiADKA0SEQoJdW5pcXVlX2lk",
|
|
"GA8gASgNEhMKC0JFSkVFREFFQkJFGAwgASgNEhEKCWl0ZW1fbGlzdBgCIAMo",
|
|
"DRITCgtGQ0xOT09HRUhNQxgFIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
|
|
"dmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.FAFGMLPADMI), global::EggLink.DanhengServer.Proto.FAFGMLPADMI.Parser, new[]{ "HALBHKNPIKH", "IGJCPPKAIBI", "UniqueId", "BEJEEDAEBBE", "ItemList", "FCLNOOGEHMC" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class FAFGMLPADMI : pb::IMessage<FAFGMLPADMI>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<FAFGMLPADMI> _parser = new pb::MessageParser<FAFGMLPADMI>(() => new FAFGMLPADMI());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<FAFGMLPADMI> 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.FAFGMLPADMIReflection.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 FAFGMLPADMI() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public FAFGMLPADMI(FAFGMLPADMI other) : this() {
|
|
hALBHKNPIKH_ = other.hALBHKNPIKH_;
|
|
iGJCPPKAIBI_ = other.iGJCPPKAIBI_.Clone();
|
|
uniqueId_ = other.uniqueId_;
|
|
bEJEEDAEBBE_ = other.bEJEEDAEBBE_;
|
|
itemList_ = other.itemList_.Clone();
|
|
fCLNOOGEHMC_ = other.fCLNOOGEHMC_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public FAFGMLPADMI Clone() {
|
|
return new FAFGMLPADMI(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "HALBHKNPIKH" field.</summary>
|
|
public const int HALBHKNPIKHFieldNumber = 6;
|
|
private bool hALBHKNPIKH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool HALBHKNPIKH {
|
|
get { return hALBHKNPIKH_; }
|
|
set {
|
|
hALBHKNPIKH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IGJCPPKAIBI" field.</summary>
|
|
public const int IGJCPPKAIBIFieldNumber = 10;
|
|
private static readonly pb::FieldCodec<uint> _repeated_iGJCPPKAIBI_codec
|
|
= pb::FieldCodec.ForUInt32(82);
|
|
private readonly pbc::RepeatedField<uint> iGJCPPKAIBI_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> IGJCPPKAIBI {
|
|
get { return iGJCPPKAIBI_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "unique_id" field.</summary>
|
|
public const int UniqueIdFieldNumber = 15;
|
|
private uint uniqueId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint UniqueId {
|
|
get { return uniqueId_; }
|
|
set {
|
|
uniqueId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "BEJEEDAEBBE" field.</summary>
|
|
public const int BEJEEDAEBBEFieldNumber = 12;
|
|
private uint bEJEEDAEBBE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint BEJEEDAEBBE {
|
|
get { return bEJEEDAEBBE_; }
|
|
set {
|
|
bEJEEDAEBBE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "item_list" field.</summary>
|
|
public const int ItemListFieldNumber = 2;
|
|
private static readonly pb::FieldCodec<uint> _repeated_itemList_codec
|
|
= pb::FieldCodec.ForUInt32(18);
|
|
private readonly pbc::RepeatedField<uint> itemList_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> ItemList {
|
|
get { return itemList_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "FCLNOOGEHMC" field.</summary>
|
|
public const int FCLNOOGEHMCFieldNumber = 5;
|
|
private uint fCLNOOGEHMC_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FCLNOOGEHMC {
|
|
get { return fCLNOOGEHMC_; }
|
|
set {
|
|
fCLNOOGEHMC_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as FAFGMLPADMI);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(FAFGMLPADMI other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (HALBHKNPIKH != other.HALBHKNPIKH) return false;
|
|
if(!iGJCPPKAIBI_.Equals(other.iGJCPPKAIBI_)) return false;
|
|
if (UniqueId != other.UniqueId) return false;
|
|
if (BEJEEDAEBBE != other.BEJEEDAEBBE) return false;
|
|
if(!itemList_.Equals(other.itemList_)) return false;
|
|
if (FCLNOOGEHMC != other.FCLNOOGEHMC) 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 (HALBHKNPIKH != false) hash ^= HALBHKNPIKH.GetHashCode();
|
|
hash ^= iGJCPPKAIBI_.GetHashCode();
|
|
if (UniqueId != 0) hash ^= UniqueId.GetHashCode();
|
|
if (BEJEEDAEBBE != 0) hash ^= BEJEEDAEBBE.GetHashCode();
|
|
hash ^= itemList_.GetHashCode();
|
|
if (FCLNOOGEHMC != 0) hash ^= FCLNOOGEHMC.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);
|
|
if (FCLNOOGEHMC != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(FCLNOOGEHMC);
|
|
}
|
|
if (HALBHKNPIKH != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(HALBHKNPIKH);
|
|
}
|
|
iGJCPPKAIBI_.WriteTo(output, _repeated_iGJCPPKAIBI_codec);
|
|
if (BEJEEDAEBBE != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(BEJEEDAEBBE);
|
|
}
|
|
if (UniqueId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(UniqueId);
|
|
}
|
|
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);
|
|
if (FCLNOOGEHMC != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(FCLNOOGEHMC);
|
|
}
|
|
if (HALBHKNPIKH != false) {
|
|
output.WriteRawTag(48);
|
|
output.WriteBool(HALBHKNPIKH);
|
|
}
|
|
iGJCPPKAIBI_.WriteTo(ref output, _repeated_iGJCPPKAIBI_codec);
|
|
if (BEJEEDAEBBE != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(BEJEEDAEBBE);
|
|
}
|
|
if (UniqueId != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(UniqueId);
|
|
}
|
|
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 (HALBHKNPIKH != false) {
|
|
size += 1 + 1;
|
|
}
|
|
size += iGJCPPKAIBI_.CalculateSize(_repeated_iGJCPPKAIBI_codec);
|
|
if (UniqueId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UniqueId);
|
|
}
|
|
if (BEJEEDAEBBE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BEJEEDAEBBE);
|
|
}
|
|
size += itemList_.CalculateSize(_repeated_itemList_codec);
|
|
if (FCLNOOGEHMC != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FCLNOOGEHMC);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(FAFGMLPADMI other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.HALBHKNPIKH != false) {
|
|
HALBHKNPIKH = other.HALBHKNPIKH;
|
|
}
|
|
iGJCPPKAIBI_.Add(other.iGJCPPKAIBI_);
|
|
if (other.UniqueId != 0) {
|
|
UniqueId = other.UniqueId;
|
|
}
|
|
if (other.BEJEEDAEBBE != 0) {
|
|
BEJEEDAEBBE = other.BEJEEDAEBBE;
|
|
}
|
|
itemList_.Add(other.itemList_);
|
|
if (other.FCLNOOGEHMC != 0) {
|
|
FCLNOOGEHMC = other.FCLNOOGEHMC;
|
|
}
|
|
_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: {
|
|
itemList_.AddEntriesFrom(input, _repeated_itemList_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
FCLNOOGEHMC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HALBHKNPIKH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 82:
|
|
case 80: {
|
|
iGJCPPKAIBI_.AddEntriesFrom(input, _repeated_iGJCPPKAIBI_codec);
|
|
break;
|
|
}
|
|
case 96: {
|
|
BEJEEDAEBBE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
UniqueId = 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 18:
|
|
case 16: {
|
|
itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
FCLNOOGEHMC = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
HALBHKNPIKH = input.ReadBool();
|
|
break;
|
|
}
|
|
case 82:
|
|
case 80: {
|
|
iGJCPPKAIBI_.AddEntriesFrom(ref input, _repeated_iGJCPPKAIBI_codec);
|
|
break;
|
|
}
|
|
case 96: {
|
|
BEJEEDAEBBE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
UniqueId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|