// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ComposeItemCsReq.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 ComposeItemCsReq.proto public static partial class ComposeItemCsReqReflection { #region Descriptor /// File descriptor for ComposeItemCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ComposeItemCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZDb21wb3NlSXRlbUNzUmVxLnByb3RvGhJJdGVtQ29zdERhdGEucHJvdG8i", "iQEKEENvbXBvc2VJdGVtQ3NSZXESKAoRY29udmVydF9pdGVtX2xpc3QYDiAB", "KAsyDS5JdGVtQ29zdERhdGESKAoRY29tcG9zZV9pdGVtX2xpc3QYCSABKAsy", "DS5JdGVtQ29zdERhdGESDQoFY291bnQYCCABKA0SEgoKY29tcG9zZV9pZBgC", "IAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); 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.ComposeItemCsReq), global::EggLink.DanhengServer.Proto.ComposeItemCsReq.Parser, new[]{ "ConvertItemList", "ComposeItemList", "Count", "ComposeId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ComposeItemCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ComposeItemCsReq()); 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.ComposeItemCsReqReflection.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 ComposeItemCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ComposeItemCsReq(ComposeItemCsReq other) : this() { convertItemList_ = other.convertItemList_ != null ? other.convertItemList_.Clone() : null; composeItemList_ = other.composeItemList_ != null ? other.composeItemList_.Clone() : null; count_ = other.count_; composeId_ = other.composeId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ComposeItemCsReq Clone() { return new ComposeItemCsReq(this); } /// Field number for the "convert_item_list" field. public const int ConvertItemListFieldNumber = 14; private global::EggLink.DanhengServer.Proto.ItemCostData convertItemList_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemCostData ConvertItemList { get { return convertItemList_; } set { convertItemList_ = value; } } /// Field number for the "compose_item_list" field. public const int ComposeItemListFieldNumber = 9; 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; } } /// Field number for the "count" field. public const int CountFieldNumber = 8; 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 "compose_id" field. public const int ComposeIdFieldNumber = 2; private uint composeId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint ComposeId { get { return composeId_; } set { composeId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ComposeItemCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ComposeItemCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(ConvertItemList, other.ConvertItemList)) return false; if (!object.Equals(ComposeItemList, other.ComposeItemList)) return false; if (Count != other.Count) return false; if (ComposeId != other.ComposeId) 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 (convertItemList_ != null) hash ^= ConvertItemList.GetHashCode(); if (composeItemList_ != null) hash ^= ComposeItemList.GetHashCode(); if (Count != 0) hash ^= Count.GetHashCode(); if (ComposeId != 0) hash ^= ComposeId.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 (ComposeId != 0) { output.WriteRawTag(16); output.WriteUInt32(ComposeId); } if (Count != 0) { output.WriteRawTag(64); output.WriteUInt32(Count); } if (composeItemList_ != null) { output.WriteRawTag(74); output.WriteMessage(ComposeItemList); } if (convertItemList_ != null) { output.WriteRawTag(114); output.WriteMessage(ConvertItemList); } 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 (ComposeId != 0) { output.WriteRawTag(16); output.WriteUInt32(ComposeId); } if (Count != 0) { output.WriteRawTag(64); output.WriteUInt32(Count); } if (composeItemList_ != null) { output.WriteRawTag(74); output.WriteMessage(ComposeItemList); } if (convertItemList_ != null) { output.WriteRawTag(114); output.WriteMessage(ConvertItemList); } 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 (convertItemList_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ConvertItemList); } if (composeItemList_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ComposeItemList); } if (Count != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Count); } if (ComposeId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ComposeId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ComposeItemCsReq other) { if (other == null) { return; } if (other.convertItemList_ != null) { if (convertItemList_ == null) { ConvertItemList = new global::EggLink.DanhengServer.Proto.ItemCostData(); } ConvertItemList.MergeFrom(other.ConvertItemList); } if (other.composeItemList_ != null) { if (composeItemList_ == null) { ComposeItemList = new global::EggLink.DanhengServer.Proto.ItemCostData(); } ComposeItemList.MergeFrom(other.ComposeItemList); } if (other.Count != 0) { Count = other.Count; } if (other.ComposeId != 0) { ComposeId = other.ComposeId; } _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 16: { ComposeId = input.ReadUInt32(); break; } case 64: { Count = input.ReadUInt32(); break; } case 74: { if (composeItemList_ == null) { ComposeItemList = new global::EggLink.DanhengServer.Proto.ItemCostData(); } input.ReadMessage(ComposeItemList); break; } case 114: { if (convertItemList_ == null) { ConvertItemList = new global::EggLink.DanhengServer.Proto.ItemCostData(); } input.ReadMessage(ConvertItemList); 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 16: { ComposeId = input.ReadUInt32(); break; } case 64: { Count = input.ReadUInt32(); break; } case 74: { if (composeItemList_ == null) { ComposeItemList = new global::EggLink.DanhengServer.Proto.ItemCostData(); } input.ReadMessage(ComposeItemList); break; } case 114: { if (convertItemList_ == null) { ConvertItemList = new global::EggLink.DanhengServer.Proto.ItemCostData(); } input.ReadMessage(ConvertItemList); break; } } } } #endif } #endregion } #endregion Designer generated code