//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ComposeSelectedRelicCsReq.proto
//
#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 {
/// Holder for reflection information generated from ComposeSelectedRelicCsReq.proto
public static partial class ComposeSelectedRelicCsReqReflection {
#region Descriptor
/// File descriptor for ComposeSelectedRelicCsReq.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ComposeSelectedRelicCsReqReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch9Db21wb3NlU2VsZWN0ZWRSZWxpY0NzUmVxLnByb3RvGhJJdGVtQ29zdERh",
"dGEucHJvdG8i2QEKGUNvbXBvc2VTZWxlY3RlZFJlbGljQ3NSZXESEgoKY29t",
"cG9zZV9pZBgLIAEoDRIVCg1tYWluX2FmZml4X2lkGAQgASgNEg0KBWNvdW50",
"GAYgASgNEhkKEXN1Yl9hZmZpeF9pZF9saXN0GAogAygNEhgKEGNvbXBvc2Vf",
"cmVsaWNfaWQYBSABKA0SIwoMd3JfaXRlbV9saXN0GAcgASgLMg0uSXRlbUNv",
"c3REYXRhEigKEWNvbXBvc2VfaXRlbV9saXN0GAMgASgLMg0uSXRlbUNvc3RE",
"YXRhQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ComposeSelectedRelicCsReq), global::EggLink.DanhengServer.Proto.ComposeSelectedRelicCsReq.Parser, new[]{ "ComposeId", "MainAffixId", "Count", "SubAffixIdList", "ComposeRelicId", "WrItemList", "ComposeItemList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ComposeSelectedRelicCsReq : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ComposeSelectedRelicCsReq());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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.ComposeSelectedRelicCsReqReflection.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 ComposeSelectedRelicCsReq() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ComposeSelectedRelicCsReq(ComposeSelectedRelicCsReq other) : this() {
composeId_ = other.composeId_;
mainAffixId_ = other.mainAffixId_;
count_ = other.count_;
subAffixIdList_ = other.subAffixIdList_.Clone();
composeRelicId_ = other.composeRelicId_;
wrItemList_ = other.wrItemList_ != null ? other.wrItemList_.Clone() : null;
composeItemList_ = other.composeItemList_ != null ? other.composeItemList_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ComposeSelectedRelicCsReq Clone() {
return new ComposeSelectedRelicCsReq(this);
}
/// Field number for the "compose_id" field.
public const int ComposeIdFieldNumber = 11;
private uint composeId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ComposeId {
get { return composeId_; }
set {
composeId_ = value;
}
}
/// Field number for the "main_affix_id" field.
public const int MainAffixIdFieldNumber = 4;
private uint mainAffixId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MainAffixId {
get { return mainAffixId_; }
set {
mainAffixId_ = value;
}
}
/// Field number for the "count" field.
public const int CountFieldNumber = 6;
private uint count_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Count {
get { return count_; }
set {
count_ = value;
}
}
/// Field number for the "sub_affix_id_list" field.
public const int SubAffixIdListFieldNumber = 10;
private static readonly pb::FieldCodec _repeated_subAffixIdList_codec
= pb::FieldCodec.ForUInt32(82);
private readonly pbc::RepeatedField subAffixIdList_ = new pbc::RepeatedField();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField SubAffixIdList {
get { return subAffixIdList_; }
}
/// Field number for the "compose_relic_id" field.
public const int ComposeRelicIdFieldNumber = 5;
private uint composeRelicId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ComposeRelicId {
get { return composeRelicId_; }
set {
composeRelicId_ = value;
}
}
/// Field number for the "wr_item_list" field.
public const int WrItemListFieldNumber = 7;
private global::EggLink.DanhengServer.Proto.ItemCostData wrItemList_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemCostData WrItemList {
get { return wrItemList_; }
set {
wrItemList_ = value;
}
}
/// Field number for the "compose_item_list" field.
public const int ComposeItemListFieldNumber = 3;
private global::EggLink.DanhengServer.Proto.ItemCostData composeItemList_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemCostData ComposeItemList {
get { return composeItemList_; }
set {
composeItemList_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ComposeSelectedRelicCsReq);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ComposeSelectedRelicCsReq other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ComposeId != other.ComposeId) return false;
if (MainAffixId != other.MainAffixId) return false;
if (Count != other.Count) return false;
if(!subAffixIdList_.Equals(other.subAffixIdList_)) return false;
if (ComposeRelicId != other.ComposeRelicId) return false;
if (!object.Equals(WrItemList, other.WrItemList)) return false;
if (!object.Equals(ComposeItemList, other.ComposeItemList)) 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 (ComposeId != 0) hash ^= ComposeId.GetHashCode();
if (MainAffixId != 0) hash ^= MainAffixId.GetHashCode();
if (Count != 0) hash ^= Count.GetHashCode();
hash ^= subAffixIdList_.GetHashCode();
if (ComposeRelicId != 0) hash ^= ComposeRelicId.GetHashCode();
if (wrItemList_ != null) hash ^= WrItemList.GetHashCode();
if (composeItemList_ != null) hash ^= ComposeItemList.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 (composeItemList_ != null) {
output.WriteRawTag(26);
output.WriteMessage(ComposeItemList);
}
if (MainAffixId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(MainAffixId);
}
if (ComposeRelicId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ComposeRelicId);
}
if (Count != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Count);
}
if (wrItemList_ != null) {
output.WriteRawTag(58);
output.WriteMessage(WrItemList);
}
subAffixIdList_.WriteTo(output, _repeated_subAffixIdList_codec);
if (ComposeId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ComposeId);
}
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 (composeItemList_ != null) {
output.WriteRawTag(26);
output.WriteMessage(ComposeItemList);
}
if (MainAffixId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(MainAffixId);
}
if (ComposeRelicId != 0) {
output.WriteRawTag(40);
output.WriteUInt32(ComposeRelicId);
}
if (Count != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Count);
}
if (wrItemList_ != null) {
output.WriteRawTag(58);
output.WriteMessage(WrItemList);
}
subAffixIdList_.WriteTo(ref output, _repeated_subAffixIdList_codec);
if (ComposeId != 0) {
output.WriteRawTag(88);
output.WriteUInt32(ComposeId);
}
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 (ComposeId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ComposeId);
}
if (MainAffixId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MainAffixId);
}
if (Count != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Count);
}
size += subAffixIdList_.CalculateSize(_repeated_subAffixIdList_codec);
if (ComposeRelicId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ComposeRelicId);
}
if (wrItemList_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(WrItemList);
}
if (composeItemList_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ComposeItemList);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ComposeSelectedRelicCsReq other) {
if (other == null) {
return;
}
if (other.ComposeId != 0) {
ComposeId = other.ComposeId;
}
if (other.MainAffixId != 0) {
MainAffixId = other.MainAffixId;
}
if (other.Count != 0) {
Count = other.Count;
}
subAffixIdList_.Add(other.subAffixIdList_);
if (other.ComposeRelicId != 0) {
ComposeRelicId = other.ComposeRelicId;
}
if (other.wrItemList_ != null) {
if (wrItemList_ == null) {
WrItemList = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
WrItemList.MergeFrom(other.WrItemList);
}
if (other.composeItemList_ != null) {
if (composeItemList_ == null) {
ComposeItemList = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
ComposeItemList.MergeFrom(other.ComposeItemList);
}
_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 26: {
if (composeItemList_ == null) {
ComposeItemList = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(ComposeItemList);
break;
}
case 32: {
MainAffixId = input.ReadUInt32();
break;
}
case 40: {
ComposeRelicId = input.ReadUInt32();
break;
}
case 48: {
Count = input.ReadUInt32();
break;
}
case 58: {
if (wrItemList_ == null) {
WrItemList = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(WrItemList);
break;
}
case 82:
case 80: {
subAffixIdList_.AddEntriesFrom(input, _repeated_subAffixIdList_codec);
break;
}
case 88: {
ComposeId = 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 26: {
if (composeItemList_ == null) {
ComposeItemList = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(ComposeItemList);
break;
}
case 32: {
MainAffixId = input.ReadUInt32();
break;
}
case 40: {
ComposeRelicId = input.ReadUInt32();
break;
}
case 48: {
Count = input.ReadUInt32();
break;
}
case 58: {
if (wrItemList_ == null) {
WrItemList = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(WrItemList);
break;
}
case 82:
case 80: {
subAffixIdList_.AddEntriesFrom(ref input, _repeated_subAffixIdList_codec);
break;
}
case 88: {
ComposeId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code