Files
DanhengServer-OpenSource/Proto/EICPBAEMNEC.cs

375 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: EICPBAEMNEC.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 EICPBAEMNEC.proto</summary>
public static partial class EICPBAEMNECReflection {
#region Descriptor
/// <summary>File descriptor for EICPBAEMNEC.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static EICPBAEMNECReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFSUNQQkFFTU5FQy5wcm90byJ2CgtFSUNQQkFFTU5FQxITCgtOS09OR0pP",
"UEZJQxgFIAMoDRITCgtGRU1HR0dCQ0NCQRgNIAEoDRITCgtHQUxMSUdETU9E",
"TxgEIAEoDRITCgtPQ0pKRUtFR09BRRgHIAEoDRITCgtORU9LSUtFR0xQRhgL",
"IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.EICPBAEMNEC), global::EggLink.DanhengServer.Proto.EICPBAEMNEC.Parser, new[]{ "NKONGJOPFIC", "FEMGGGBCCBA", "GALLIGDMODO", "OCJJEKEGOAE", "NEOKIKEGLPF" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EICPBAEMNEC : pb::IMessage<EICPBAEMNEC>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<EICPBAEMNEC> _parser = new pb::MessageParser<EICPBAEMNEC>(() => new EICPBAEMNEC());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<EICPBAEMNEC> 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.EICPBAEMNECReflection.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 EICPBAEMNEC() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EICPBAEMNEC(EICPBAEMNEC other) : this() {
nKONGJOPFIC_ = other.nKONGJOPFIC_.Clone();
fEMGGGBCCBA_ = other.fEMGGGBCCBA_;
gALLIGDMODO_ = other.gALLIGDMODO_;
oCJJEKEGOAE_ = other.oCJJEKEGOAE_;
nEOKIKEGLPF_ = other.nEOKIKEGLPF_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public EICPBAEMNEC Clone() {
return new EICPBAEMNEC(this);
}
/// <summary>Field number for the "NKONGJOPFIC" field.</summary>
public const int NKONGJOPFICFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_nKONGJOPFIC_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> nKONGJOPFIC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> NKONGJOPFIC {
get { return nKONGJOPFIC_; }
}
/// <summary>Field number for the "FEMGGGBCCBA" field.</summary>
public const int FEMGGGBCCBAFieldNumber = 13;
private uint fEMGGGBCCBA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FEMGGGBCCBA {
get { return fEMGGGBCCBA_; }
set {
fEMGGGBCCBA_ = value;
}
}
/// <summary>Field number for the "GALLIGDMODO" field.</summary>
public const int GALLIGDMODOFieldNumber = 4;
private uint gALLIGDMODO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GALLIGDMODO {
get { return gALLIGDMODO_; }
set {
gALLIGDMODO_ = value;
}
}
/// <summary>Field number for the "OCJJEKEGOAE" field.</summary>
public const int OCJJEKEGOAEFieldNumber = 7;
private uint oCJJEKEGOAE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OCJJEKEGOAE {
get { return oCJJEKEGOAE_; }
set {
oCJJEKEGOAE_ = value;
}
}
/// <summary>Field number for the "NEOKIKEGLPF" field.</summary>
public const int NEOKIKEGLPFFieldNumber = 11;
private uint nEOKIKEGLPF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NEOKIKEGLPF {
get { return nEOKIKEGLPF_; }
set {
nEOKIKEGLPF_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as EICPBAEMNEC);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(EICPBAEMNEC other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!nKONGJOPFIC_.Equals(other.nKONGJOPFIC_)) return false;
if (FEMGGGBCCBA != other.FEMGGGBCCBA) return false;
if (GALLIGDMODO != other.GALLIGDMODO) return false;
if (OCJJEKEGOAE != other.OCJJEKEGOAE) return false;
if (NEOKIKEGLPF != other.NEOKIKEGLPF) 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 ^= nKONGJOPFIC_.GetHashCode();
if (FEMGGGBCCBA != 0) hash ^= FEMGGGBCCBA.GetHashCode();
if (GALLIGDMODO != 0) hash ^= GALLIGDMODO.GetHashCode();
if (OCJJEKEGOAE != 0) hash ^= OCJJEKEGOAE.GetHashCode();
if (NEOKIKEGLPF != 0) hash ^= NEOKIKEGLPF.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 (GALLIGDMODO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GALLIGDMODO);
}
nKONGJOPFIC_.WriteTo(output, _repeated_nKONGJOPFIC_codec);
if (OCJJEKEGOAE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OCJJEKEGOAE);
}
if (NEOKIKEGLPF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(NEOKIKEGLPF);
}
if (FEMGGGBCCBA != 0) {
output.WriteRawTag(104);
output.WriteUInt32(FEMGGGBCCBA);
}
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 (GALLIGDMODO != 0) {
output.WriteRawTag(32);
output.WriteUInt32(GALLIGDMODO);
}
nKONGJOPFIC_.WriteTo(ref output, _repeated_nKONGJOPFIC_codec);
if (OCJJEKEGOAE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OCJJEKEGOAE);
}
if (NEOKIKEGLPF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(NEOKIKEGLPF);
}
if (FEMGGGBCCBA != 0) {
output.WriteRawTag(104);
output.WriteUInt32(FEMGGGBCCBA);
}
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 += nKONGJOPFIC_.CalculateSize(_repeated_nKONGJOPFIC_codec);
if (FEMGGGBCCBA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FEMGGGBCCBA);
}
if (GALLIGDMODO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GALLIGDMODO);
}
if (OCJJEKEGOAE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OCJJEKEGOAE);
}
if (NEOKIKEGLPF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NEOKIKEGLPF);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(EICPBAEMNEC other) {
if (other == null) {
return;
}
nKONGJOPFIC_.Add(other.nKONGJOPFIC_);
if (other.FEMGGGBCCBA != 0) {
FEMGGGBCCBA = other.FEMGGGBCCBA;
}
if (other.GALLIGDMODO != 0) {
GALLIGDMODO = other.GALLIGDMODO;
}
if (other.OCJJEKEGOAE != 0) {
OCJJEKEGOAE = other.OCJJEKEGOAE;
}
if (other.NEOKIKEGLPF != 0) {
NEOKIKEGLPF = other.NEOKIKEGLPF;
}
_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 32: {
GALLIGDMODO = input.ReadUInt32();
break;
}
case 42:
case 40: {
nKONGJOPFIC_.AddEntriesFrom(input, _repeated_nKONGJOPFIC_codec);
break;
}
case 56: {
OCJJEKEGOAE = input.ReadUInt32();
break;
}
case 88: {
NEOKIKEGLPF = input.ReadUInt32();
break;
}
case 104: {
FEMGGGBCCBA = 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 32: {
GALLIGDMODO = input.ReadUInt32();
break;
}
case 42:
case 40: {
nKONGJOPFIC_.AddEntriesFrom(ref input, _repeated_nKONGJOPFIC_codec);
break;
}
case 56: {
OCJJEKEGOAE = input.ReadUInt32();
break;
}
case 88: {
NEOKIKEGLPF = input.ReadUInt32();
break;
}
case 104: {
FEMGGGBCCBA = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code