// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: RewardSwitchItem.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 RewardSwitchItem.proto public static partial class RewardSwitchItemReflection { #region Descriptor /// File descriptor for RewardSwitchItem.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RewardSwitchItemReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChZSZXdhcmRTd2l0Y2hJdGVtLnByb3RvGg5JdGVtTGlzdC5wcm90byJaChBS", "ZXdhcmRTd2l0Y2hJdGVtEhwKCWl0ZW1fbGlzdBgMIAEoCzIJLkl0ZW1MaXN0", "EhMKC0VJTkZCR0tFTkRIGAIgASgIEhMKC2RhaWx5X2luZGV4GA0gASgNQh6q", "AhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); 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.RewardSwitchItem), global::EggLink.DanhengServer.Proto.RewardSwitchItem.Parser, new[]{ "ItemList", "EINFBGKENDH", "DailyIndex" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RewardSwitchItem : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RewardSwitchItem()); 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.RewardSwitchItemReflection.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 RewardSwitchItem() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RewardSwitchItem(RewardSwitchItem other) : this() { itemList_ = other.itemList_ != null ? other.itemList_.Clone() : null; eINFBGKENDH_ = other.eINFBGKENDH_; dailyIndex_ = other.dailyIndex_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RewardSwitchItem Clone() { return new RewardSwitchItem(this); } /// Field number for the "item_list" field. public const int ItemListFieldNumber = 12; private global::EggLink.DanhengServer.Proto.ItemList itemList_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList ItemList { get { return itemList_; } set { itemList_ = value; } } /// Field number for the "EINFBGKENDH" field. public const int EINFBGKENDHFieldNumber = 2; private bool eINFBGKENDH_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool EINFBGKENDH { get { return eINFBGKENDH_; } set { eINFBGKENDH_ = value; } } /// Field number for the "daily_index" field. public const int DailyIndexFieldNumber = 13; private uint dailyIndex_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint DailyIndex { get { return dailyIndex_; } set { dailyIndex_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RewardSwitchItem); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RewardSwitchItem other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(ItemList, other.ItemList)) return false; if (EINFBGKENDH != other.EINFBGKENDH) return false; if (DailyIndex != other.DailyIndex) 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 (itemList_ != null) hash ^= ItemList.GetHashCode(); if (EINFBGKENDH != false) hash ^= EINFBGKENDH.GetHashCode(); if (DailyIndex != 0) hash ^= DailyIndex.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 (EINFBGKENDH != false) { output.WriteRawTag(16); output.WriteBool(EINFBGKENDH); } if (itemList_ != null) { output.WriteRawTag(98); output.WriteMessage(ItemList); } if (DailyIndex != 0) { output.WriteRawTag(104); output.WriteUInt32(DailyIndex); } 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 (EINFBGKENDH != false) { output.WriteRawTag(16); output.WriteBool(EINFBGKENDH); } if (itemList_ != null) { output.WriteRawTag(98); output.WriteMessage(ItemList); } if (DailyIndex != 0) { output.WriteRawTag(104); output.WriteUInt32(DailyIndex); } 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 (itemList_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(ItemList); } if (EINFBGKENDH != false) { size += 1 + 1; } if (DailyIndex != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DailyIndex); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RewardSwitchItem other) { if (other == null) { return; } if (other.itemList_ != null) { if (itemList_ == null) { ItemList = new global::EggLink.DanhengServer.Proto.ItemList(); } ItemList.MergeFrom(other.ItemList); } if (other.EINFBGKENDH != false) { EINFBGKENDH = other.EINFBGKENDH; } if (other.DailyIndex != 0) { DailyIndex = other.DailyIndex; } _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: { EINFBGKENDH = input.ReadBool(); break; } case 98: { if (itemList_ == null) { ItemList = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(ItemList); break; } case 104: { DailyIndex = 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 16: { EINFBGKENDH = input.ReadBool(); break; } case 98: { if (itemList_ == null) { ItemList = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(ItemList); break; } case 104: { DailyIndex = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code