// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: DailyActiveInfoNotify.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 DailyActiveInfoNotify.proto public static partial class DailyActiveInfoNotifyReflection { #region Descriptor /// File descriptor for DailyActiveInfoNotify.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static DailyActiveInfoNotifyReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtEYWlseUFjdGl2ZUluZm9Ob3RpZnkucHJvdG8aF0RhaWx5QWN0aXZpdHlJ", "bmZvLnByb3RvImoKFURhaWx5QWN0aXZlSW5mb05vdGlmeRITCgtNQklCQUJL", "SUFORhgBIAMoDRInCgtJSE9FTExHQkJLThgJIAMoCzISLkRhaWx5QWN0aXZp", "dHlJbmZvEhMKC0lJTUpDTEJPUE5DGAUgASgNQh6qAhtFZ2dMaW5rLkRhbmhl", "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DailyActivityInfoReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify), global::EggLink.DanhengServer.Proto.DailyActiveInfoNotify.Parser, new[]{ "MBIBABKIANF", "IHOELLGBBKN", "IIMJCLBOPNC" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class DailyActiveInfoNotify : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new DailyActiveInfoNotify()); 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.DailyActiveInfoNotifyReflection.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 DailyActiveInfoNotify() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DailyActiveInfoNotify(DailyActiveInfoNotify other) : this() { mBIBABKIANF_ = other.mBIBABKIANF_.Clone(); iHOELLGBBKN_ = other.iHOELLGBBKN_.Clone(); iIMJCLBOPNC_ = other.iIMJCLBOPNC_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public DailyActiveInfoNotify Clone() { return new DailyActiveInfoNotify(this); } /// Field number for the "MBIBABKIANF" field. public const int MBIBABKIANFFieldNumber = 1; private static readonly pb::FieldCodec _repeated_mBIBABKIANF_codec = pb::FieldCodec.ForUInt32(10); private readonly pbc::RepeatedField mBIBABKIANF_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MBIBABKIANF { get { return mBIBABKIANF_; } } /// Field number for the "IHOELLGBBKN" field. public const int IHOELLGBBKNFieldNumber = 9; private static readonly pb::FieldCodec _repeated_iHOELLGBBKN_codec = pb::FieldCodec.ForMessage(74, global::EggLink.DanhengServer.Proto.DailyActivityInfo.Parser); private readonly pbc::RepeatedField iHOELLGBBKN_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField IHOELLGBBKN { get { return iHOELLGBBKN_; } } /// Field number for the "IIMJCLBOPNC" field. public const int IIMJCLBOPNCFieldNumber = 5; private uint iIMJCLBOPNC_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IIMJCLBOPNC { get { return iIMJCLBOPNC_; } set { iIMJCLBOPNC_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as DailyActiveInfoNotify); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(DailyActiveInfoNotify other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!mBIBABKIANF_.Equals(other.mBIBABKIANF_)) return false; if(!iHOELLGBBKN_.Equals(other.iHOELLGBBKN_)) return false; if (IIMJCLBOPNC != other.IIMJCLBOPNC) 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 ^= mBIBABKIANF_.GetHashCode(); hash ^= iHOELLGBBKN_.GetHashCode(); if (IIMJCLBOPNC != 0) hash ^= IIMJCLBOPNC.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 mBIBABKIANF_.WriteTo(output, _repeated_mBIBABKIANF_codec); if (IIMJCLBOPNC != 0) { output.WriteRawTag(40); output.WriteUInt32(IIMJCLBOPNC); } iHOELLGBBKN_.WriteTo(output, _repeated_iHOELLGBBKN_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) { mBIBABKIANF_.WriteTo(ref output, _repeated_mBIBABKIANF_codec); if (IIMJCLBOPNC != 0) { output.WriteRawTag(40); output.WriteUInt32(IIMJCLBOPNC); } iHOELLGBBKN_.WriteTo(ref output, _repeated_iHOELLGBBKN_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 += mBIBABKIANF_.CalculateSize(_repeated_mBIBABKIANF_codec); size += iHOELLGBBKN_.CalculateSize(_repeated_iHOELLGBBKN_codec); if (IIMJCLBOPNC != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IIMJCLBOPNC); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(DailyActiveInfoNotify other) { if (other == null) { return; } mBIBABKIANF_.Add(other.mBIBABKIANF_); iHOELLGBBKN_.Add(other.iHOELLGBBKN_); if (other.IIMJCLBOPNC != 0) { IIMJCLBOPNC = other.IIMJCLBOPNC; } _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: case 8: { mBIBABKIANF_.AddEntriesFrom(input, _repeated_mBIBABKIANF_codec); break; } case 40: { IIMJCLBOPNC = input.ReadUInt32(); break; } case 74: { iHOELLGBBKN_.AddEntriesFrom(input, _repeated_iHOELLGBBKN_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: case 8: { mBIBABKIANF_.AddEntriesFrom(ref input, _repeated_mBIBABKIANF_codec); break; } case 40: { IIMJCLBOPNC = input.ReadUInt32(); break; } case 74: { iHOELLGBBKN_.AddEntriesFrom(ref input, _repeated_iHOELLGBBKN_codec); break; } } } } #endif } #endregion } #endregion Designer generated code