Files
DanhengServer-OpenSource/Proto/GetDrinkMakerDataScRsp.cs
2024-10-07 14:59:32 +08:00

563 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(
"ChxHZXREcmlua01ha2VyRGF0YVNjUnNwLnByb3RvGhVEcmlua01ha2VyR3Vl",
"c3QucHJvdG8aEUxHTklPQURKTk9KLnByb3RvIvgBChZHZXREcmlua01ha2Vy",
"RGF0YVNjUnNwEgsKA2V4cBgDIAEoDRITCgtQQUhCS0RQS0xGQhgCIAEoDRIh",
"CgtGTE5KREZITk5GSRgKIAEoCzIMLkxHTklPQURKTk9KEhMKC0JBQUdMSUlE",
"TE5LGAsgASgNEhMKC0hKSUZCS1BJRE9HGAUgASgNEhMKC0RDUEhOS01GTE1O",
"GAEgAygNEg0KBWxldmVsGAkgASgNEhMKC0ZBQUJHSE5NR0hNGAYgASgNEiUK",
"C0xQTkNGTEFLUE9IGAwgAygLMhAuRHJpbmtNYWtlckd1ZXN0Eg8KB3JldGNv",
"ZGUYDiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, global::EggLink.DanhengServer.Proto.LGNIOADJNOJReflection.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", "PAHBKDPKLFB", "FLNJDFHNNFI", "BAAGLIIDLNK", "HJIFBKPIDOG", "DCPHNKMFLMN", "Level", "FAABGHNMGHM", "LPNCFLAKPOH", "Retcode" }, 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_;
pAHBKDPKLFB_ = other.pAHBKDPKLFB_;
fLNJDFHNNFI_ = other.fLNJDFHNNFI_ != null ? other.fLNJDFHNNFI_.Clone() : null;
bAAGLIIDLNK_ = other.bAAGLIIDLNK_;
hJIFBKPIDOG_ = other.hJIFBKPIDOG_;
dCPHNKMFLMN_ = other.dCPHNKMFLMN_.Clone();
level_ = other.level_;
fAABGHNMGHM_ = other.fAABGHNMGHM_;
lPNCFLAKPOH_ = other.lPNCFLAKPOH_.Clone();
retcode_ = other.retcode_;
_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 = 3;
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 "PAHBKDPKLFB" field.</summary>
public const int PAHBKDPKLFBFieldNumber = 2;
private uint pAHBKDPKLFB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PAHBKDPKLFB {
get { return pAHBKDPKLFB_; }
set {
pAHBKDPKLFB_ = value;
}
}
/// <summary>Field number for the "FLNJDFHNNFI" field.</summary>
public const int FLNJDFHNNFIFieldNumber = 10;
private global::EggLink.DanhengServer.Proto.LGNIOADJNOJ fLNJDFHNNFI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.LGNIOADJNOJ FLNJDFHNNFI {
get { return fLNJDFHNNFI_; }
set {
fLNJDFHNNFI_ = value;
}
}
/// <summary>Field number for the "BAAGLIIDLNK" field.</summary>
public const int BAAGLIIDLNKFieldNumber = 11;
private uint bAAGLIIDLNK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BAAGLIIDLNK {
get { return bAAGLIIDLNK_; }
set {
bAAGLIIDLNK_ = value;
}
}
/// <summary>Field number for the "HJIFBKPIDOG" field.</summary>
public const int HJIFBKPIDOGFieldNumber = 5;
private uint hJIFBKPIDOG_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HJIFBKPIDOG {
get { return hJIFBKPIDOG_; }
set {
hJIFBKPIDOG_ = value;
}
}
/// <summary>Field number for the "DCPHNKMFLMN" field.</summary>
public const int DCPHNKMFLMNFieldNumber = 1;
private static readonly pb::FieldCodec<uint> _repeated_dCPHNKMFLMN_codec
= pb::FieldCodec.ForUInt32(10);
private readonly pbc::RepeatedField<uint> dCPHNKMFLMN_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> DCPHNKMFLMN {
get { return dCPHNKMFLMN_; }
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 9;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = value;
}
}
/// <summary>Field number for the "FAABGHNMGHM" field.</summary>
public const int FAABGHNMGHMFieldNumber = 6;
private uint fAABGHNMGHM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FAABGHNMGHM {
get { return fAABGHNMGHM_; }
set {
fAABGHNMGHM_ = value;
}
}
/// <summary>Field number for the "LPNCFLAKPOH" field.</summary>
public const int LPNCFLAKPOHFieldNumber = 12;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DrinkMakerGuest> _repeated_lPNCFLAKPOH_codec
= pb::FieldCodec.ForMessage(98, global::EggLink.DanhengServer.Proto.DrinkMakerGuest.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DrinkMakerGuest> lPNCFLAKPOH_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DrinkMakerGuest>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DrinkMakerGuest> LPNCFLAKPOH {
get { return lPNCFLAKPOH_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 14;
private uint retcode_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Retcode {
get { return retcode_; }
set {
retcode_ = 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 (PAHBKDPKLFB != other.PAHBKDPKLFB) return false;
if (!object.Equals(FLNJDFHNNFI, other.FLNJDFHNNFI)) return false;
if (BAAGLIIDLNK != other.BAAGLIIDLNK) return false;
if (HJIFBKPIDOG != other.HJIFBKPIDOG) return false;
if(!dCPHNKMFLMN_.Equals(other.dCPHNKMFLMN_)) return false;
if (Level != other.Level) return false;
if (FAABGHNMGHM != other.FAABGHNMGHM) return false;
if(!lPNCFLAKPOH_.Equals(other.lPNCFLAKPOH_)) return false;
if (Retcode != other.Retcode) 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 (PAHBKDPKLFB != 0) hash ^= PAHBKDPKLFB.GetHashCode();
if (fLNJDFHNNFI_ != null) hash ^= FLNJDFHNNFI.GetHashCode();
if (BAAGLIIDLNK != 0) hash ^= BAAGLIIDLNK.GetHashCode();
if (HJIFBKPIDOG != 0) hash ^= HJIFBKPIDOG.GetHashCode();
hash ^= dCPHNKMFLMN_.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (FAABGHNMGHM != 0) hash ^= FAABGHNMGHM.GetHashCode();
hash ^= lPNCFLAKPOH_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.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
dCPHNKMFLMN_.WriteTo(output, _repeated_dCPHNKMFLMN_codec);
if (PAHBKDPKLFB != 0) {
output.WriteRawTag(16);
output.WriteUInt32(PAHBKDPKLFB);
}
if (Exp != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Exp);
}
if (HJIFBKPIDOG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(HJIFBKPIDOG);
}
if (FAABGHNMGHM != 0) {
output.WriteRawTag(48);
output.WriteUInt32(FAABGHNMGHM);
}
if (Level != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Level);
}
if (fLNJDFHNNFI_ != null) {
output.WriteRawTag(82);
output.WriteMessage(FLNJDFHNNFI);
}
if (BAAGLIIDLNK != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BAAGLIIDLNK);
}
lPNCFLAKPOH_.WriteTo(output, _repeated_lPNCFLAKPOH_codec);
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
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) {
dCPHNKMFLMN_.WriteTo(ref output, _repeated_dCPHNKMFLMN_codec);
if (PAHBKDPKLFB != 0) {
output.WriteRawTag(16);
output.WriteUInt32(PAHBKDPKLFB);
}
if (Exp != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Exp);
}
if (HJIFBKPIDOG != 0) {
output.WriteRawTag(40);
output.WriteUInt32(HJIFBKPIDOG);
}
if (FAABGHNMGHM != 0) {
output.WriteRawTag(48);
output.WriteUInt32(FAABGHNMGHM);
}
if (Level != 0) {
output.WriteRawTag(72);
output.WriteUInt32(Level);
}
if (fLNJDFHNNFI_ != null) {
output.WriteRawTag(82);
output.WriteMessage(FLNJDFHNNFI);
}
if (BAAGLIIDLNK != 0) {
output.WriteRawTag(88);
output.WriteUInt32(BAAGLIIDLNK);
}
lPNCFLAKPOH_.WriteTo(ref output, _repeated_lPNCFLAKPOH_codec);
if (Retcode != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Retcode);
}
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 (PAHBKDPKLFB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PAHBKDPKLFB);
}
if (fLNJDFHNNFI_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FLNJDFHNNFI);
}
if (BAAGLIIDLNK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BAAGLIIDLNK);
}
if (HJIFBKPIDOG != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HJIFBKPIDOG);
}
size += dCPHNKMFLMN_.CalculateSize(_repeated_dCPHNKMFLMN_codec);
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (FAABGHNMGHM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FAABGHNMGHM);
}
size += lPNCFLAKPOH_.CalculateSize(_repeated_lPNCFLAKPOH_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
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.PAHBKDPKLFB != 0) {
PAHBKDPKLFB = other.PAHBKDPKLFB;
}
if (other.fLNJDFHNNFI_ != null) {
if (fLNJDFHNNFI_ == null) {
FLNJDFHNNFI = new global::EggLink.DanhengServer.Proto.LGNIOADJNOJ();
}
FLNJDFHNNFI.MergeFrom(other.FLNJDFHNNFI);
}
if (other.BAAGLIIDLNK != 0) {
BAAGLIIDLNK = other.BAAGLIIDLNK;
}
if (other.HJIFBKPIDOG != 0) {
HJIFBKPIDOG = other.HJIFBKPIDOG;
}
dCPHNKMFLMN_.Add(other.dCPHNKMFLMN_);
if (other.Level != 0) {
Level = other.Level;
}
if (other.FAABGHNMGHM != 0) {
FAABGHNMGHM = other.FAABGHNMGHM;
}
lPNCFLAKPOH_.Add(other.lPNCFLAKPOH_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
_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 10:
case 8: {
dCPHNKMFLMN_.AddEntriesFrom(input, _repeated_dCPHNKMFLMN_codec);
break;
}
case 16: {
PAHBKDPKLFB = input.ReadUInt32();
break;
}
case 24: {
Exp = input.ReadUInt32();
break;
}
case 40: {
HJIFBKPIDOG = input.ReadUInt32();
break;
}
case 48: {
FAABGHNMGHM = input.ReadUInt32();
break;
}
case 72: {
Level = input.ReadUInt32();
break;
}
case 82: {
if (fLNJDFHNNFI_ == null) {
FLNJDFHNNFI = new global::EggLink.DanhengServer.Proto.LGNIOADJNOJ();
}
input.ReadMessage(FLNJDFHNNFI);
break;
}
case 88: {
BAAGLIIDLNK = input.ReadUInt32();
break;
}
case 98: {
lPNCFLAKPOH_.AddEntriesFrom(input, _repeated_lPNCFLAKPOH_codec);
break;
}
case 112: {
Retcode = 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 10:
case 8: {
dCPHNKMFLMN_.AddEntriesFrom(ref input, _repeated_dCPHNKMFLMN_codec);
break;
}
case 16: {
PAHBKDPKLFB = input.ReadUInt32();
break;
}
case 24: {
Exp = input.ReadUInt32();
break;
}
case 40: {
HJIFBKPIDOG = input.ReadUInt32();
break;
}
case 48: {
FAABGHNMGHM = input.ReadUInt32();
break;
}
case 72: {
Level = input.ReadUInt32();
break;
}
case 82: {
if (fLNJDFHNNFI_ == null) {
FLNJDFHNNFI = new global::EggLink.DanhengServer.Proto.LGNIOADJNOJ();
}
input.ReadMessage(FLNJDFHNNFI);
break;
}
case 88: {
BAAGLIIDLNK = input.ReadUInt32();
break;
}
case 98: {
lPNCFLAKPOH_.AddEntriesFrom(ref input, _repeated_lPNCFLAKPOH_codec);
break;
}
case 112: {
Retcode = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code