mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
432 lines
15 KiB
C#
432 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: DFFKMEPPCFE.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 DFFKMEPPCFE.proto</summary>
|
|
public static partial class DFFKMEPPCFEReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for DFFKMEPPCFE.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static DFFKMEPPCFEReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFERkZLTUVQUENGRS5wcm90byKcAQoLREZGS01FUFBDRkUSEwoLRUFBR0dF",
|
|
"SEpFSUUYCSABKA0SEwoLR0xDT0xCTklDTEQYBSABKA0SEwoLT05HTkVBQk9P",
|
|
"TFAYDiADKA0SEwoLREdQRU9PRE9KTUEYBCADKA0SDwoHc2hvcF9pZBgBIAEo",
|
|
"DRITCgtMR0VNT0dITktKSRgCIAEoDRITCgtJRExJQkpJSUxORxgGIAMoDUIe",
|
|
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DFFKMEPPCFE), global::EggLink.DanhengServer.Proto.DFFKMEPPCFE.Parser, new[]{ "EAAGGEHJEIE", "GLCOLBNICLD", "ONGNEABOOLP", "DGPEOODOJMA", "ShopId", "LGEMOGHNKJI", "IDLIBJIILNG" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class DFFKMEPPCFE : pb::IMessage<DFFKMEPPCFE>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<DFFKMEPPCFE> _parser = new pb::MessageParser<DFFKMEPPCFE>(() => new DFFKMEPPCFE());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<DFFKMEPPCFE> 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.DFFKMEPPCFEReflection.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 DFFKMEPPCFE() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DFFKMEPPCFE(DFFKMEPPCFE other) : this() {
|
|
eAAGGEHJEIE_ = other.eAAGGEHJEIE_;
|
|
gLCOLBNICLD_ = other.gLCOLBNICLD_;
|
|
oNGNEABOOLP_ = other.oNGNEABOOLP_.Clone();
|
|
dGPEOODOJMA_ = other.dGPEOODOJMA_.Clone();
|
|
shopId_ = other.shopId_;
|
|
lGEMOGHNKJI_ = other.lGEMOGHNKJI_;
|
|
iDLIBJIILNG_ = other.iDLIBJIILNG_.Clone();
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DFFKMEPPCFE Clone() {
|
|
return new DFFKMEPPCFE(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "EAAGGEHJEIE" field.</summary>
|
|
public const int EAAGGEHJEIEFieldNumber = 9;
|
|
private uint eAAGGEHJEIE_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EAAGGEHJEIE {
|
|
get { return eAAGGEHJEIE_; }
|
|
set {
|
|
eAAGGEHJEIE_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "GLCOLBNICLD" field.</summary>
|
|
public const int GLCOLBNICLDFieldNumber = 5;
|
|
private uint gLCOLBNICLD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint GLCOLBNICLD {
|
|
get { return gLCOLBNICLD_; }
|
|
set {
|
|
gLCOLBNICLD_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ONGNEABOOLP" field.</summary>
|
|
public const int ONGNEABOOLPFieldNumber = 14;
|
|
private static readonly pb::FieldCodec<uint> _repeated_oNGNEABOOLP_codec
|
|
= pb::FieldCodec.ForUInt32(114);
|
|
private readonly pbc::RepeatedField<uint> oNGNEABOOLP_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> ONGNEABOOLP {
|
|
get { return oNGNEABOOLP_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "DGPEOODOJMA" field.</summary>
|
|
public const int DGPEOODOJMAFieldNumber = 4;
|
|
private static readonly pb::FieldCodec<uint> _repeated_dGPEOODOJMA_codec
|
|
= pb::FieldCodec.ForUInt32(34);
|
|
private readonly pbc::RepeatedField<uint> dGPEOODOJMA_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> DGPEOODOJMA {
|
|
get { return dGPEOODOJMA_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "shop_id" field.</summary>
|
|
public const int ShopIdFieldNumber = 1;
|
|
private uint shopId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint ShopId {
|
|
get { return shopId_; }
|
|
set {
|
|
shopId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "LGEMOGHNKJI" field.</summary>
|
|
public const int LGEMOGHNKJIFieldNumber = 2;
|
|
private uint lGEMOGHNKJI_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint LGEMOGHNKJI {
|
|
get { return lGEMOGHNKJI_; }
|
|
set {
|
|
lGEMOGHNKJI_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "IDLIBJIILNG" field.</summary>
|
|
public const int IDLIBJIILNGFieldNumber = 6;
|
|
private static readonly pb::FieldCodec<uint> _repeated_iDLIBJIILNG_codec
|
|
= pb::FieldCodec.ForUInt32(50);
|
|
private readonly pbc::RepeatedField<uint> iDLIBJIILNG_ = new pbc::RepeatedField<uint>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<uint> IDLIBJIILNG {
|
|
get { return iDLIBJIILNG_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as DFFKMEPPCFE);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(DFFKMEPPCFE other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (EAAGGEHJEIE != other.EAAGGEHJEIE) return false;
|
|
if (GLCOLBNICLD != other.GLCOLBNICLD) return false;
|
|
if(!oNGNEABOOLP_.Equals(other.oNGNEABOOLP_)) return false;
|
|
if(!dGPEOODOJMA_.Equals(other.dGPEOODOJMA_)) return false;
|
|
if (ShopId != other.ShopId) return false;
|
|
if (LGEMOGHNKJI != other.LGEMOGHNKJI) return false;
|
|
if(!iDLIBJIILNG_.Equals(other.iDLIBJIILNG_)) 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 (EAAGGEHJEIE != 0) hash ^= EAAGGEHJEIE.GetHashCode();
|
|
if (GLCOLBNICLD != 0) hash ^= GLCOLBNICLD.GetHashCode();
|
|
hash ^= oNGNEABOOLP_.GetHashCode();
|
|
hash ^= dGPEOODOJMA_.GetHashCode();
|
|
if (ShopId != 0) hash ^= ShopId.GetHashCode();
|
|
if (LGEMOGHNKJI != 0) hash ^= LGEMOGHNKJI.GetHashCode();
|
|
hash ^= iDLIBJIILNG_.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 (ShopId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(ShopId);
|
|
}
|
|
if (LGEMOGHNKJI != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(LGEMOGHNKJI);
|
|
}
|
|
dGPEOODOJMA_.WriteTo(output, _repeated_dGPEOODOJMA_codec);
|
|
if (GLCOLBNICLD != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(GLCOLBNICLD);
|
|
}
|
|
iDLIBJIILNG_.WriteTo(output, _repeated_iDLIBJIILNG_codec);
|
|
if (EAAGGEHJEIE != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(EAAGGEHJEIE);
|
|
}
|
|
oNGNEABOOLP_.WriteTo(output, _repeated_oNGNEABOOLP_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 (ShopId != 0) {
|
|
output.WriteRawTag(8);
|
|
output.WriteUInt32(ShopId);
|
|
}
|
|
if (LGEMOGHNKJI != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(LGEMOGHNKJI);
|
|
}
|
|
dGPEOODOJMA_.WriteTo(ref output, _repeated_dGPEOODOJMA_codec);
|
|
if (GLCOLBNICLD != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(GLCOLBNICLD);
|
|
}
|
|
iDLIBJIILNG_.WriteTo(ref output, _repeated_iDLIBJIILNG_codec);
|
|
if (EAAGGEHJEIE != 0) {
|
|
output.WriteRawTag(72);
|
|
output.WriteUInt32(EAAGGEHJEIE);
|
|
}
|
|
oNGNEABOOLP_.WriteTo(ref output, _repeated_oNGNEABOOLP_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 (EAAGGEHJEIE != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EAAGGEHJEIE);
|
|
}
|
|
if (GLCOLBNICLD != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GLCOLBNICLD);
|
|
}
|
|
size += oNGNEABOOLP_.CalculateSize(_repeated_oNGNEABOOLP_codec);
|
|
size += dGPEOODOJMA_.CalculateSize(_repeated_dGPEOODOJMA_codec);
|
|
if (ShopId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ShopId);
|
|
}
|
|
if (LGEMOGHNKJI != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LGEMOGHNKJI);
|
|
}
|
|
size += iDLIBJIILNG_.CalculateSize(_repeated_iDLIBJIILNG_codec);
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(DFFKMEPPCFE other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.EAAGGEHJEIE != 0) {
|
|
EAAGGEHJEIE = other.EAAGGEHJEIE;
|
|
}
|
|
if (other.GLCOLBNICLD != 0) {
|
|
GLCOLBNICLD = other.GLCOLBNICLD;
|
|
}
|
|
oNGNEABOOLP_.Add(other.oNGNEABOOLP_);
|
|
dGPEOODOJMA_.Add(other.dGPEOODOJMA_);
|
|
if (other.ShopId != 0) {
|
|
ShopId = other.ShopId;
|
|
}
|
|
if (other.LGEMOGHNKJI != 0) {
|
|
LGEMOGHNKJI = other.LGEMOGHNKJI;
|
|
}
|
|
iDLIBJIILNG_.Add(other.iDLIBJIILNG_);
|
|
_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: {
|
|
ShopId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
LGEMOGHNKJI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34:
|
|
case 32: {
|
|
dGPEOODOJMA_.AddEntriesFrom(input, _repeated_dGPEOODOJMA_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
GLCOLBNICLD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
iDLIBJIILNG_.AddEntriesFrom(input, _repeated_iDLIBJIILNG_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
EAAGGEHJEIE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
oNGNEABOOLP_.AddEntriesFrom(input, _repeated_oNGNEABOOLP_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: {
|
|
ShopId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 16: {
|
|
LGEMOGHNKJI = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 34:
|
|
case 32: {
|
|
dGPEOODOJMA_.AddEntriesFrom(ref input, _repeated_dGPEOODOJMA_codec);
|
|
break;
|
|
}
|
|
case 40: {
|
|
GLCOLBNICLD = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 50:
|
|
case 48: {
|
|
iDLIBJIILNG_.AddEntriesFrom(ref input, _repeated_iDLIBJIILNG_codec);
|
|
break;
|
|
}
|
|
case 72: {
|
|
EAAGGEHJEIE = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 114:
|
|
case 112: {
|
|
oNGNEABOOLP_.AddEntriesFrom(ref input, _repeated_oNGNEABOOLP_codec);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|