Files
DanhengServer-OpenSource/Proto/KMEDPBBAOHC.cs

404 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: KMEDPBBAOHC.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 KMEDPBBAOHC.proto</summary>
public static partial class KMEDPBBAOHCReflection {
#region Descriptor
/// <summary>File descriptor for KMEDPBBAOHC.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static KMEDPBBAOHCReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFLTUVEUEJCQU9IQy5wcm90byKHAQoLS01FRFBCQkFPSEMSEQoJaXRlbV9s",
"aXN0GAIgAygNEhMKC0NQSEtPQ1BLQ09JGA8gASgIEhEKCXVuaXF1ZV9pZBgF",
"IAEoDRITCgtMTEpKUE9GSk5LSxgJIAMoDRITCgtFRklDTlBEQ0tQSxgEIAEo",
"DRITCgtHSklPT0ZHS1BKQxgBIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2Vy",
"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.KMEDPBBAOHC), global::EggLink.DanhengServer.Proto.KMEDPBBAOHC.Parser, new[]{ "ItemList", "CPHKOCPKCOI", "UniqueId", "LLJJPOFJNKK", "EFICNPDCKPK", "GJIOOFGKPJC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class KMEDPBBAOHC : pb::IMessage<KMEDPBBAOHC>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<KMEDPBBAOHC> _parser = new pb::MessageParser<KMEDPBBAOHC>(() => new KMEDPBBAOHC());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<KMEDPBBAOHC> 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.KMEDPBBAOHCReflection.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 KMEDPBBAOHC() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public KMEDPBBAOHC(KMEDPBBAOHC other) : this() {
itemList_ = other.itemList_.Clone();
cPHKOCPKCOI_ = other.cPHKOCPKCOI_;
uniqueId_ = other.uniqueId_;
lLJJPOFJNKK_ = other.lLJJPOFJNKK_.Clone();
eFICNPDCKPK_ = other.eFICNPDCKPK_;
gJIOOFGKPJC_ = other.gJIOOFGKPJC_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public KMEDPBBAOHC Clone() {
return new KMEDPBBAOHC(this);
}
/// <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 "CPHKOCPKCOI" field.</summary>
public const int CPHKOCPKCOIFieldNumber = 15;
private bool cPHKOCPKCOI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool CPHKOCPKCOI {
get { return cPHKOCPKCOI_; }
set {
cPHKOCPKCOI_ = value;
}
}
/// <summary>Field number for the "unique_id" field.</summary>
public const int UniqueIdFieldNumber = 5;
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 "LLJJPOFJNKK" field.</summary>
public const int LLJJPOFJNKKFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_lLJJPOFJNKK_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> lLJJPOFJNKK_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> LLJJPOFJNKK {
get { return lLJJPOFJNKK_; }
}
/// <summary>Field number for the "EFICNPDCKPK" field.</summary>
public const int EFICNPDCKPKFieldNumber = 4;
private uint eFICNPDCKPK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EFICNPDCKPK {
get { return eFICNPDCKPK_; }
set {
eFICNPDCKPK_ = value;
}
}
/// <summary>Field number for the "GJIOOFGKPJC" field.</summary>
public const int GJIOOFGKPJCFieldNumber = 1;
private uint gJIOOFGKPJC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GJIOOFGKPJC {
get { return gJIOOFGKPJC_; }
set {
gJIOOFGKPJC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as KMEDPBBAOHC);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(KMEDPBBAOHC other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!itemList_.Equals(other.itemList_)) return false;
if (CPHKOCPKCOI != other.CPHKOCPKCOI) return false;
if (UniqueId != other.UniqueId) return false;
if(!lLJJPOFJNKK_.Equals(other.lLJJPOFJNKK_)) return false;
if (EFICNPDCKPK != other.EFICNPDCKPK) return false;
if (GJIOOFGKPJC != other.GJIOOFGKPJC) 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 ^= itemList_.GetHashCode();
if (CPHKOCPKCOI != false) hash ^= CPHKOCPKCOI.GetHashCode();
if (UniqueId != 0) hash ^= UniqueId.GetHashCode();
hash ^= lLJJPOFJNKK_.GetHashCode();
if (EFICNPDCKPK != 0) hash ^= EFICNPDCKPK.GetHashCode();
if (GJIOOFGKPJC != 0) hash ^= GJIOOFGKPJC.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 (GJIOOFGKPJC != 0) {
output.WriteRawTag(8);
output.WriteUInt32(GJIOOFGKPJC);
}
itemList_.WriteTo(output, _repeated_itemList_codec);
if (EFICNPDCKPK != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EFICNPDCKPK);
}
if (UniqueId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(UniqueId);
}
lLJJPOFJNKK_.WriteTo(output, _repeated_lLJJPOFJNKK_codec);
if (CPHKOCPKCOI != false) {
output.WriteRawTag(120);
output.WriteBool(CPHKOCPKCOI);
}
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 (GJIOOFGKPJC != 0) {
output.WriteRawTag(8);
output.WriteUInt32(GJIOOFGKPJC);
}
itemList_.WriteTo(ref output, _repeated_itemList_codec);
if (EFICNPDCKPK != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EFICNPDCKPK);
}
if (UniqueId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(UniqueId);
}
lLJJPOFJNKK_.WriteTo(ref output, _repeated_lLJJPOFJNKK_codec);
if (CPHKOCPKCOI != false) {
output.WriteRawTag(120);
output.WriteBool(CPHKOCPKCOI);
}
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 += itemList_.CalculateSize(_repeated_itemList_codec);
if (CPHKOCPKCOI != false) {
size += 1 + 1;
}
if (UniqueId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UniqueId);
}
size += lLJJPOFJNKK_.CalculateSize(_repeated_lLJJPOFJNKK_codec);
if (EFICNPDCKPK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EFICNPDCKPK);
}
if (GJIOOFGKPJC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GJIOOFGKPJC);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(KMEDPBBAOHC other) {
if (other == null) {
return;
}
itemList_.Add(other.itemList_);
if (other.CPHKOCPKCOI != false) {
CPHKOCPKCOI = other.CPHKOCPKCOI;
}
if (other.UniqueId != 0) {
UniqueId = other.UniqueId;
}
lLJJPOFJNKK_.Add(other.lLJJPOFJNKK_);
if (other.EFICNPDCKPK != 0) {
EFICNPDCKPK = other.EFICNPDCKPK;
}
if (other.GJIOOFGKPJC != 0) {
GJIOOFGKPJC = other.GJIOOFGKPJC;
}
_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: {
GJIOOFGKPJC = input.ReadUInt32();
break;
}
case 18:
case 16: {
itemList_.AddEntriesFrom(input, _repeated_itemList_codec);
break;
}
case 32: {
EFICNPDCKPK = input.ReadUInt32();
break;
}
case 40: {
UniqueId = input.ReadUInt32();
break;
}
case 74:
case 72: {
lLJJPOFJNKK_.AddEntriesFrom(input, _repeated_lLJJPOFJNKK_codec);
break;
}
case 120: {
CPHKOCPKCOI = input.ReadBool();
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: {
GJIOOFGKPJC = input.ReadUInt32();
break;
}
case 18:
case 16: {
itemList_.AddEntriesFrom(ref input, _repeated_itemList_codec);
break;
}
case 32: {
EFICNPDCKPK = input.ReadUInt32();
break;
}
case 40: {
UniqueId = input.ReadUInt32();
break;
}
case 74:
case 72: {
lLJJPOFJNKK_.AddEntriesFrom(ref input, _repeated_lLJJPOFJNKK_codec);
break;
}
case 120: {
CPHKOCPKCOI = input.ReadBool();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code