Files
DanhengServer-OpenSource/Proto/GetDrinkMakerDataScRsp.cs

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",
"c3QucHJvdG8aEUVJQ1BCQUVNTkVDLnByb3RvIvgBChZHZXREcmlua01ha2Vy",
"RGF0YVNjUnNwEgsKA2V4cBgOIAEoDRITCgtFREJCUEVMQkVBTRgEIAEoDRIh",
"CgtKTkFQTFBLTEpFSRgCIAEoCzIMLkVJQ1BCQUVNTkVDEhMKC0FDSUdQSU1L",
"RUNIGAUgAygNEg8KB3JldGNvZGUYASABKA0SJQoLTERFTklETExDUE4YCCAD",
"KAsyEC5Ecmlua01ha2VyR3Vlc3QSEwoLSUpGQ1BJS0RBRUsYDSABKA0SEwoL",
"T01OUENJT0xGQlAYAyABKA0SEwoLT05NQ0NPUEhERU0YCyABKA0SDQoFbGV2",
"ZWwYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, global::EggLink.DanhengServer.Proto.EICPBAEMNECReflection.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", "EDBBPELBEAM", "JNAPLPKLJEI", "ACIGPIMKECH", "Retcode", "LDENIDLLCPN", "IJFCPIKDAEK", "OMNPCIOLFBP", "ONMCCOPHDEM", "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_;
eDBBPELBEAM_ = other.eDBBPELBEAM_;
jNAPLPKLJEI_ = other.jNAPLPKLJEI_ != null ? other.jNAPLPKLJEI_.Clone() : null;
aCIGPIMKECH_ = other.aCIGPIMKECH_.Clone();
retcode_ = other.retcode_;
lDENIDLLCPN_ = other.lDENIDLLCPN_.Clone();
iJFCPIKDAEK_ = other.iJFCPIKDAEK_;
oMNPCIOLFBP_ = other.oMNPCIOLFBP_;
oNMCCOPHDEM_ = other.oNMCCOPHDEM_;
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 = 14;
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 "EDBBPELBEAM" field.</summary>
public const int EDBBPELBEAMFieldNumber = 4;
private uint eDBBPELBEAM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint EDBBPELBEAM {
get { return eDBBPELBEAM_; }
set {
eDBBPELBEAM_ = value;
}
}
/// <summary>Field number for the "JNAPLPKLJEI" field.</summary>
public const int JNAPLPKLJEIFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.EICPBAEMNEC jNAPLPKLJEI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EICPBAEMNEC JNAPLPKLJEI {
get { return jNAPLPKLJEI_; }
set {
jNAPLPKLJEI_ = value;
}
}
/// <summary>Field number for the "ACIGPIMKECH" field.</summary>
public const int ACIGPIMKECHFieldNumber = 5;
private static readonly pb::FieldCodec<uint> _repeated_aCIGPIMKECH_codec
= pb::FieldCodec.ForUInt32(42);
private readonly pbc::RepeatedField<uint> aCIGPIMKECH_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> ACIGPIMKECH {
get { return aCIGPIMKECH_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 1;
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 "LDENIDLLCPN" field.</summary>
public const int LDENIDLLCPNFieldNumber = 8;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DrinkMakerGuest> _repeated_lDENIDLLCPN_codec
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.DrinkMakerGuest.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DrinkMakerGuest> lDENIDLLCPN_ = 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> LDENIDLLCPN {
get { return lDENIDLLCPN_; }
}
/// <summary>Field number for the "IJFCPIKDAEK" field.</summary>
public const int IJFCPIKDAEKFieldNumber = 13;
private uint iJFCPIKDAEK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IJFCPIKDAEK {
get { return iJFCPIKDAEK_; }
set {
iJFCPIKDAEK_ = value;
}
}
/// <summary>Field number for the "OMNPCIOLFBP" field.</summary>
public const int OMNPCIOLFBPFieldNumber = 3;
private uint oMNPCIOLFBP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OMNPCIOLFBP {
get { return oMNPCIOLFBP_; }
set {
oMNPCIOLFBP_ = value;
}
}
/// <summary>Field number for the "ONMCCOPHDEM" field.</summary>
public const int ONMCCOPHDEMFieldNumber = 11;
private uint oNMCCOPHDEM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ONMCCOPHDEM {
get { return oNMCCOPHDEM_; }
set {
oNMCCOPHDEM_ = value;
}
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 10;
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 (EDBBPELBEAM != other.EDBBPELBEAM) return false;
if (!object.Equals(JNAPLPKLJEI, other.JNAPLPKLJEI)) return false;
if(!aCIGPIMKECH_.Equals(other.aCIGPIMKECH_)) return false;
if (Retcode != other.Retcode) return false;
if(!lDENIDLLCPN_.Equals(other.lDENIDLLCPN_)) return false;
if (IJFCPIKDAEK != other.IJFCPIKDAEK) return false;
if (OMNPCIOLFBP != other.OMNPCIOLFBP) return false;
if (ONMCCOPHDEM != other.ONMCCOPHDEM) 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 (EDBBPELBEAM != 0) hash ^= EDBBPELBEAM.GetHashCode();
if (jNAPLPKLJEI_ != null) hash ^= JNAPLPKLJEI.GetHashCode();
hash ^= aCIGPIMKECH_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
hash ^= lDENIDLLCPN_.GetHashCode();
if (IJFCPIKDAEK != 0) hash ^= IJFCPIKDAEK.GetHashCode();
if (OMNPCIOLFBP != 0) hash ^= OMNPCIOLFBP.GetHashCode();
if (ONMCCOPHDEM != 0) hash ^= ONMCCOPHDEM.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 (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
if (jNAPLPKLJEI_ != null) {
output.WriteRawTag(18);
output.WriteMessage(JNAPLPKLJEI);
}
if (OMNPCIOLFBP != 0) {
output.WriteRawTag(24);
output.WriteUInt32(OMNPCIOLFBP);
}
if (EDBBPELBEAM != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EDBBPELBEAM);
}
aCIGPIMKECH_.WriteTo(output, _repeated_aCIGPIMKECH_codec);
lDENIDLLCPN_.WriteTo(output, _repeated_lDENIDLLCPN_codec);
if (Level != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Level);
}
if (ONMCCOPHDEM != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ONMCCOPHDEM);
}
if (IJFCPIKDAEK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(IJFCPIKDAEK);
}
if (Exp != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Exp);
}
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 (Retcode != 0) {
output.WriteRawTag(8);
output.WriteUInt32(Retcode);
}
if (jNAPLPKLJEI_ != null) {
output.WriteRawTag(18);
output.WriteMessage(JNAPLPKLJEI);
}
if (OMNPCIOLFBP != 0) {
output.WriteRawTag(24);
output.WriteUInt32(OMNPCIOLFBP);
}
if (EDBBPELBEAM != 0) {
output.WriteRawTag(32);
output.WriteUInt32(EDBBPELBEAM);
}
aCIGPIMKECH_.WriteTo(ref output, _repeated_aCIGPIMKECH_codec);
lDENIDLLCPN_.WriteTo(ref output, _repeated_lDENIDLLCPN_codec);
if (Level != 0) {
output.WriteRawTag(80);
output.WriteUInt32(Level);
}
if (ONMCCOPHDEM != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ONMCCOPHDEM);
}
if (IJFCPIKDAEK != 0) {
output.WriteRawTag(104);
output.WriteUInt32(IJFCPIKDAEK);
}
if (Exp != 0) {
output.WriteRawTag(112);
output.WriteUInt32(Exp);
}
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 (EDBBPELBEAM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EDBBPELBEAM);
}
if (jNAPLPKLJEI_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(JNAPLPKLJEI);
}
size += aCIGPIMKECH_.CalculateSize(_repeated_aCIGPIMKECH_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
size += lDENIDLLCPN_.CalculateSize(_repeated_lDENIDLLCPN_codec);
if (IJFCPIKDAEK != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IJFCPIKDAEK);
}
if (OMNPCIOLFBP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OMNPCIOLFBP);
}
if (ONMCCOPHDEM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ONMCCOPHDEM);
}
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.EDBBPELBEAM != 0) {
EDBBPELBEAM = other.EDBBPELBEAM;
}
if (other.jNAPLPKLJEI_ != null) {
if (jNAPLPKLJEI_ == null) {
JNAPLPKLJEI = new global::EggLink.DanhengServer.Proto.EICPBAEMNEC();
}
JNAPLPKLJEI.MergeFrom(other.JNAPLPKLJEI);
}
aCIGPIMKECH_.Add(other.aCIGPIMKECH_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
lDENIDLLCPN_.Add(other.lDENIDLLCPN_);
if (other.IJFCPIKDAEK != 0) {
IJFCPIKDAEK = other.IJFCPIKDAEK;
}
if (other.OMNPCIOLFBP != 0) {
OMNPCIOLFBP = other.OMNPCIOLFBP;
}
if (other.ONMCCOPHDEM != 0) {
ONMCCOPHDEM = other.ONMCCOPHDEM;
}
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: {
Retcode = input.ReadUInt32();
break;
}
case 18: {
if (jNAPLPKLJEI_ == null) {
JNAPLPKLJEI = new global::EggLink.DanhengServer.Proto.EICPBAEMNEC();
}
input.ReadMessage(JNAPLPKLJEI);
break;
}
case 24: {
OMNPCIOLFBP = input.ReadUInt32();
break;
}
case 32: {
EDBBPELBEAM = input.ReadUInt32();
break;
}
case 42:
case 40: {
aCIGPIMKECH_.AddEntriesFrom(input, _repeated_aCIGPIMKECH_codec);
break;
}
case 66: {
lDENIDLLCPN_.AddEntriesFrom(input, _repeated_lDENIDLLCPN_codec);
break;
}
case 80: {
Level = input.ReadUInt32();
break;
}
case 88: {
ONMCCOPHDEM = input.ReadUInt32();
break;
}
case 104: {
IJFCPIKDAEK = input.ReadUInt32();
break;
}
case 112: {
Exp = 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: {
Retcode = input.ReadUInt32();
break;
}
case 18: {
if (jNAPLPKLJEI_ == null) {
JNAPLPKLJEI = new global::EggLink.DanhengServer.Proto.EICPBAEMNEC();
}
input.ReadMessage(JNAPLPKLJEI);
break;
}
case 24: {
OMNPCIOLFBP = input.ReadUInt32();
break;
}
case 32: {
EDBBPELBEAM = input.ReadUInt32();
break;
}
case 42:
case 40: {
aCIGPIMKECH_.AddEntriesFrom(ref input, _repeated_aCIGPIMKECH_codec);
break;
}
case 66: {
lDENIDLLCPN_.AddEntriesFrom(ref input, _repeated_lDENIDLLCPN_codec);
break;
}
case 80: {
Level = input.ReadUInt32();
break;
}
case 88: {
ONMCCOPHDEM = input.ReadUInt32();
break;
}
case 104: {
IJFCPIKDAEK = input.ReadUInt32();
break;
}
case 112: {
Exp = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code