Files
DanhengServer-OpenSource/Proto/TakeMultipleExpeditionRewardScRsp.cs
2024-12-07 14:00:38 +08:00

411 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TakeMultipleExpeditionRewardScRsp.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 TakeMultipleExpeditionRewardScRsp.proto</summary>
public static partial class TakeMultipleExpeditionRewardScRspReflection {
#region Descriptor
/// <summary>File descriptor for TakeMultipleExpeditionRewardScRsp.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static TakeMultipleExpeditionRewardScRspReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CidUYWtlTXVsdGlwbGVFeHBlZGl0aW9uUmV3YXJkU2NSc3AucHJvdG8aDkl0",
"ZW1MaXN0LnByb3RvIsQBCiFUYWtlTXVsdGlwbGVFeHBlZGl0aW9uUmV3YXJk",
"U2NSc3ASHgoLSkxHRENOSE5LS0IYCSADKAsyCS5JdGVtTGlzdBIeCgtMQUtF",
"QkNLT1BMTxgBIAEoCzIJLkl0ZW1MaXN0EhkKBnJld2FyZBgHIAEoCzIJLkl0",
"ZW1MaXN0Eh4KC0RLTUNCTElIR0tIGAUgAygLMgkuSXRlbUxpc3QSEwoLQ0xN",
"SUhFQ0lPQkkYDSADKA0SDwoHcmV0Y29kZRgCIAEoDUIeqgIbRWdnTGluay5E",
"YW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.TakeMultipleExpeditionRewardScRsp), global::EggLink.DanhengServer.Proto.TakeMultipleExpeditionRewardScRsp.Parser, new[]{ "JLGDCNHNKKB", "LAKEBCKOPLO", "Reward", "DKMCBLIHGKH", "CLMIHECIOBI", "Retcode" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TakeMultipleExpeditionRewardScRsp : pb::IMessage<TakeMultipleExpeditionRewardScRsp>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<TakeMultipleExpeditionRewardScRsp> _parser = new pb::MessageParser<TakeMultipleExpeditionRewardScRsp>(() => new TakeMultipleExpeditionRewardScRsp());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<TakeMultipleExpeditionRewardScRsp> 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.TakeMultipleExpeditionRewardScRspReflection.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 TakeMultipleExpeditionRewardScRsp() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TakeMultipleExpeditionRewardScRsp(TakeMultipleExpeditionRewardScRsp other) : this() {
jLGDCNHNKKB_ = other.jLGDCNHNKKB_.Clone();
lAKEBCKOPLO_ = other.lAKEBCKOPLO_ != null ? other.lAKEBCKOPLO_.Clone() : null;
reward_ = other.reward_ != null ? other.reward_.Clone() : null;
dKMCBLIHGKH_ = other.dKMCBLIHGKH_.Clone();
cLMIHECIOBI_ = other.cLMIHECIOBI_.Clone();
retcode_ = other.retcode_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public TakeMultipleExpeditionRewardScRsp Clone() {
return new TakeMultipleExpeditionRewardScRsp(this);
}
/// <summary>Field number for the "JLGDCNHNKKB" field.</summary>
public const int JLGDCNHNKKBFieldNumber = 9;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ItemList> _repeated_jLGDCNHNKKB_codec
= pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.ItemList.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> jLGDCNHNKKB_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> JLGDCNHNKKB {
get { return jLGDCNHNKKB_; }
}
/// <summary>Field number for the "LAKEBCKOPLO" field.</summary>
public const int LAKEBCKOPLOFieldNumber = 1;
private global::EggLink.DanhengServer.Proto.ItemList lAKEBCKOPLO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList LAKEBCKOPLO {
get { return lAKEBCKOPLO_; }
set {
lAKEBCKOPLO_ = value;
}
}
/// <summary>Field number for the "reward" field.</summary>
public const int RewardFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.ItemList reward_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList Reward {
get { return reward_; }
set {
reward_ = value;
}
}
/// <summary>Field number for the "DKMCBLIHGKH" field.</summary>
public const int DKMCBLIHGKHFieldNumber = 5;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ItemList> _repeated_dKMCBLIHGKH_codec
= pb::FieldCodec.ForMessage(42, global::EggLink.DanhengServer.Proto.ItemList.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> dKMCBLIHGKH_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ItemList> DKMCBLIHGKH {
get { return dKMCBLIHGKH_; }
}
/// <summary>Field number for the "CLMIHECIOBI" field.</summary>
public const int CLMIHECIOBIFieldNumber = 13;
private static readonly pb::FieldCodec<uint> _repeated_cLMIHECIOBI_codec
= pb::FieldCodec.ForUInt32(106);
private readonly pbc::RepeatedField<uint> cLMIHECIOBI_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> CLMIHECIOBI {
get { return cLMIHECIOBI_; }
}
/// <summary>Field number for the "retcode" field.</summary>
public const int RetcodeFieldNumber = 2;
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 TakeMultipleExpeditionRewardScRsp);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(TakeMultipleExpeditionRewardScRsp other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!jLGDCNHNKKB_.Equals(other.jLGDCNHNKKB_)) return false;
if (!object.Equals(LAKEBCKOPLO, other.LAKEBCKOPLO)) return false;
if (!object.Equals(Reward, other.Reward)) return false;
if(!dKMCBLIHGKH_.Equals(other.dKMCBLIHGKH_)) return false;
if(!cLMIHECIOBI_.Equals(other.cLMIHECIOBI_)) 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;
hash ^= jLGDCNHNKKB_.GetHashCode();
if (lAKEBCKOPLO_ != null) hash ^= LAKEBCKOPLO.GetHashCode();
if (reward_ != null) hash ^= Reward.GetHashCode();
hash ^= dKMCBLIHGKH_.GetHashCode();
hash ^= cLMIHECIOBI_.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
if (lAKEBCKOPLO_ != null) {
output.WriteRawTag(10);
output.WriteMessage(LAKEBCKOPLO);
}
if (Retcode != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Retcode);
}
dKMCBLIHGKH_.WriteTo(output, _repeated_dKMCBLIHGKH_codec);
if (reward_ != null) {
output.WriteRawTag(58);
output.WriteMessage(Reward);
}
jLGDCNHNKKB_.WriteTo(output, _repeated_jLGDCNHNKKB_codec);
cLMIHECIOBI_.WriteTo(output, _repeated_cLMIHECIOBI_codec);
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 (lAKEBCKOPLO_ != null) {
output.WriteRawTag(10);
output.WriteMessage(LAKEBCKOPLO);
}
if (Retcode != 0) {
output.WriteRawTag(16);
output.WriteUInt32(Retcode);
}
dKMCBLIHGKH_.WriteTo(ref output, _repeated_dKMCBLIHGKH_codec);
if (reward_ != null) {
output.WriteRawTag(58);
output.WriteMessage(Reward);
}
jLGDCNHNKKB_.WriteTo(ref output, _repeated_jLGDCNHNKKB_codec);
cLMIHECIOBI_.WriteTo(ref output, _repeated_cLMIHECIOBI_codec);
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;
size += jLGDCNHNKKB_.CalculateSize(_repeated_jLGDCNHNKKB_codec);
if (lAKEBCKOPLO_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(LAKEBCKOPLO);
}
if (reward_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward);
}
size += dKMCBLIHGKH_.CalculateSize(_repeated_dKMCBLIHGKH_codec);
size += cLMIHECIOBI_.CalculateSize(_repeated_cLMIHECIOBI_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(TakeMultipleExpeditionRewardScRsp other) {
if (other == null) {
return;
}
jLGDCNHNKKB_.Add(other.jLGDCNHNKKB_);
if (other.lAKEBCKOPLO_ != null) {
if (lAKEBCKOPLO_ == null) {
LAKEBCKOPLO = new global::EggLink.DanhengServer.Proto.ItemList();
}
LAKEBCKOPLO.MergeFrom(other.LAKEBCKOPLO);
}
if (other.reward_ != null) {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
Reward.MergeFrom(other.Reward);
}
dKMCBLIHGKH_.Add(other.dKMCBLIHGKH_);
cLMIHECIOBI_.Add(other.cLMIHECIOBI_);
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: {
if (lAKEBCKOPLO_ == null) {
LAKEBCKOPLO = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(LAKEBCKOPLO);
break;
}
case 16: {
Retcode = input.ReadUInt32();
break;
}
case 42: {
dKMCBLIHGKH_.AddEntriesFrom(input, _repeated_dKMCBLIHGKH_codec);
break;
}
case 58: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 74: {
jLGDCNHNKKB_.AddEntriesFrom(input, _repeated_jLGDCNHNKKB_codec);
break;
}
case 106:
case 104: {
cLMIHECIOBI_.AddEntriesFrom(input, _repeated_cLMIHECIOBI_codec);
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: {
if (lAKEBCKOPLO_ == null) {
LAKEBCKOPLO = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(LAKEBCKOPLO);
break;
}
case 16: {
Retcode = input.ReadUInt32();
break;
}
case 42: {
dKMCBLIHGKH_.AddEntriesFrom(ref input, _repeated_dKMCBLIHGKH_codec);
break;
}
case 58: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 74: {
jLGDCNHNKKB_.AddEntriesFrom(ref input, _repeated_jLGDCNHNKKB_codec);
break;
}
case 106:
case 104: {
cLMIHECIOBI_.AddEntriesFrom(ref input, _repeated_cLMIHECIOBI_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code