mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
384 lines
13 KiB
C#
384 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: OKEHCMBIGGF.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 OKEHCMBIGGF.proto</summary>
|
|
public static partial class OKEHCMBIGGFReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for OKEHCMBIGGF.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static OKEHCMBIGGFReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFPS0VIQ01CSUdHRi5wcm90byJyCgtPS0VIQ01CSUdHRhITCgtGTklITEdD",
|
|
"RUlDRBgEIAEoDRIPCgdpdGVtX2lkGAYgASgNEhMKC1BBQkNHRUROQ0dIGA8g",
|
|
"ASgNEhMKC01LQUdMUEdFUEJQGAggASgFEhMKC0dISUxDSkJBRUNMGAMgASgF",
|
|
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OKEHCMBIGGF), global::EggLink.DanhengServer.Proto.OKEHCMBIGGF.Parser, new[]{ "FNIHLGCEICD", "ItemId", "PABCGEDNCGH", "MKAGLPGEPBP", "GHILCJBAECL" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class OKEHCMBIGGF : pb::IMessage<OKEHCMBIGGF>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<OKEHCMBIGGF> _parser = new pb::MessageParser<OKEHCMBIGGF>(() => new OKEHCMBIGGF());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<OKEHCMBIGGF> 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.OKEHCMBIGGFReflection.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 OKEHCMBIGGF() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public OKEHCMBIGGF(OKEHCMBIGGF other) : this() {
|
|
fNIHLGCEICD_ = other.fNIHLGCEICD_;
|
|
itemId_ = other.itemId_;
|
|
pABCGEDNCGH_ = other.pABCGEDNCGH_;
|
|
mKAGLPGEPBP_ = other.mKAGLPGEPBP_;
|
|
gHILCJBAECL_ = other.gHILCJBAECL_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public OKEHCMBIGGF Clone() {
|
|
return new OKEHCMBIGGF(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "FNIHLGCEICD" field.</summary>
|
|
public const int FNIHLGCEICDFieldNumber = 4;
|
|
private uint fNIHLGCEICD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FNIHLGCEICD {
|
|
get { return fNIHLGCEICD_; }
|
|
set {
|
|
fNIHLGCEICD_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "item_id" field.</summary>
|
|
public const int ItemIdFieldNumber = 6;
|
|
private uint itemId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ItemId {
|
|
get { return itemId_; }
|
|
set {
|
|
itemId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "PABCGEDNCGH" field.</summary>
|
|
public const int PABCGEDNCGHFieldNumber = 15;
|
|
private uint pABCGEDNCGH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint PABCGEDNCGH {
|
|
get { return pABCGEDNCGH_; }
|
|
set {
|
|
pABCGEDNCGH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "MKAGLPGEPBP" field.</summary>
|
|
public const int MKAGLPGEPBPFieldNumber = 8;
|
|
private int mKAGLPGEPBP_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int MKAGLPGEPBP {
|
|
get { return mKAGLPGEPBP_; }
|
|
set {
|
|
mKAGLPGEPBP_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GHILCJBAECL" field.</summary>
|
|
public const int GHILCJBAECLFieldNumber = 3;
|
|
private int gHILCJBAECL_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int GHILCJBAECL {
|
|
get { return gHILCJBAECL_; }
|
|
set {
|
|
gHILCJBAECL_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as OKEHCMBIGGF);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(OKEHCMBIGGF other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (FNIHLGCEICD != other.FNIHLGCEICD) return false;
|
|
if (ItemId != other.ItemId) return false;
|
|
if (PABCGEDNCGH != other.PABCGEDNCGH) return false;
|
|
if (MKAGLPGEPBP != other.MKAGLPGEPBP) return false;
|
|
if (GHILCJBAECL != other.GHILCJBAECL) 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 (FNIHLGCEICD != 0) hash ^= FNIHLGCEICD.GetHashCode();
|
|
if (ItemId != 0) hash ^= ItemId.GetHashCode();
|
|
if (PABCGEDNCGH != 0) hash ^= PABCGEDNCGH.GetHashCode();
|
|
if (MKAGLPGEPBP != 0) hash ^= MKAGLPGEPBP.GetHashCode();
|
|
if (GHILCJBAECL != 0) hash ^= GHILCJBAECL.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 (GHILCJBAECL != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(GHILCJBAECL);
|
|
}
|
|
if (FNIHLGCEICD != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(FNIHLGCEICD);
|
|
}
|
|
if (ItemId != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(ItemId);
|
|
}
|
|
if (MKAGLPGEPBP != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteInt32(MKAGLPGEPBP);
|
|
}
|
|
if (PABCGEDNCGH != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(PABCGEDNCGH);
|
|
}
|
|
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 (GHILCJBAECL != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(GHILCJBAECL);
|
|
}
|
|
if (FNIHLGCEICD != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(FNIHLGCEICD);
|
|
}
|
|
if (ItemId != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(ItemId);
|
|
}
|
|
if (MKAGLPGEPBP != 0) {
|
|
output.WriteRawTag(64);
|
|
output.WriteInt32(MKAGLPGEPBP);
|
|
}
|
|
if (PABCGEDNCGH != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(PABCGEDNCGH);
|
|
}
|
|
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 (FNIHLGCEICD != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FNIHLGCEICD);
|
|
}
|
|
if (ItemId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ItemId);
|
|
}
|
|
if (PABCGEDNCGH != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PABCGEDNCGH);
|
|
}
|
|
if (MKAGLPGEPBP != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(MKAGLPGEPBP);
|
|
}
|
|
if (GHILCJBAECL != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(GHILCJBAECL);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(OKEHCMBIGGF other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.FNIHLGCEICD != 0) {
|
|
FNIHLGCEICD = other.FNIHLGCEICD;
|
|
}
|
|
if (other.ItemId != 0) {
|
|
ItemId = other.ItemId;
|
|
}
|
|
if (other.PABCGEDNCGH != 0) {
|
|
PABCGEDNCGH = other.PABCGEDNCGH;
|
|
}
|
|
if (other.MKAGLPGEPBP != 0) {
|
|
MKAGLPGEPBP = other.MKAGLPGEPBP;
|
|
}
|
|
if (other.GHILCJBAECL != 0) {
|
|
GHILCJBAECL = other.GHILCJBAECL;
|
|
}
|
|
_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 24: {
|
|
GHILCJBAECL = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
FNIHLGCEICD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
ItemId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
MKAGLPGEPBP = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
PABCGEDNCGH = 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 24: {
|
|
GHILCJBAECL = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
FNIHLGCEICD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
ItemId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
MKAGLPGEPBP = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
PABCGEDNCGH = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|