// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: SyncStatus.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 SyncStatus.proto public static partial class SyncStatusReflection { #region Descriptor /// File descriptor for SyncStatus.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static SyncStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChBTeW5jU3RhdHVzLnByb3RvGhFHcm91cFN0YXR1cy5wcm90bxoTU2VjdGlv", "blN0YXR1cy5wcm90byKKAQoKU3luY1N0YXR1cxImCg5zZWN0aW9uX3N0YXR1", "cxgIIAMoCzIOLlNlY3Rpb25TdGF0dXMSEwoLQ05HTERKTlBPUEkYByADKA0S", "KgoUbWVzc2FnZV9ncm91cF9zdGF0dXMYDyADKAsyDC5Hcm91cFN0YXR1cxIT", "CgtMTkVKTEdFRlBMRRgCIAMoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy", "LlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GroupStatusReflection.Descriptor, global::EggLink.DanhengServer.Proto.SectionStatusReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.SyncStatus), global::EggLink.DanhengServer.Proto.SyncStatus.Parser, new[]{ "SectionStatus", "CNGLDJNPOPI", "MessageGroupStatus", "LNEJLGEFPLE" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class SyncStatus : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new SyncStatus()); 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.SyncStatusReflection.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 SyncStatus() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SyncStatus(SyncStatus other) : this() { sectionStatus_ = other.sectionStatus_.Clone(); cNGLDJNPOPI_ = other.cNGLDJNPOPI_.Clone(); messageGroupStatus_ = other.messageGroupStatus_.Clone(); lNEJLGEFPLE_ = other.lNEJLGEFPLE_.Clone(); _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public SyncStatus Clone() { return new SyncStatus(this); } /// Field number for the "section_status" field. public const int SectionStatusFieldNumber = 8; private static readonly pb::FieldCodec _repeated_sectionStatus_codec = pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.SectionStatus.Parser); private readonly pbc::RepeatedField sectionStatus_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField SectionStatus { get { return sectionStatus_; } } /// Field number for the "CNGLDJNPOPI" field. public const int CNGLDJNPOPIFieldNumber = 7; private static readonly pb::FieldCodec _repeated_cNGLDJNPOPI_codec = pb::FieldCodec.ForUInt32(58); private readonly pbc::RepeatedField cNGLDJNPOPI_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField CNGLDJNPOPI { get { return cNGLDJNPOPI_; } } /// Field number for the "message_group_status" field. public const int MessageGroupStatusFieldNumber = 15; private static readonly pb::FieldCodec _repeated_messageGroupStatus_codec = pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.GroupStatus.Parser); private readonly pbc::RepeatedField messageGroupStatus_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MessageGroupStatus { get { return messageGroupStatus_; } } /// Field number for the "LNEJLGEFPLE" field. public const int LNEJLGEFPLEFieldNumber = 2; private static readonly pb::FieldCodec _repeated_lNEJLGEFPLE_codec = pb::FieldCodec.ForUInt32(18); private readonly pbc::RepeatedField lNEJLGEFPLE_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField LNEJLGEFPLE { get { return lNEJLGEFPLE_; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as SyncStatus); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(SyncStatus other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!sectionStatus_.Equals(other.sectionStatus_)) return false; if(!cNGLDJNPOPI_.Equals(other.cNGLDJNPOPI_)) return false; if(!messageGroupStatus_.Equals(other.messageGroupStatus_)) return false; if(!lNEJLGEFPLE_.Equals(other.lNEJLGEFPLE_)) 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 ^= sectionStatus_.GetHashCode(); hash ^= cNGLDJNPOPI_.GetHashCode(); hash ^= messageGroupStatus_.GetHashCode(); hash ^= lNEJLGEFPLE_.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 lNEJLGEFPLE_.WriteTo(output, _repeated_lNEJLGEFPLE_codec); cNGLDJNPOPI_.WriteTo(output, _repeated_cNGLDJNPOPI_codec); sectionStatus_.WriteTo(output, _repeated_sectionStatus_codec); messageGroupStatus_.WriteTo(output, _repeated_messageGroupStatus_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) { lNEJLGEFPLE_.WriteTo(ref output, _repeated_lNEJLGEFPLE_codec); cNGLDJNPOPI_.WriteTo(ref output, _repeated_cNGLDJNPOPI_codec); sectionStatus_.WriteTo(ref output, _repeated_sectionStatus_codec); messageGroupStatus_.WriteTo(ref output, _repeated_messageGroupStatus_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 += sectionStatus_.CalculateSize(_repeated_sectionStatus_codec); size += cNGLDJNPOPI_.CalculateSize(_repeated_cNGLDJNPOPI_codec); size += messageGroupStatus_.CalculateSize(_repeated_messageGroupStatus_codec); size += lNEJLGEFPLE_.CalculateSize(_repeated_lNEJLGEFPLE_codec); if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(SyncStatus other) { if (other == null) { return; } sectionStatus_.Add(other.sectionStatus_); cNGLDJNPOPI_.Add(other.cNGLDJNPOPI_); messageGroupStatus_.Add(other.messageGroupStatus_); lNEJLGEFPLE_.Add(other.lNEJLGEFPLE_); _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 18: case 16: { lNEJLGEFPLE_.AddEntriesFrom(input, _repeated_lNEJLGEFPLE_codec); break; } case 58: case 56: { cNGLDJNPOPI_.AddEntriesFrom(input, _repeated_cNGLDJNPOPI_codec); break; } case 66: { sectionStatus_.AddEntriesFrom(input, _repeated_sectionStatus_codec); break; } case 122: { messageGroupStatus_.AddEntriesFrom(input, _repeated_messageGroupStatus_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 18: case 16: { lNEJLGEFPLE_.AddEntriesFrom(ref input, _repeated_lNEJLGEFPLE_codec); break; } case 58: case 56: { cNGLDJNPOPI_.AddEntriesFrom(ref input, _repeated_cNGLDJNPOPI_codec); break; } case 66: { sectionStatus_.AddEntriesFrom(ref input, _repeated_sectionStatus_codec); break; } case 122: { messageGroupStatus_.AddEntriesFrom(ref input, _repeated_messageGroupStatus_codec); break; } } } } #endif } #endregion } #endregion Designer generated code