// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: AnnounceData.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 AnnounceData.proto public static partial class AnnounceDataReflection { #region Descriptor /// File descriptor for AnnounceData.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static AnnounceDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChJBbm5vdW5jZURhdGEucHJvdG8ixQEKDEFubm91bmNlRGF0YRISCgpiZWdp", "bl90aW1lGA0gASgDEhMKC01GTkxPSk9NT0FJGAkgASgNEhMKC0dHS05PRkNQ", "R0tQGAQgASgJEhMKC0JNQUJFSEZFSExGGAogASgJEhMKC0tGT01MUE1NSENB", "GA4gASgIEhEKCWNvbmZpZ19pZBgLIAEoDRITCgtBTEpBQ0VEREdIQRgDIAEo", "CRITCgtJRUpOSEZQREZHRRgIIAEoDRIQCghlbmRfdGltZRgGIAEoA0IeqgIb", "RWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AnnounceData), global::EggLink.DanhengServer.Proto.AnnounceData.Parser, new[]{ "BeginTime", "MFNLOJOMOAI", "GGKNOFCPGKP", "BMABEHFEHLF", "KFOMLPMMHCA", "ConfigId", "ALJACEDDGHA", "IEJNHFPDFGE", "EndTime" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class AnnounceData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new AnnounceData()); 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.AnnounceDataReflection.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 AnnounceData() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public AnnounceData(AnnounceData other) : this() { beginTime_ = other.beginTime_; mFNLOJOMOAI_ = other.mFNLOJOMOAI_; gGKNOFCPGKP_ = other.gGKNOFCPGKP_; bMABEHFEHLF_ = other.bMABEHFEHLF_; kFOMLPMMHCA_ = other.kFOMLPMMHCA_; configId_ = other.configId_; aLJACEDDGHA_ = other.aLJACEDDGHA_; iEJNHFPDFGE_ = other.iEJNHFPDFGE_; endTime_ = other.endTime_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public AnnounceData Clone() { return new AnnounceData(this); } /// Field number for the "begin_time" field. public const int BeginTimeFieldNumber = 13; 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 "MFNLOJOMOAI" field. public const int MFNLOJOMOAIFieldNumber = 9; private uint mFNLOJOMOAI_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MFNLOJOMOAI { get { return mFNLOJOMOAI_; } set { mFNLOJOMOAI_ = value; } } /// Field number for the "GGKNOFCPGKP" field. public const int GGKNOFCPGKPFieldNumber = 4; private string gGKNOFCPGKP_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string GGKNOFCPGKP { get { return gGKNOFCPGKP_; } set { gGKNOFCPGKP_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "BMABEHFEHLF" field. public const int BMABEHFEHLFFieldNumber = 10; private string bMABEHFEHLF_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string BMABEHFEHLF { get { return bMABEHFEHLF_; } set { bMABEHFEHLF_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "KFOMLPMMHCA" field. public const int KFOMLPMMHCAFieldNumber = 14; private bool kFOMLPMMHCA_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool KFOMLPMMHCA { get { return kFOMLPMMHCA_; } set { kFOMLPMMHCA_ = value; } } /// Field number for the "config_id" field. public const int ConfigIdFieldNumber = 11; private uint configId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint ConfigId { get { return configId_; } set { configId_ = value; } } /// Field number for the "ALJACEDDGHA" field. public const int ALJACEDDGHAFieldNumber = 3; private string aLJACEDDGHA_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string ALJACEDDGHA { get { return aLJACEDDGHA_; } set { aLJACEDDGHA_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "IEJNHFPDFGE" field. public const int IEJNHFPDFGEFieldNumber = 8; private uint iEJNHFPDFGE_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint IEJNHFPDFGE { get { return iEJNHFPDFGE_; } set { iEJNHFPDFGE_ = value; } } /// Field number for the "end_time" field. public const int EndTimeFieldNumber = 6; private long endTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long EndTime { get { return endTime_; } set { endTime_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as AnnounceData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(AnnounceData other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (BeginTime != other.BeginTime) return false; if (MFNLOJOMOAI != other.MFNLOJOMOAI) return false; if (GGKNOFCPGKP != other.GGKNOFCPGKP) return false; if (BMABEHFEHLF != other.BMABEHFEHLF) return false; if (KFOMLPMMHCA != other.KFOMLPMMHCA) return false; if (ConfigId != other.ConfigId) return false; if (ALJACEDDGHA != other.ALJACEDDGHA) return false; if (IEJNHFPDFGE != other.IEJNHFPDFGE) return false; if (EndTime != other.EndTime) 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 (MFNLOJOMOAI != 0) hash ^= MFNLOJOMOAI.GetHashCode(); if (GGKNOFCPGKP.Length != 0) hash ^= GGKNOFCPGKP.GetHashCode(); if (BMABEHFEHLF.Length != 0) hash ^= BMABEHFEHLF.GetHashCode(); if (KFOMLPMMHCA != false) hash ^= KFOMLPMMHCA.GetHashCode(); if (ConfigId != 0) hash ^= ConfigId.GetHashCode(); if (ALJACEDDGHA.Length != 0) hash ^= ALJACEDDGHA.GetHashCode(); if (IEJNHFPDFGE != 0) hash ^= IEJNHFPDFGE.GetHashCode(); if (EndTime != 0L) hash ^= EndTime.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 (ALJACEDDGHA.Length != 0) { output.WriteRawTag(26); output.WriteString(ALJACEDDGHA); } if (GGKNOFCPGKP.Length != 0) { output.WriteRawTag(34); output.WriteString(GGKNOFCPGKP); } if (EndTime != 0L) { output.WriteRawTag(48); output.WriteInt64(EndTime); } if (IEJNHFPDFGE != 0) { output.WriteRawTag(64); output.WriteUInt32(IEJNHFPDFGE); } if (MFNLOJOMOAI != 0) { output.WriteRawTag(72); output.WriteUInt32(MFNLOJOMOAI); } if (BMABEHFEHLF.Length != 0) { output.WriteRawTag(82); output.WriteString(BMABEHFEHLF); } if (ConfigId != 0) { output.WriteRawTag(88); output.WriteUInt32(ConfigId); } if (BeginTime != 0L) { output.WriteRawTag(104); output.WriteInt64(BeginTime); } if (KFOMLPMMHCA != false) { output.WriteRawTag(112); output.WriteBool(KFOMLPMMHCA); } 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 (ALJACEDDGHA.Length != 0) { output.WriteRawTag(26); output.WriteString(ALJACEDDGHA); } if (GGKNOFCPGKP.Length != 0) { output.WriteRawTag(34); output.WriteString(GGKNOFCPGKP); } if (EndTime != 0L) { output.WriteRawTag(48); output.WriteInt64(EndTime); } if (IEJNHFPDFGE != 0) { output.WriteRawTag(64); output.WriteUInt32(IEJNHFPDFGE); } if (MFNLOJOMOAI != 0) { output.WriteRawTag(72); output.WriteUInt32(MFNLOJOMOAI); } if (BMABEHFEHLF.Length != 0) { output.WriteRawTag(82); output.WriteString(BMABEHFEHLF); } if (ConfigId != 0) { output.WriteRawTag(88); output.WriteUInt32(ConfigId); } if (BeginTime != 0L) { output.WriteRawTag(104); output.WriteInt64(BeginTime); } if (KFOMLPMMHCA != false) { output.WriteRawTag(112); output.WriteBool(KFOMLPMMHCA); } 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 (MFNLOJOMOAI != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MFNLOJOMOAI); } if (GGKNOFCPGKP.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(GGKNOFCPGKP); } if (BMABEHFEHLF.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(BMABEHFEHLF); } if (KFOMLPMMHCA != false) { size += 1 + 1; } if (ConfigId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ConfigId); } if (ALJACEDDGHA.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(ALJACEDDGHA); } if (IEJNHFPDFGE != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IEJNHFPDFGE); } if (EndTime != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(EndTime); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(AnnounceData other) { if (other == null) { return; } if (other.BeginTime != 0L) { BeginTime = other.BeginTime; } if (other.MFNLOJOMOAI != 0) { MFNLOJOMOAI = other.MFNLOJOMOAI; } if (other.GGKNOFCPGKP.Length != 0) { GGKNOFCPGKP = other.GGKNOFCPGKP; } if (other.BMABEHFEHLF.Length != 0) { BMABEHFEHLF = other.BMABEHFEHLF; } if (other.KFOMLPMMHCA != false) { KFOMLPMMHCA = other.KFOMLPMMHCA; } if (other.ConfigId != 0) { ConfigId = other.ConfigId; } if (other.ALJACEDDGHA.Length != 0) { ALJACEDDGHA = other.ALJACEDDGHA; } if (other.IEJNHFPDFGE != 0) { IEJNHFPDFGE = other.IEJNHFPDFGE; } if (other.EndTime != 0L) { EndTime = other.EndTime; } _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 26: { ALJACEDDGHA = input.ReadString(); break; } case 34: { GGKNOFCPGKP = input.ReadString(); break; } case 48: { EndTime = input.ReadInt64(); break; } case 64: { IEJNHFPDFGE = input.ReadUInt32(); break; } case 72: { MFNLOJOMOAI = input.ReadUInt32(); break; } case 82: { BMABEHFEHLF = input.ReadString(); break; } case 88: { ConfigId = input.ReadUInt32(); break; } case 104: { BeginTime = input.ReadInt64(); break; } case 112: { KFOMLPMMHCA = input.ReadBool(); 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 26: { ALJACEDDGHA = input.ReadString(); break; } case 34: { GGKNOFCPGKP = input.ReadString(); break; } case 48: { EndTime = input.ReadInt64(); break; } case 64: { IEJNHFPDFGE = input.ReadUInt32(); break; } case 72: { MFNLOJOMOAI = input.ReadUInt32(); break; } case 82: { BMABEHFEHLF = input.ReadString(); break; } case 88: { ConfigId = input.ReadUInt32(); break; } case 104: { BeginTime = input.ReadInt64(); break; } case 112: { KFOMLPMMHCA = input.ReadBool(); break; } } } } #endif } #endregion } #endregion Designer generated code