// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: BlackInfo.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 BlackInfo.proto public static partial class BlackInfoReflection { #region Descriptor /// File descriptor for BlackInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BlackInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cg9CbGFja0luZm8ucHJvdG8iWAoJQmxhY2tJbmZvEhIKCmJlZ2luX3RpbWUY", "ASABKAMSEAoIZW5kX3RpbWUYAiABKAMSEwoLbGltaXRfbGV2ZWwYAyABKA0S", "EAoIYmFuX3R5cGUYBCABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Q", "cm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BlackInfo), global::EggLink.DanhengServer.Proto.BlackInfo.Parser, new[]{ "BeginTime", "EndTime", "LimitLevel", "BanType" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class BlackInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new BlackInfo()); 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.BlackInfoReflection.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 BlackInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BlackInfo(BlackInfo other) : this() { beginTime_ = other.beginTime_; endTime_ = other.endTime_; limitLevel_ = other.limitLevel_; banType_ = other.banType_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public BlackInfo Clone() { return new BlackInfo(this); } /// Field number for the "begin_time" field. public const int BeginTimeFieldNumber = 1; private long beginTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long BeginTime { get { return beginTime_; } set { beginTime_ = value; } } /// Field number for the "end_time" field. public const int EndTimeFieldNumber = 2; private long endTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long EndTime { get { return endTime_; } set { endTime_ = value; } } /// Field number for the "limit_level" field. public const int LimitLevelFieldNumber = 3; private uint limitLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LimitLevel { get { return limitLevel_; } set { limitLevel_ = value; } } /// Field number for the "ban_type" field. public const int BanTypeFieldNumber = 4; private uint banType_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint BanType { get { return banType_; } set { banType_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as BlackInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(BlackInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (BeginTime != other.BeginTime) return false; if (EndTime != other.EndTime) return false; if (LimitLevel != other.LimitLevel) return false; if (BanType != other.BanType) 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 (BeginTime != 0L) hash ^= BeginTime.GetHashCode(); if (EndTime != 0L) hash ^= EndTime.GetHashCode(); if (LimitLevel != 0) hash ^= LimitLevel.GetHashCode(); if (BanType != 0) hash ^= BanType.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 (BeginTime != 0L) { output.WriteRawTag(8); output.WriteInt64(BeginTime); } if (EndTime != 0L) { output.WriteRawTag(16); output.WriteInt64(EndTime); } if (LimitLevel != 0) { output.WriteRawTag(24); output.WriteUInt32(LimitLevel); } if (BanType != 0) { output.WriteRawTag(32); output.WriteUInt32(BanType); } 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 (BeginTime != 0L) { output.WriteRawTag(8); output.WriteInt64(BeginTime); } if (EndTime != 0L) { output.WriteRawTag(16); output.WriteInt64(EndTime); } if (LimitLevel != 0) { output.WriteRawTag(24); output.WriteUInt32(LimitLevel); } if (BanType != 0) { output.WriteRawTag(32); output.WriteUInt32(BanType); } 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 (BeginTime != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(BeginTime); } if (EndTime != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndTime); } if (LimitLevel != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LimitLevel); } if (BanType != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BanType); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(BlackInfo other) { if (other == null) { return; } if (other.BeginTime != 0L) { BeginTime = other.BeginTime; } if (other.EndTime != 0L) { EndTime = other.EndTime; } if (other.LimitLevel != 0) { LimitLevel = other.LimitLevel; } if (other.BanType != 0) { BanType = other.BanType; } _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 8: { BeginTime = input.ReadInt64(); break; } case 16: { EndTime = input.ReadInt64(); break; } case 24: { LimitLevel = input.ReadUInt32(); break; } case 32: { BanType = 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 8: { BeginTime = input.ReadInt64(); break; } case 16: { EndTime = input.ReadInt64(); break; } case 24: { LimitLevel = input.ReadUInt32(); break; } case 32: { BanType = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code