// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: BenefitData.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 BenefitData.proto public static partial class BenefitDataReflection { #region Descriptor /// File descriptor for BenefitData.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BenefitDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChFCZW5lZml0RGF0YS5wcm90bxoXQmVuZWZpdEl0ZW1Db25maWcucHJvdG8i", "ZQoLQmVuZWZpdERhdGESIgoGY29uZmlnGA4gASgLMhIuQmVuZWZpdEl0ZW1D", "b25maWcSDQoFbGV2ZWwYAiABKA0SDgoGc3RhdHVzGA0gASgNEhMKC2RhaWx5", "X2luZGV4GAMgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9i", "BnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BenefitItemConfigReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BenefitData), global::EggLink.DanhengServer.Proto.BenefitData.Parser, new[]{ "Config", "Level", "Status", "DailyIndex" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class BenefitData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BenefitData()); 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.BenefitDataReflection.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 BenefitData() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BenefitData(BenefitData other) : this() { config_ = other.config_ != null ? other.config_.Clone() : null; level_ = other.level_; status_ = other.status_; dailyIndex_ = other.dailyIndex_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BenefitData Clone() { return new BenefitData(this); } /// Field number for the "config" field. public const int ConfigFieldNumber = 14; private global::EggLink.DanhengServer.Proto.BenefitItemConfig config_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.BenefitItemConfig Config { get { return config_; } set { config_ = value; } } /// Field number for the "level" field. public const int LevelFieldNumber = 2; private uint level_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Level { get { return level_; } set { level_ = value; } } /// Field number for the "status" field. public const int StatusFieldNumber = 13; private uint status_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Status { get { return status_; } set { status_ = value; } } /// Field number for the "daily_index" field. public const int DailyIndexFieldNumber = 3; 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 BenefitData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(BenefitData other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(Config, other.Config)) return false; if (Level != other.Level) return false; if (Status != other.Status) 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 (config_ != null) hash ^= Config.GetHashCode(); if (Level != 0) hash ^= Level.GetHashCode(); if (Status != 0) hash ^= Status.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 (Level != 0) { output.WriteRawTag(16); output.WriteUInt32(Level); } if (DailyIndex != 0) { output.WriteRawTag(24); output.WriteUInt32(DailyIndex); } if (Status != 0) { output.WriteRawTag(104); output.WriteUInt32(Status); } if (config_ != null) { output.WriteRawTag(114); output.WriteMessage(Config); } 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 (Level != 0) { output.WriteRawTag(16); output.WriteUInt32(Level); } if (DailyIndex != 0) { output.WriteRawTag(24); output.WriteUInt32(DailyIndex); } if (Status != 0) { output.WriteRawTag(104); output.WriteUInt32(Status); } if (config_ != null) { output.WriteRawTag(114); output.WriteMessage(Config); } 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 (config_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Config); } if (Level != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level); } if (Status != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Status); } 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(BenefitData other) { if (other == null) { return; } if (other.config_ != null) { if (config_ == null) { Config = new global::EggLink.DanhengServer.Proto.BenefitItemConfig(); } Config.MergeFrom(other.Config); } if (other.Level != 0) { Level = other.Level; } if (other.Status != 0) { Status = other.Status; } 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: { Level = input.ReadUInt32(); break; } case 24: { DailyIndex = input.ReadUInt32(); break; } case 104: { Status = input.ReadUInt32(); break; } case 114: { if (config_ == null) { Config = new global::EggLink.DanhengServer.Proto.BenefitItemConfig(); } input.ReadMessage(Config); 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: { Level = input.ReadUInt32(); break; } case 24: { DailyIndex = input.ReadUInt32(); break; } case 104: { Status = input.ReadUInt32(); break; } case 114: { if (config_ == null) { Config = new global::EggLink.DanhengServer.Proto.BenefitItemConfig(); } input.ReadMessage(Config); break; } } } } #endif } #endregion } #endregion Designer generated code