mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
540 lines
22 KiB
C#
540 lines
22 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GetBigDataRecommendScRsp.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 GetBigDataRecommendScRsp.proto</summary>
|
|
public static partial class GetBigDataRecommendScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GetBigDataRecommendScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GetBigDataRecommendScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch5HZXRCaWdEYXRhUmVjb21tZW5kU2NSc3AucHJvdG8aGkJpZ0RhdGFSZWNv",
|
|
"bW1lbmRUeXBlLnByb3RvGhhFcXVpcG1lbnRSZWNvbW1lbmQucHJvdG8aFFJl",
|
|
"bGljUmVjb21tZW5kLnByb3RvGhFBQUdGSUpNTU9LTC5wcm90byKkAgoYR2V0",
|
|
"QmlnRGF0YVJlY29tbWVuZFNjUnNwEg8KB3JldGNvZGUYDCABKA0SFAoMZXF1",
|
|
"aXBfYXZhdGFyGAogASgNEhUKDWhhc19yZWNvbW1hbmQYBSABKAgSNgoXYmln",
|
|
"X2RhdGFfcmVjb21tZW5kX3R5cGUYDiABKA4yFS5CaWdEYXRhUmVjb21tZW5k",
|
|
"VHlwZRIyChNlcXVpcG1lbnRfcmVjb21tZW5kGAcgASgLMhMuRXF1aXBtZW50",
|
|
"UmVjb21tZW5kSAASKgoPcmVsaWNfcmVjb21tZW5kGAsgASgLMg8uUmVsaWNS",
|
|
"ZWNvbW1lbmRIABIjCgtGT09MS0ZBRk5CRBgBIAEoCzIMLkFBR0ZJSk1NT0tM",
|
|
"SABCDQoLRFBDTkpJTExFSEpCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q",
|
|
"cm90b2IGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BigDataRecommendTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.EquipmentRecommendReflection.Descriptor, global::EggLink.DanhengServer.Proto.RelicRecommendReflection.Descriptor, global::EggLink.DanhengServer.Proto.AAGFIJMMOKLReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GetBigDataRecommendScRsp), global::EggLink.DanhengServer.Proto.GetBigDataRecommendScRsp.Parser, new[]{ "Retcode", "EquipAvatar", "HasRecommand", "BigDataRecommendType", "EquipmentRecommend", "RelicRecommend", "FOOLKFAFNBD" }, new[]{ "DPCNJILLEHJ" }, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class GetBigDataRecommendScRsp : pb::IMessage<GetBigDataRecommendScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<GetBigDataRecommendScRsp> _parser = new pb::MessageParser<GetBigDataRecommendScRsp>(() => new GetBigDataRecommendScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<GetBigDataRecommendScRsp> 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.GetBigDataRecommendScRspReflection.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 GetBigDataRecommendScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetBigDataRecommendScRsp(GetBigDataRecommendScRsp other) : this() {
|
|
retcode_ = other.retcode_;
|
|
equipAvatar_ = other.equipAvatar_;
|
|
hasRecommand_ = other.hasRecommand_;
|
|
bigDataRecommendType_ = other.bigDataRecommendType_;
|
|
switch (other.DPCNJILLEHJCase) {
|
|
case DPCNJILLEHJOneofCase.EquipmentRecommend:
|
|
EquipmentRecommend = other.EquipmentRecommend.Clone();
|
|
break;
|
|
case DPCNJILLEHJOneofCase.RelicRecommend:
|
|
RelicRecommend = other.RelicRecommend.Clone();
|
|
break;
|
|
case DPCNJILLEHJOneofCase.FOOLKFAFNBD:
|
|
FOOLKFAFNBD = other.FOOLKFAFNBD.Clone();
|
|
break;
|
|
}
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public GetBigDataRecommendScRsp Clone() {
|
|
return new GetBigDataRecommendScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 12;
|
|
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 "equip_avatar" field.</summary>
|
|
public const int EquipAvatarFieldNumber = 10;
|
|
private uint equipAvatar_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint EquipAvatar {
|
|
get { return equipAvatar_; }
|
|
set {
|
|
equipAvatar_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "has_recommand" field.</summary>
|
|
public const int HasRecommandFieldNumber = 5;
|
|
private bool hasRecommand_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool HasRecommand {
|
|
get { return hasRecommand_; }
|
|
set {
|
|
hasRecommand_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "big_data_recommend_type" field.</summary>
|
|
public const int BigDataRecommendTypeFieldNumber = 14;
|
|
private global::EggLink.DanhengServer.Proto.BigDataRecommendType bigDataRecommendType_ = global::EggLink.DanhengServer.Proto.BigDataRecommendType.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.BigDataRecommendType BigDataRecommendType {
|
|
get { return bigDataRecommendType_; }
|
|
set {
|
|
bigDataRecommendType_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "equipment_recommend" field.</summary>
|
|
public const int EquipmentRecommendFieldNumber = 7;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.EquipmentRecommend EquipmentRecommend {
|
|
get { return dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend ? (global::EggLink.DanhengServer.Proto.EquipmentRecommend) dPCNJILLEHJ_ : null; }
|
|
set {
|
|
dPCNJILLEHJ_ = value;
|
|
dPCNJILLEHJCase_ = value == null ? DPCNJILLEHJOneofCase.None : DPCNJILLEHJOneofCase.EquipmentRecommend;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "relic_recommend" field.</summary>
|
|
public const int RelicRecommendFieldNumber = 11;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.RelicRecommend RelicRecommend {
|
|
get { return dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend ? (global::EggLink.DanhengServer.Proto.RelicRecommend) dPCNJILLEHJ_ : null; }
|
|
set {
|
|
dPCNJILLEHJ_ = value;
|
|
dPCNJILLEHJCase_ = value == null ? DPCNJILLEHJOneofCase.None : DPCNJILLEHJOneofCase.RelicRecommend;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FOOLKFAFNBD" field.</summary>
|
|
public const int FOOLKFAFNBDFieldNumber = 1;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.AAGFIJMMOKL FOOLKFAFNBD {
|
|
get { return dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.FOOLKFAFNBD ? (global::EggLink.DanhengServer.Proto.AAGFIJMMOKL) dPCNJILLEHJ_ : null; }
|
|
set {
|
|
dPCNJILLEHJ_ = value;
|
|
dPCNJILLEHJCase_ = value == null ? DPCNJILLEHJOneofCase.None : DPCNJILLEHJOneofCase.FOOLKFAFNBD;
|
|
}
|
|
}
|
|
|
|
private object dPCNJILLEHJ_;
|
|
/// <summary>Enum of possible cases for the "DPCNJILLEHJ" oneof.</summary>
|
|
public enum DPCNJILLEHJOneofCase {
|
|
None = 0,
|
|
EquipmentRecommend = 7,
|
|
RelicRecommend = 11,
|
|
FOOLKFAFNBD = 1,
|
|
}
|
|
private DPCNJILLEHJOneofCase dPCNJILLEHJCase_ = DPCNJILLEHJOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DPCNJILLEHJOneofCase DPCNJILLEHJCase {
|
|
get { return dPCNJILLEHJCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearDPCNJILLEHJ() {
|
|
dPCNJILLEHJCase_ = DPCNJILLEHJOneofCase.None;
|
|
dPCNJILLEHJ_ = null;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as GetBigDataRecommendScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(GetBigDataRecommendScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Retcode != other.Retcode) return false;
|
|
if (EquipAvatar != other.EquipAvatar) return false;
|
|
if (HasRecommand != other.HasRecommand) return false;
|
|
if (BigDataRecommendType != other.BigDataRecommendType) return false;
|
|
if (!object.Equals(EquipmentRecommend, other.EquipmentRecommend)) return false;
|
|
if (!object.Equals(RelicRecommend, other.RelicRecommend)) return false;
|
|
if (!object.Equals(FOOLKFAFNBD, other.FOOLKFAFNBD)) return false;
|
|
if (DPCNJILLEHJCase != other.DPCNJILLEHJCase) 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 (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (EquipAvatar != 0) hash ^= EquipAvatar.GetHashCode();
|
|
if (HasRecommand != false) hash ^= HasRecommand.GetHashCode();
|
|
if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) hash ^= BigDataRecommendType.GetHashCode();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) hash ^= EquipmentRecommend.GetHashCode();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) hash ^= RelicRecommend.GetHashCode();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.FOOLKFAFNBD) hash ^= FOOLKFAFNBD.GetHashCode();
|
|
hash ^= (int) dPCNJILLEHJCase_;
|
|
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 (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.FOOLKFAFNBD) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(FOOLKFAFNBD);
|
|
}
|
|
if (HasRecommand != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(HasRecommand);
|
|
}
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(EquipmentRecommend);
|
|
}
|
|
if (EquipAvatar != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(EquipAvatar);
|
|
}
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) {
|
|
output.WriteRawTag(90);
|
|
output.WriteMessage(RelicRecommend);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) {
|
|
output.WriteRawTag(112);
|
|
output.WriteEnum((int) BigDataRecommendType);
|
|
}
|
|
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 (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.FOOLKFAFNBD) {
|
|
output.WriteRawTag(10);
|
|
output.WriteMessage(FOOLKFAFNBD);
|
|
}
|
|
if (HasRecommand != false) {
|
|
output.WriteRawTag(40);
|
|
output.WriteBool(HasRecommand);
|
|
}
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(EquipmentRecommend);
|
|
}
|
|
if (EquipAvatar != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(EquipAvatar);
|
|
}
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) {
|
|
output.WriteRawTag(90);
|
|
output.WriteMessage(RelicRecommend);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(96);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) {
|
|
output.WriteRawTag(112);
|
|
output.WriteEnum((int) BigDataRecommendType);
|
|
}
|
|
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 (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (EquipAvatar != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(EquipAvatar);
|
|
}
|
|
if (HasRecommand != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) {
|
|
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) BigDataRecommendType);
|
|
}
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(EquipmentRecommend);
|
|
}
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(RelicRecommend);
|
|
}
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.FOOLKFAFNBD) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FOOLKFAFNBD);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(GetBigDataRecommendScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.EquipAvatar != 0) {
|
|
EquipAvatar = other.EquipAvatar;
|
|
}
|
|
if (other.HasRecommand != false) {
|
|
HasRecommand = other.HasRecommand;
|
|
}
|
|
if (other.BigDataRecommendType != global::EggLink.DanhengServer.Proto.BigDataRecommendType.None) {
|
|
BigDataRecommendType = other.BigDataRecommendType;
|
|
}
|
|
switch (other.DPCNJILLEHJCase) {
|
|
case DPCNJILLEHJOneofCase.EquipmentRecommend:
|
|
if (EquipmentRecommend == null) {
|
|
EquipmentRecommend = new global::EggLink.DanhengServer.Proto.EquipmentRecommend();
|
|
}
|
|
EquipmentRecommend.MergeFrom(other.EquipmentRecommend);
|
|
break;
|
|
case DPCNJILLEHJOneofCase.RelicRecommend:
|
|
if (RelicRecommend == null) {
|
|
RelicRecommend = new global::EggLink.DanhengServer.Proto.RelicRecommend();
|
|
}
|
|
RelicRecommend.MergeFrom(other.RelicRecommend);
|
|
break;
|
|
case DPCNJILLEHJOneofCase.FOOLKFAFNBD:
|
|
if (FOOLKFAFNBD == null) {
|
|
FOOLKFAFNBD = new global::EggLink.DanhengServer.Proto.AAGFIJMMOKL();
|
|
}
|
|
FOOLKFAFNBD.MergeFrom(other.FOOLKFAFNBD);
|
|
break;
|
|
}
|
|
|
|
_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: {
|
|
global::EggLink.DanhengServer.Proto.AAGFIJMMOKL subBuilder = new global::EggLink.DanhengServer.Proto.AAGFIJMMOKL();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.FOOLKFAFNBD) {
|
|
subBuilder.MergeFrom(FOOLKFAFNBD);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
FOOLKFAFNBD = subBuilder;
|
|
break;
|
|
}
|
|
case 40: {
|
|
HasRecommand = input.ReadBool();
|
|
break;
|
|
}
|
|
case 58: {
|
|
global::EggLink.DanhengServer.Proto.EquipmentRecommend subBuilder = new global::EggLink.DanhengServer.Proto.EquipmentRecommend();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) {
|
|
subBuilder.MergeFrom(EquipmentRecommend);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
EquipmentRecommend = subBuilder;
|
|
break;
|
|
}
|
|
case 80: {
|
|
EquipAvatar = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
global::EggLink.DanhengServer.Proto.RelicRecommend subBuilder = new global::EggLink.DanhengServer.Proto.RelicRecommend();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) {
|
|
subBuilder.MergeFrom(RelicRecommend);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
RelicRecommend = subBuilder;
|
|
break;
|
|
}
|
|
case 96: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
BigDataRecommendType = (global::EggLink.DanhengServer.Proto.BigDataRecommendType) input.ReadEnum();
|
|
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: {
|
|
global::EggLink.DanhengServer.Proto.AAGFIJMMOKL subBuilder = new global::EggLink.DanhengServer.Proto.AAGFIJMMOKL();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.FOOLKFAFNBD) {
|
|
subBuilder.MergeFrom(FOOLKFAFNBD);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
FOOLKFAFNBD = subBuilder;
|
|
break;
|
|
}
|
|
case 40: {
|
|
HasRecommand = input.ReadBool();
|
|
break;
|
|
}
|
|
case 58: {
|
|
global::EggLink.DanhengServer.Proto.EquipmentRecommend subBuilder = new global::EggLink.DanhengServer.Proto.EquipmentRecommend();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.EquipmentRecommend) {
|
|
subBuilder.MergeFrom(EquipmentRecommend);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
EquipmentRecommend = subBuilder;
|
|
break;
|
|
}
|
|
case 80: {
|
|
EquipAvatar = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 90: {
|
|
global::EggLink.DanhengServer.Proto.RelicRecommend subBuilder = new global::EggLink.DanhengServer.Proto.RelicRecommend();
|
|
if (dPCNJILLEHJCase_ == DPCNJILLEHJOneofCase.RelicRecommend) {
|
|
subBuilder.MergeFrom(RelicRecommend);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
RelicRecommend = subBuilder;
|
|
break;
|
|
}
|
|
case 96: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 112: {
|
|
BigDataRecommendType = (global::EggLink.DanhengServer.Proto.BigDataRecommendType) input.ReadEnum();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|