Files
DanhengServer-OpenSource/Common/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",
"c3QucHJvdG8aEUpQR0ZJQ0pCTEhOLnByb3RvIvgBChZHZXREcmlua01ha2Vy",
"RGF0YVNjUnNwEhMKC0lKTUxDQVBDTEpKGAEgASgNEhMKC0FORERNSVBNTkND",
"GAQgAygNEg8KB3JldGNvZGUYDSABKA0SCwoDZXhwGAIgASgNEhMKC0xERUlB",
"R0ZNS0dEGA4gASgNEiEKC05QRENESExKUEpCGAYgASgLMgwuSlBHRklDSkJM",
"SE4SEwoLTk1BQ0pGQk9IQkkYDCABKA0SEwoLT0VLQkhKS01JR0MYByABKA0S",
"DQoFbGV2ZWwYCCABKA0SJQoLUE1ERExMTUNQSEQYCyADKAsyEC5Ecmlua01h",
"a2VyR3Vlc3RCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv",
"dG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DrinkMakerGuestReflection.Descriptor, global::EggLink.DanhengServer.Proto.JPGFICJBLHNReflection.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[]{ "IJMLCAPCLJJ", "ANDDMIPMNCC", "Retcode", "Exp", "LDEIAGFMKGD", "NPDCDHLJPJB", "NMACJFBOHBI", "OEKBHJKMIGC", "Level", "PMDDLLMCPHD" }, 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() {
iJMLCAPCLJJ_ = other.iJMLCAPCLJJ_;
aNDDMIPMNCC_ = other.aNDDMIPMNCC_.Clone();
retcode_ = other.retcode_;
exp_ = other.exp_;
lDEIAGFMKGD_ = other.lDEIAGFMKGD_;
nPDCDHLJPJB_ = other.nPDCDHLJPJB_ != null ? other.nPDCDHLJPJB_.Clone() : null;
nMACJFBOHBI_ = other.nMACJFBOHBI_;
oEKBHJKMIGC_ = other.oEKBHJKMIGC_;
level_ = other.level_;
pMDDLLMCPHD_ = other.pMDDLLMCPHD_.Clone();
_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 "IJMLCAPCLJJ" field.</summary>
public const int IJMLCAPCLJJFieldNumber = 1;
private uint iJMLCAPCLJJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IJMLCAPCLJJ {
get { return iJMLCAPCLJJ_; }
set {
iJMLCAPCLJJ_ = value;
}
}
/// <summary>Field number for the "ANDDMIPMNCC" field.</summary>
public const int ANDDMIPMNCCFieldNumber = 4;
private static readonly pb::FieldCodec<uint> _repeated_aNDDMIPMNCC_codec
= pb::FieldCodec.ForUInt32(34);
private readonly pbc::RepeatedField<uint> aNDDMIPMNCC_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> ANDDMIPMNCC {
get { return aNDDMIPMNCC_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 13;
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 "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 "LDEIAGFMKGD" field.</summary>
public const int LDEIAGFMKGDFieldNumber = 14;
private uint lDEIAGFMKGD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint LDEIAGFMKGD {
get { return lDEIAGFMKGD_; }
set {
lDEIAGFMKGD_ = value;
}
}
/// <summary>Field number for the "NPDCDHLJPJB" field.</summary>
public const int NPDCDHLJPJBFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.JPGFICJBLHN nPDCDHLJPJB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.JPGFICJBLHN NPDCDHLJPJB {
get { return nPDCDHLJPJB_; }
set {
nPDCDHLJPJB_ = value;
}
}
/// <summary>Field number for the "NMACJFBOHBI" field.</summary>
public const int NMACJFBOHBIFieldNumber = 12;
private uint nMACJFBOHBI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NMACJFBOHBI {
get { return nMACJFBOHBI_; }
set {
nMACJFBOHBI_ = value;
}
}
/// <summary>Field number for the "OEKBHJKMIGC" field.</summary>
public const int OEKBHJKMIGCFieldNumber = 7;
private uint oEKBHJKMIGC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint OEKBHJKMIGC {
get { return oEKBHJKMIGC_; }
set {
oEKBHJKMIGC_ = value;
}
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 8;
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 "PMDDLLMCPHD" field.</summary>
public const int PMDDLLMCPHDFieldNumber = 11;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.DrinkMakerGuest> _repeated_pMDDLLMCPHD_codec
= pb::FieldCodec.ForMessage(90, global::EggLink.DanhengServer.Proto.DrinkMakerGuest.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.DrinkMakerGuest> pMDDLLMCPHD_ = 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> PMDDLLMCPHD {
get { return pMDDLLMCPHD_; }
}
[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 (IJMLCAPCLJJ != other.IJMLCAPCLJJ) return false;
if(!aNDDMIPMNCC_.Equals(other.aNDDMIPMNCC_)) return false;
if (Retcode != other.Retcode) return false;
if (Exp != other.Exp) return false;
if (LDEIAGFMKGD != other.LDEIAGFMKGD) return false;
if (!object.Equals(NPDCDHLJPJB, other.NPDCDHLJPJB)) return false;
if (NMACJFBOHBI != other.NMACJFBOHBI) return false;
if (OEKBHJKMIGC != other.OEKBHJKMIGC) return false;
if (Level != other.Level) return false;
if(!pMDDLLMCPHD_.Equals(other.pMDDLLMCPHD_)) 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 (IJMLCAPCLJJ != 0) hash ^= IJMLCAPCLJJ.GetHashCode();
hash ^= aNDDMIPMNCC_.GetHashCode();
if (Retcode != 0) hash ^= Retcode.GetHashCode();
if (Exp != 0) hash ^= Exp.GetHashCode();
if (LDEIAGFMKGD != 0) hash ^= LDEIAGFMKGD.GetHashCode();
if (nPDCDHLJPJB_ != null) hash ^= NPDCDHLJPJB.GetHashCode();
if (NMACJFBOHBI != 0) hash ^= NMACJFBOHBI.GetHashCode();
if (OEKBHJKMIGC != 0) hash ^= OEKBHJKMIGC.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
hash ^= pMDDLLMCPHD_.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 (IJMLCAPCLJJ != 0) {
output.WriteRawTag(8);
output.WriteUInt32(IJMLCAPCLJJ);
}
if (Exp != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Exp);
}
aNDDMIPMNCC_.WriteTo(output, _repeated_aNDDMIPMNCC_codec);
if (nPDCDHLJPJB_ != null) {
output.WriteRawTag(50);
output.WriteMessage(NPDCDHLJPJB);
}
if (OEKBHJKMIGC != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OEKBHJKMIGC);
}
if (Level != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Level);
}
pMDDLLMCPHD_.WriteTo(output, _repeated_pMDDLLMCPHD_codec);
if (NMACJFBOHBI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(NMACJFBOHBI);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (LDEIAGFMKGD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(LDEIAGFMKGD);
}
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 (IJMLCAPCLJJ != 0) {
output.WriteRawTag(8);
output.WriteUInt32(IJMLCAPCLJJ);
}
if (Exp != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Exp);
}
aNDDMIPMNCC_.WriteTo(ref output, _repeated_aNDDMIPMNCC_codec);
if (nPDCDHLJPJB_ != null) {
output.WriteRawTag(50);
output.WriteMessage(NPDCDHLJPJB);
}
if (OEKBHJKMIGC != 0) {
output.WriteRawTag(56);
output.WriteUInt32(OEKBHJKMIGC);
}
if (Level != 0) {
output.WriteRawTag(64);
output.WriteUInt32(Level);
}
pMDDLLMCPHD_.WriteTo(ref output, _repeated_pMDDLLMCPHD_codec);
if (NMACJFBOHBI != 0) {
output.WriteRawTag(96);
output.WriteUInt32(NMACJFBOHBI);
}
if (Retcode != 0) {
output.WriteRawTag(104);
output.WriteUInt32(Retcode);
}
if (LDEIAGFMKGD != 0) {
output.WriteRawTag(112);
output.WriteUInt32(LDEIAGFMKGD);
}
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 (IJMLCAPCLJJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IJMLCAPCLJJ);
}
size += aNDDMIPMNCC_.CalculateSize(_repeated_aNDDMIPMNCC_codec);
if (Retcode != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
}
if (Exp != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
}
if (LDEIAGFMKGD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LDEIAGFMKGD);
}
if (nPDCDHLJPJB_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(NPDCDHLJPJB);
}
if (NMACJFBOHBI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NMACJFBOHBI);
}
if (OEKBHJKMIGC != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OEKBHJKMIGC);
}
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
size += pMDDLLMCPHD_.CalculateSize(_repeated_pMDDLLMCPHD_codec);
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.IJMLCAPCLJJ != 0) {
IJMLCAPCLJJ = other.IJMLCAPCLJJ;
}
aNDDMIPMNCC_.Add(other.aNDDMIPMNCC_);
if (other.Retcode != 0) {
Retcode = other.Retcode;
}
if (other.Exp != 0) {
Exp = other.Exp;
}
if (other.LDEIAGFMKGD != 0) {
LDEIAGFMKGD = other.LDEIAGFMKGD;
}
if (other.nPDCDHLJPJB_ != null) {
if (nPDCDHLJPJB_ == null) {
NPDCDHLJPJB = new global::EggLink.DanhengServer.Proto.JPGFICJBLHN();
}
NPDCDHLJPJB.MergeFrom(other.NPDCDHLJPJB);
}
if (other.NMACJFBOHBI != 0) {
NMACJFBOHBI = other.NMACJFBOHBI;
}
if (other.OEKBHJKMIGC != 0) {
OEKBHJKMIGC = other.OEKBHJKMIGC;
}
if (other.Level != 0) {
Level = other.Level;
}
pMDDLLMCPHD_.Add(other.pMDDLLMCPHD_);
_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: {
IJMLCAPCLJJ = input.ReadUInt32();
break;
}
case 16: {
Exp = input.ReadUInt32();
break;
}
case 34:
case 32: {
aNDDMIPMNCC_.AddEntriesFrom(input, _repeated_aNDDMIPMNCC_codec);
break;
}
case 50: {
if (nPDCDHLJPJB_ == null) {
NPDCDHLJPJB = new global::EggLink.DanhengServer.Proto.JPGFICJBLHN();
}
input.ReadMessage(NPDCDHLJPJB);
break;
}
case 56: {
OEKBHJKMIGC = input.ReadUInt32();
break;
}
case 64: {
Level = input.ReadUInt32();
break;
}
case 90: {
pMDDLLMCPHD_.AddEntriesFrom(input, _repeated_pMDDLLMCPHD_codec);
break;
}
case 96: {
NMACJFBOHBI = input.ReadUInt32();
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
LDEIAGFMKGD = 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: {
IJMLCAPCLJJ = input.ReadUInt32();
break;
}
case 16: {
Exp = input.ReadUInt32();
break;
}
case 34:
case 32: {
aNDDMIPMNCC_.AddEntriesFrom(ref input, _repeated_aNDDMIPMNCC_codec);
break;
}
case 50: {
if (nPDCDHLJPJB_ == null) {
NPDCDHLJPJB = new global::EggLink.DanhengServer.Proto.JPGFICJBLHN();
}
input.ReadMessage(NPDCDHLJPJB);
break;
}
case 56: {
OEKBHJKMIGC = input.ReadUInt32();
break;
}
case 64: {
Level = input.ReadUInt32();
break;
}
case 90: {
pMDDLLMCPHD_.AddEntriesFrom(ref input, _repeated_pMDDLLMCPHD_codec);
break;
}
case 96: {
NMACJFBOHBI = input.ReadUInt32();
break;
}
case 104: {
Retcode = input.ReadUInt32();
break;
}
case 112: {
LDEIAGFMKGD = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code