Files
DanhengServer-OpenSource/Proto/HEEENFFOBLE.cs

487 lines
17 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: HEEENFFOBLE.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 HEEENFFOBLE.proto</summary>
public static partial class HEEENFFOBLEReflection {
#region Descriptor
/// <summary>File descriptor for HEEENFFOBLE.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static HEEENFFOBLEReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFIRUVFTkZGT0JMRS5wcm90bxoRT0xNTk9IREhGSE4ucHJvdG8iwgEKC0hF",
"RUVORkZPQkxFEhMKC05NQlBJRUJOSlBHGAkgASgIEhMKC09KTk9NTEdCSUxQ",
"GAcgASgIEhMKC0hQSENBRURET0NNGA8gASgNEhMKC0FMTkJGRkdJS05NGA4g",
"ASgIEhMKC0hIUERKRklMSExQGAEgASgNEhMKC0RCRU5DSkVMQ0lGGAogASgI",
"EhMKC0NJRERDR0hGRk9DGAYgASgNEiAKCWJ1ZmZfbGlzdBiwCyADKAsyDC5P",
"TE1OT0hESEZITkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZw",
"cm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OLMNOHDHFHNReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.HEEENFFOBLE), global::EggLink.DanhengServer.Proto.HEEENFFOBLE.Parser, new[]{ "NMBPIEBNJPG", "OJNOMLGBILP", "HPHCAEDDOCM", "ALNBFFGIKNM", "HHPDJFILHLP", "DBENCJELCIF", "CIDDCGHFFOC", "BuffList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HEEENFFOBLE : pb::IMessage<HEEENFFOBLE>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<HEEENFFOBLE> _parser = new pb::MessageParser<HEEENFFOBLE>(() => new HEEENFFOBLE());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<HEEENFFOBLE> 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.HEEENFFOBLEReflection.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 HEEENFFOBLE() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HEEENFFOBLE(HEEENFFOBLE other) : this() {
nMBPIEBNJPG_ = other.nMBPIEBNJPG_;
oJNOMLGBILP_ = other.oJNOMLGBILP_;
hPHCAEDDOCM_ = other.hPHCAEDDOCM_;
aLNBFFGIKNM_ = other.aLNBFFGIKNM_;
hHPDJFILHLP_ = other.hHPDJFILHLP_;
dBENCJELCIF_ = other.dBENCJELCIF_;
cIDDCGHFFOC_ = other.cIDDCGHFFOC_;
buffList_ = other.buffList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public HEEENFFOBLE Clone() {
return new HEEENFFOBLE(this);
}
/// <summary>Field number for the "NMBPIEBNJPG" field.</summary>
public const int NMBPIEBNJPGFieldNumber = 9;
private bool nMBPIEBNJPG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool NMBPIEBNJPG {
get { return nMBPIEBNJPG_; }
set {
nMBPIEBNJPG_ = value;
}
}
/// <summary>Field number for the "OJNOMLGBILP" field.</summary>
public const int OJNOMLGBILPFieldNumber = 7;
private bool oJNOMLGBILP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool OJNOMLGBILP {
get { return oJNOMLGBILP_; }
set {
oJNOMLGBILP_ = value;
}
}
/// <summary>Field number for the "HPHCAEDDOCM" field.</summary>
public const int HPHCAEDDOCMFieldNumber = 15;
private uint hPHCAEDDOCM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HPHCAEDDOCM {
get { return hPHCAEDDOCM_; }
set {
hPHCAEDDOCM_ = value;
}
}
/// <summary>Field number for the "ALNBFFGIKNM" field.</summary>
public const int ALNBFFGIKNMFieldNumber = 14;
private bool aLNBFFGIKNM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool ALNBFFGIKNM {
get { return aLNBFFGIKNM_; }
set {
aLNBFFGIKNM_ = value;
}
}
/// <summary>Field number for the "HHPDJFILHLP" field.</summary>
public const int HHPDJFILHLPFieldNumber = 1;
private uint hHPDJFILHLP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HHPDJFILHLP {
get { return hHPDJFILHLP_; }
set {
hHPDJFILHLP_ = value;
}
}
/// <summary>Field number for the "DBENCJELCIF" field.</summary>
public const int DBENCJELCIFFieldNumber = 10;
private bool dBENCJELCIF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool DBENCJELCIF {
get { return dBENCJELCIF_; }
set {
dBENCJELCIF_ = value;
}
}
/// <summary>Field number for the "CIDDCGHFFOC" field.</summary>
public const int CIDDCGHFFOCFieldNumber = 6;
private uint cIDDCGHFFOC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CIDDCGHFFOC {
get { return cIDDCGHFFOC_; }
set {
cIDDCGHFFOC_ = value;
}
}
/// <summary>Field number for the "buff_list" field.</summary>
public const int BuffListFieldNumber = 1456;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.OLMNOHDHFHN> _repeated_buffList_codec
= pb::FieldCodec.ForMessage(11650, global::EggLink.DanhengServer.Proto.OLMNOHDHFHN.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OLMNOHDHFHN> buffList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OLMNOHDHFHN>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.OLMNOHDHFHN> BuffList {
get { return buffList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as HEEENFFOBLE);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(HEEENFFOBLE other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NMBPIEBNJPG != other.NMBPIEBNJPG) return false;
if (OJNOMLGBILP != other.OJNOMLGBILP) return false;
if (HPHCAEDDOCM != other.HPHCAEDDOCM) return false;
if (ALNBFFGIKNM != other.ALNBFFGIKNM) return false;
if (HHPDJFILHLP != other.HHPDJFILHLP) return false;
if (DBENCJELCIF != other.DBENCJELCIF) return false;
if (CIDDCGHFFOC != other.CIDDCGHFFOC) return false;
if(!buffList_.Equals(other.buffList_)) 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 (NMBPIEBNJPG != false) hash ^= NMBPIEBNJPG.GetHashCode();
if (OJNOMLGBILP != false) hash ^= OJNOMLGBILP.GetHashCode();
if (HPHCAEDDOCM != 0) hash ^= HPHCAEDDOCM.GetHashCode();
if (ALNBFFGIKNM != false) hash ^= ALNBFFGIKNM.GetHashCode();
if (HHPDJFILHLP != 0) hash ^= HHPDJFILHLP.GetHashCode();
if (DBENCJELCIF != false) hash ^= DBENCJELCIF.GetHashCode();
if (CIDDCGHFFOC != 0) hash ^= CIDDCGHFFOC.GetHashCode();
hash ^= buffList_.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 (HHPDJFILHLP != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HHPDJFILHLP);
}
if (CIDDCGHFFOC != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CIDDCGHFFOC);
}
if (OJNOMLGBILP != false) {
output.WriteRawTag(56);
output.WriteBool(OJNOMLGBILP);
}
if (NMBPIEBNJPG != false) {
output.WriteRawTag(72);
output.WriteBool(NMBPIEBNJPG);
}
if (DBENCJELCIF != false) {
output.WriteRawTag(80);
output.WriteBool(DBENCJELCIF);
}
if (ALNBFFGIKNM != false) {
output.WriteRawTag(112);
output.WriteBool(ALNBFFGIKNM);
}
if (HPHCAEDDOCM != 0) {
output.WriteRawTag(120);
output.WriteUInt32(HPHCAEDDOCM);
}
buffList_.WriteTo(output, _repeated_buffList_codec);
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 (HHPDJFILHLP != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HHPDJFILHLP);
}
if (CIDDCGHFFOC != 0) {
output.WriteRawTag(48);
output.WriteUInt32(CIDDCGHFFOC);
}
if (OJNOMLGBILP != false) {
output.WriteRawTag(56);
output.WriteBool(OJNOMLGBILP);
}
if (NMBPIEBNJPG != false) {
output.WriteRawTag(72);
output.WriteBool(NMBPIEBNJPG);
}
if (DBENCJELCIF != false) {
output.WriteRawTag(80);
output.WriteBool(DBENCJELCIF);
}
if (ALNBFFGIKNM != false) {
output.WriteRawTag(112);
output.WriteBool(ALNBFFGIKNM);
}
if (HPHCAEDDOCM != 0) {
output.WriteRawTag(120);
output.WriteUInt32(HPHCAEDDOCM);
}
buffList_.WriteTo(ref output, _repeated_buffList_codec);
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 (NMBPIEBNJPG != false) {
size += 1 + 1;
}
if (OJNOMLGBILP != false) {
size += 1 + 1;
}
if (HPHCAEDDOCM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HPHCAEDDOCM);
}
if (ALNBFFGIKNM != false) {
size += 1 + 1;
}
if (HHPDJFILHLP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HHPDJFILHLP);
}
if (DBENCJELCIF != false) {
size += 1 + 1;
}
if (CIDDCGHFFOC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CIDDCGHFFOC);
}
size += buffList_.CalculateSize(_repeated_buffList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(HEEENFFOBLE other) {
if (other == null) {
return;
}
if (other.NMBPIEBNJPG != false) {
NMBPIEBNJPG = other.NMBPIEBNJPG;
}
if (other.OJNOMLGBILP != false) {
OJNOMLGBILP = other.OJNOMLGBILP;
}
if (other.HPHCAEDDOCM != 0) {
HPHCAEDDOCM = other.HPHCAEDDOCM;
}
if (other.ALNBFFGIKNM != false) {
ALNBFFGIKNM = other.ALNBFFGIKNM;
}
if (other.HHPDJFILHLP != 0) {
HHPDJFILHLP = other.HHPDJFILHLP;
}
if (other.DBENCJELCIF != false) {
DBENCJELCIF = other.DBENCJELCIF;
}
if (other.CIDDCGHFFOC != 0) {
CIDDCGHFFOC = other.CIDDCGHFFOC;
}
buffList_.Add(other.buffList_);
_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: {
HHPDJFILHLP = input.ReadUInt32();
break;
}
case 48: {
CIDDCGHFFOC = input.ReadUInt32();
break;
}
case 56: {
OJNOMLGBILP = input.ReadBool();
break;
}
case 72: {
NMBPIEBNJPG = input.ReadBool();
break;
}
case 80: {
DBENCJELCIF = input.ReadBool();
break;
}
case 112: {
ALNBFFGIKNM = input.ReadBool();
break;
}
case 120: {
HPHCAEDDOCM = input.ReadUInt32();
break;
}
case 11650: {
buffList_.AddEntriesFrom(input, _repeated_buffList_codec);
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: {
HHPDJFILHLP = input.ReadUInt32();
break;
}
case 48: {
CIDDCGHFFOC = input.ReadUInt32();
break;
}
case 56: {
OJNOMLGBILP = input.ReadBool();
break;
}
case 72: {
NMBPIEBNJPG = input.ReadBool();
break;
}
case 80: {
DBENCJELCIF = input.ReadBool();
break;
}
case 112: {
ALNBFFGIKNM = input.ReadBool();
break;
}
case 120: {
HPHCAEDDOCM = input.ReadUInt32();
break;
}
case 11650: {
buffList_.AddEntriesFrom(ref input, _repeated_buffList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code