Files
DanhengServer-OpenSource/Proto/FMEILAIGNFB.cs
2024-12-07 14:00:38 +08:00

432 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FMEILAIGNFB.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 FMEILAIGNFB.proto</summary>
public static partial class FMEILAIGNFBReflection {
#region Descriptor
/// <summary>File descriptor for FMEILAIGNFB.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FMEILAIGNFBReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFGTUVJTEFJR05GQi5wcm90byKcAQoLRk1FSUxBSUdORkISEwoLS09ISkVF",
"QU1PR0YYCyABKA0SEwoLR0FITkJCRkFERU4YBiADKA0SDwoHc2hvcF9pZBgN",
"IAEoDRITCgtPSU1ETU9IQktCQRgMIAMoDRITCgtIQ0dIUEJOTU5FQRgBIAEo",
"DRITCgtOTktFS0tGTklBUBgIIAMoDRITCgtITkFLRkFFS1BHShgKIAEoDUIe",
"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.FMEILAIGNFB), global::EggLink.DanhengServer.Proto.FMEILAIGNFB.Parser, new[]{ "KOHJEEAMOGF", "GAHNBBFADEN", "ShopId", "OIMDMOHBKBA", "HCGHPBNMNEA", "NNKEKKFNIAP", "HNAKFAEKPGJ" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FMEILAIGNFB : pb::IMessage<FMEILAIGNFB>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<FMEILAIGNFB> _parser = new pb::MessageParser<FMEILAIGNFB>(() => new FMEILAIGNFB());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<FMEILAIGNFB> 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.FMEILAIGNFBReflection.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 FMEILAIGNFB() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FMEILAIGNFB(FMEILAIGNFB other) : this() {
kOHJEEAMOGF_ = other.kOHJEEAMOGF_;
gAHNBBFADEN_ = other.gAHNBBFADEN_.Clone();
shopId_ = other.shopId_;
oIMDMOHBKBA_ = other.oIMDMOHBKBA_.Clone();
hCGHPBNMNEA_ = other.hCGHPBNMNEA_;
nNKEKKFNIAP_ = other.nNKEKKFNIAP_.Clone();
hNAKFAEKPGJ_ = other.hNAKFAEKPGJ_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public FMEILAIGNFB Clone() {
return new FMEILAIGNFB(this);
}
/// <summary>Field number for the "KOHJEEAMOGF" field.</summary>
public const int KOHJEEAMOGFFieldNumber = 11;
private uint kOHJEEAMOGF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint KOHJEEAMOGF {
get { return kOHJEEAMOGF_; }
set {
kOHJEEAMOGF_ = value;
}
}
/// <summary>Field number for the "GAHNBBFADEN" field.</summary>
public const int GAHNBBFADENFieldNumber = 6;
private static readonly pb::FieldCodec<uint> _repeated_gAHNBBFADEN_codec
= pb::FieldCodec.ForUInt32(50);
private readonly pbc::RepeatedField<uint> gAHNBBFADEN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> GAHNBBFADEN {
get { return gAHNBBFADEN_; }
}
/// <summary>Field number for the "shop_id" field.</summary>
public const int ShopIdFieldNumber = 13;
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 "OIMDMOHBKBA" field.</summary>
public const int OIMDMOHBKBAFieldNumber = 12;
private static readonly pb::FieldCodec<uint> _repeated_oIMDMOHBKBA_codec
= pb::FieldCodec.ForUInt32(98);
private readonly pbc::RepeatedField<uint> oIMDMOHBKBA_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> OIMDMOHBKBA {
get { return oIMDMOHBKBA_; }
}
/// <summary>Field number for the "HCGHPBNMNEA" field.</summary>
public const int HCGHPBNMNEAFieldNumber = 1;
private uint hCGHPBNMNEA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HCGHPBNMNEA {
get { return hCGHPBNMNEA_; }
set {
hCGHPBNMNEA_ = value;
}
}
/// <summary>Field number for the "NNKEKKFNIAP" field.</summary>
public const int NNKEKKFNIAPFieldNumber = 8;
private static readonly pb::FieldCodec<uint> _repeated_nNKEKKFNIAP_codec
= pb::FieldCodec.ForUInt32(66);
private readonly pbc::RepeatedField<uint> nNKEKKFNIAP_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> NNKEKKFNIAP {
get { return nNKEKKFNIAP_; }
}
/// <summary>Field number for the "HNAKFAEKPGJ" field.</summary>
public const int HNAKFAEKPGJFieldNumber = 10;
private uint hNAKFAEKPGJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HNAKFAEKPGJ {
get { return hNAKFAEKPGJ_; }
set {
hNAKFAEKPGJ_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as FMEILAIGNFB);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(FMEILAIGNFB other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (KOHJEEAMOGF != other.KOHJEEAMOGF) return false;
if(!gAHNBBFADEN_.Equals(other.gAHNBBFADEN_)) return false;
if (ShopId != other.ShopId) return false;
if(!oIMDMOHBKBA_.Equals(other.oIMDMOHBKBA_)) return false;
if (HCGHPBNMNEA != other.HCGHPBNMNEA) return false;
if(!nNKEKKFNIAP_.Equals(other.nNKEKKFNIAP_)) return false;
if (HNAKFAEKPGJ != other.HNAKFAEKPGJ) 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 (KOHJEEAMOGF != 0) hash ^= KOHJEEAMOGF.GetHashCode();
hash ^= gAHNBBFADEN_.GetHashCode();
if (ShopId != 0) hash ^= ShopId.GetHashCode();
hash ^= oIMDMOHBKBA_.GetHashCode();
if (HCGHPBNMNEA != 0) hash ^= HCGHPBNMNEA.GetHashCode();
hash ^= nNKEKKFNIAP_.GetHashCode();
if (HNAKFAEKPGJ != 0) hash ^= HNAKFAEKPGJ.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 (HCGHPBNMNEA != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HCGHPBNMNEA);
}
gAHNBBFADEN_.WriteTo(output, _repeated_gAHNBBFADEN_codec);
nNKEKKFNIAP_.WriteTo(output, _repeated_nNKEKKFNIAP_codec);
if (HNAKFAEKPGJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(HNAKFAEKPGJ);
}
if (KOHJEEAMOGF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(KOHJEEAMOGF);
}
oIMDMOHBKBA_.WriteTo(output, _repeated_oIMDMOHBKBA_codec);
if (ShopId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ShopId);
}
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 (HCGHPBNMNEA != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HCGHPBNMNEA);
}
gAHNBBFADEN_.WriteTo(ref output, _repeated_gAHNBBFADEN_codec);
nNKEKKFNIAP_.WriteTo(ref output, _repeated_nNKEKKFNIAP_codec);
if (HNAKFAEKPGJ != 0) {
output.WriteRawTag(80);
output.WriteUInt32(HNAKFAEKPGJ);
}
if (KOHJEEAMOGF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(KOHJEEAMOGF);
}
oIMDMOHBKBA_.WriteTo(ref output, _repeated_oIMDMOHBKBA_codec);
if (ShopId != 0) {
output.WriteRawTag(104);
output.WriteUInt32(ShopId);
}
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 (KOHJEEAMOGF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(KOHJEEAMOGF);
}
size += gAHNBBFADEN_.CalculateSize(_repeated_gAHNBBFADEN_codec);
if (ShopId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ShopId);
}
size += oIMDMOHBKBA_.CalculateSize(_repeated_oIMDMOHBKBA_codec);
if (HCGHPBNMNEA != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HCGHPBNMNEA);
}
size += nNKEKKFNIAP_.CalculateSize(_repeated_nNKEKKFNIAP_codec);
if (HNAKFAEKPGJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HNAKFAEKPGJ);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(FMEILAIGNFB other) {
if (other == null) {
return;
}
if (other.KOHJEEAMOGF != 0) {
KOHJEEAMOGF = other.KOHJEEAMOGF;
}
gAHNBBFADEN_.Add(other.gAHNBBFADEN_);
if (other.ShopId != 0) {
ShopId = other.ShopId;
}
oIMDMOHBKBA_.Add(other.oIMDMOHBKBA_);
if (other.HCGHPBNMNEA != 0) {
HCGHPBNMNEA = other.HCGHPBNMNEA;
}
nNKEKKFNIAP_.Add(other.nNKEKKFNIAP_);
if (other.HNAKFAEKPGJ != 0) {
HNAKFAEKPGJ = other.HNAKFAEKPGJ;
}
_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: {
HCGHPBNMNEA = input.ReadUInt32();
break;
}
case 50:
case 48: {
gAHNBBFADEN_.AddEntriesFrom(input, _repeated_gAHNBBFADEN_codec);
break;
}
case 66:
case 64: {
nNKEKKFNIAP_.AddEntriesFrom(input, _repeated_nNKEKKFNIAP_codec);
break;
}
case 80: {
HNAKFAEKPGJ = input.ReadUInt32();
break;
}
case 88: {
KOHJEEAMOGF = input.ReadUInt32();
break;
}
case 98:
case 96: {
oIMDMOHBKBA_.AddEntriesFrom(input, _repeated_oIMDMOHBKBA_codec);
break;
}
case 104: {
ShopId = 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 8: {
HCGHPBNMNEA = input.ReadUInt32();
break;
}
case 50:
case 48: {
gAHNBBFADEN_.AddEntriesFrom(ref input, _repeated_gAHNBBFADEN_codec);
break;
}
case 66:
case 64: {
nNKEKKFNIAP_.AddEntriesFrom(ref input, _repeated_nNKEKKFNIAP_codec);
break;
}
case 80: {
HNAKFAEKPGJ = input.ReadUInt32();
break;
}
case 88: {
KOHJEEAMOGF = input.ReadUInt32();
break;
}
case 98:
case 96: {
oIMDMOHBKBA_.AddEntriesFrom(ref input, _repeated_oIMDMOHBKBA_codec);
break;
}
case 104: {
ShopId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code