Files
DanhengServer-OpenSource/Proto/GetDrinkMakerDataScRsp.cs
2025-08-29 19:40:06 +08:00

562 lines
20 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GetDrinkMakerDataScRsp.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 GetDrinkMakerDataScRsp.proto</summary>
public static partial class GetDrinkMakerDataScRspReflection {
#region Descriptor
/// <summary>File descriptor for GetDrinkMakerDataScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GetDrinkMakerDataScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxHZXREcmlua01ha2VyRGF0YVNjUnNwLnByb3RvGhFFRUtGRUNESUhKRS5w",
"cm90bxoRSElBTUtGSUNNTk0ucHJvdG8i9AEKFkdldERyaW5rTWFrZXJEYXRh",
"U2NSc3ASCwoDZXhwGAIgASgNEiEKC0JPSU5PTUJIUENMGAsgASgLMgwuRUVL",
"RkVDRElISkUSEwoLRUFPTE1IT0FBTUwYByABKA0SEwoLSEVQQUxOSU9KTlAY",
"BCABKA0SEwoLREhBS09GQUdET0YYCiABKA0SEwoLUENOTlBFSkVHRUYYAyAD",
"KA0SDwoHcmV0Y29kZRgIIAEoDRIhCgtQSktJQk9EUENLSRgJIAMoCzIMLkhJ",
"QU1LRklDTU5NEhMKC0FNRUZHQklDR0RJGAYgASgNEg0KBWxldmVsGAEgASgN",
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EEKFECDIHJEReflection.Descriptor, global::EggLink.DanhengServer.Proto.HIAMKFICMNMReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetDrinkMakerDataScRsp), global::EggLink.DanhengServer.Proto.GetDrinkMakerDataScRsp.Parser, new[]{ "Exp", "BOINOMBHPCL", "EAOLMHOAAML", "HEPALNIOJNP", "DHAKOFAGDOF", "PCNNPEJEGEF", "Retcode", "PJKIBODPCKI", "AMEFGBICGDI", "Level" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetDrinkMakerDataScRsp : pb::IMessage<GetDrinkMakerDataScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GetDrinkMakerDataScRsp> _parser = new pb::MessageParser<GetDrinkMakerDataScRsp>(() => new GetDrinkMakerDataScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GetDrinkMakerDataScRsp> 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.GetDrinkMakerDataScRspReflection.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 GetDrinkMakerDataScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetDrinkMakerDataScRsp(GetDrinkMakerDataScRsp other) : this() {
exp_ = other.exp_;
bOINOMBHPCL_ = other.bOINOMBHPCL_ != null ? other.bOINOMBHPCL_.Clone() : null;
eAOLMHOAAML_ = other.eAOLMHOAAML_;
hEPALNIOJNP_ = other.hEPALNIOJNP_;
dHAKOFAGDOF_ = other.dHAKOFAGDOF_;
pCNNPEJEGEF_ = other.pCNNPEJEGEF_.Clone();
retcode_ = other.retcode_;
pJKIBODPCKI_ = other.pJKIBODPCKI_.Clone();
aMEFGBICGDI_ = other.aMEFGBICGDI_;
level_ = other.level_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GetDrinkMakerDataScRsp Clone() {
return new GetDrinkMakerDataScRsp(this);
}
/// <summary>Field number for the "exp" field.</summary>
public const int ExpFieldNumber = 2;
private uint exp_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Exp {
get { return exp_; }
set {
exp_ = value;
}
}
/// <summary>Field number for the "BOINOMBHPCL" field.</summary>
public const int BOINOMBHPCLFieldNumber = 11;
private global::EggLink.DanhengServer.Proto.EEKFECDIHJE bOINOMBHPCL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EEKFECDIHJE BOINOMBHPCL {
get { return bOINOMBHPCL_; }
set {
bOINOMBHPCL_ = value;
}
}
/// <summary>Field number for the "EAOLMHOAAML" field.</summary>
public const int EAOLMHOAAMLFieldNumber = 7;
private uint eAOLMHOAAML_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EAOLMHOAAML {
get { return eAOLMHOAAML_; }
set {
eAOLMHOAAML_ = value;
}
}
/// <summary>Field number for the "HEPALNIOJNP" field.</summary>
public const int HEPALNIOJNPFieldNumber = 4;
private uint hEPALNIOJNP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HEPALNIOJNP {
get { return hEPALNIOJNP_; }
set {
hEPALNIOJNP_ = value;
}
}
/// <summary>Field number for the "DHAKOFAGDOF" field.</summary>
public const int DHAKOFAGDOFFieldNumber = 10;
private uint dHAKOFAGDOF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DHAKOFAGDOF {
get { return dHAKOFAGDOF_; }
set {
dHAKOFAGDOF_ = value;
}
}
/// <summary>Field number for the "PCNNPEJEGEF" field.</summary>
public const int PCNNPEJEGEFFieldNumber = 3;
private static readonly pb::FieldCodec<uint> _repeated_pCNNPEJEGEF_codec
= pb::FieldCodec.ForUInt32(26);
private readonly pbc::RepeatedField<uint> pCNNPEJEGEF_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> PCNNPEJEGEF {
get { return pCNNPEJEGEF_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 8;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = value;
}
}
/// <summary>Field number for the "PJKIBODPCKI" field.</summary>
public const int PJKIBODPCKIFieldNumber = 9;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.HIAMKFICMNM> _repeated_pJKIBODPCKI_codec
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.HIAMKFICMNM.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HIAMKFICMNM> pJKIBODPCKI_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HIAMKFICMNM>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.HIAMKFICMNM> PJKIBODPCKI {
get { return pJKIBODPCKI_; }
}
/// <summary>Field number for the "AMEFGBICGDI" field.</summary>
public const int AMEFGBICGDIFieldNumber = 6;
private uint aMEFGBICGDI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AMEFGBICGDI {
get { return aMEFGBICGDI_; }
set {
aMEFGBICGDI_ = value;
}
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 1;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GetDrinkMakerDataScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GetDrinkMakerDataScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (Exp != other.Exp) return false;
if (!object.Equals(BOINOMBHPCL, other.BOINOMBHPCL)) return false;
if (EAOLMHOAAML != other.EAOLMHOAAML) return false;
if (HEPALNIOJNP != other.HEPALNIOJNP) return false;
if (DHAKOFAGDOF != other.DHAKOFAGDOF) return false;
if(!pCNNPEJEGEF_.Equals(other.pCNNPEJEGEF_)) return false;
if (Retcode != other.Retcode) return false;
if(!pJKIBODPCKI_.Equals(other.pJKIBODPCKI_)) return false;
if (AMEFGBICGDI != other.AMEFGBICGDI) return false;
if (Level != other.Level) 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 (Exp != 0) hash ^= Exp.GetHashCode();
if (bOINOMBHPCL_ != null) hash ^= BOINOMBHPCL.GetHashCode();
if (EAOLMHOAAML != 0) hash ^= EAOLMHOAAML.GetHashCode();
if (HEPALNIOJNP != 0) hash ^= HEPALNIOJNP.GetHashCode();
if (DHAKOFAGDOF != 0) hash ^= DHAKOFAGDOF.GetHashCode();
hash ^= pCNNPEJEGEF_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= pJKIBODPCKI_.GetHashCode();
if (AMEFGBICGDI != 0) hash ^= AMEFGBICGDI.GetHashCode();
if (Level != 0) hash ^= Level.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 (Level != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Level);
}
if (Exp != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Exp);
}
pCNNPEJEGEF_.WriteTo(output, _repeated_pCNNPEJEGEF_codec);
if (HEPALNIOJNP != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HEPALNIOJNP);
}
if (AMEFGBICGDI != 0) {
output.WriteRawTag(48);
output.WriteUInt32(AMEFGBICGDI);
}
if (EAOLMHOAAML != 0) {
output.WriteRawTag(56);
output.WriteUInt32(EAOLMHOAAML);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
pJKIBODPCKI_.WriteTo(output, _repeated_pJKIBODPCKI_codec);
if (DHAKOFAGDOF != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DHAKOFAGDOF);
}
if (bOINOMBHPCL_ != null) {
output.WriteRawTag(90);
output.WriteMessage(BOINOMBHPCL);
}
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 (Level != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Level);
}
if (Exp != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Exp);
}
pCNNPEJEGEF_.WriteTo(ref output, _repeated_pCNNPEJEGEF_codec);
if (HEPALNIOJNP != 0) {
output.WriteRawTag(32);
output.WriteUInt32(HEPALNIOJNP);
}
if (AMEFGBICGDI != 0) {
output.WriteRawTag(48);
output.WriteUInt32(AMEFGBICGDI);
}
if (EAOLMHOAAML != 0) {
output.WriteRawTag(56);
output.WriteUInt32(EAOLMHOAAML);
}
if (Retcode != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Retcode);
}
pJKIBODPCKI_.WriteTo(ref output, _repeated_pJKIBODPCKI_codec);
if (DHAKOFAGDOF != 0) {
output.WriteRawTag(80);
output.WriteUInt32(DHAKOFAGDOF);
}
if (bOINOMBHPCL_ != null) {
output.WriteRawTag(90);
output.WriteMessage(BOINOMBHPCL);
}
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 (Exp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
}
if (bOINOMBHPCL_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BOINOMBHPCL);
}
if (EAOLMHOAAML != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EAOLMHOAAML);
}
if (HEPALNIOJNP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HEPALNIOJNP);
}
if (DHAKOFAGDOF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DHAKOFAGDOF);
}
size += pCNNPEJEGEF_.CalculateSize(_repeated_pCNNPEJEGEF_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += pJKIBODPCKI_.CalculateSize(_repeated_pJKIBODPCKI_codec);
if (AMEFGBICGDI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AMEFGBICGDI);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GetDrinkMakerDataScRsp other) {
if (other == null) {
return;
}
if (other.Exp != 0) {
Exp = other.Exp;
}
if (other.bOINOMBHPCL_ != null) {
if (bOINOMBHPCL_ == null) {
BOINOMBHPCL = new global::EggLink.DanhengServer.Proto.EEKFECDIHJE();
}
BOINOMBHPCL.MergeFrom(other.BOINOMBHPCL);
}
if (other.EAOLMHOAAML != 0) {
EAOLMHOAAML = other.EAOLMHOAAML;
}
if (other.HEPALNIOJNP != 0) {
HEPALNIOJNP = other.HEPALNIOJNP;
}
if (other.DHAKOFAGDOF != 0) {
DHAKOFAGDOF = other.DHAKOFAGDOF;
}
pCNNPEJEGEF_.Add(other.pCNNPEJEGEF_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
pJKIBODPCKI_.Add(other.pJKIBODPCKI_);
if (other.AMEFGBICGDI != 0) {
AMEFGBICGDI = other.AMEFGBICGDI;
}
if (other.Level != 0) {
Level = other.Level;
}
_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: {
Level = input.ReadUInt32();
break;
}
case 16: {
Exp = input.ReadUInt32();
break;
}
case 26:
case 24: {
pCNNPEJEGEF_.AddEntriesFrom(input, _repeated_pCNNPEJEGEF_codec);
break;
}
case 32: {
HEPALNIOJNP = input.ReadUInt32();
break;
}
case 48: {
AMEFGBICGDI = input.ReadUInt32();
break;
}
case 56: {
EAOLMHOAAML = input.ReadUInt32();
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 74: {
pJKIBODPCKI_.AddEntriesFrom(input, _repeated_pJKIBODPCKI_codec);
break;
}
case 80: {
DHAKOFAGDOF = input.ReadUInt32();
break;
}
case 90: {
if (bOINOMBHPCL_ == null) {
BOINOMBHPCL = new global::EggLink.DanhengServer.Proto.EEKFECDIHJE();
}
input.ReadMessage(BOINOMBHPCL);
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: {
Level = input.ReadUInt32();
break;
}
case 16: {
Exp = input.ReadUInt32();
break;
}
case 26:
case 24: {
pCNNPEJEGEF_.AddEntriesFrom(ref input, _repeated_pCNNPEJEGEF_codec);
break;
}
case 32: {
HEPALNIOJNP = input.ReadUInt32();
break;
}
case 48: {
AMEFGBICGDI = input.ReadUInt32();
break;
}
case 56: {
EAOLMHOAAML = input.ReadUInt32();
break;
}
case 64: {
Retcode = input.ReadUInt32();
break;
}
case 74: {
pJKIBODPCKI_.AddEntriesFrom(ref input, _repeated_pJKIBODPCKI_codec);
break;
}
case 80: {
DHAKOFAGDOF = input.ReadUInt32();
break;
}
case 90: {
if (bOINOMBHPCL_ == null) {
BOINOMBHPCL = new global::EggLink.DanhengServer.Proto.EEKFECDIHJE();
}
input.ReadMessage(BOINOMBHPCL);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code