// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: MessageSectionStatus.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 MessageSectionStatus.proto public static partial class MessageSectionStatusReflection { #region Descriptor /// File descriptor for MessageSectionStatus.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static MessageSectionStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChpNZXNzYWdlU2VjdGlvblN0YXR1cy5wcm90byqDAQoUTWVzc2FnZVNlY3Rp", "b25TdGF0dXMSGAoUTUVTU0FHRV9TRUNUSU9OX05PTkUQABIZChVNRVNTQUdF", "X1NFQ1RJT05fRE9JTkcQARIaChZNRVNTQUdFX1NFQ1RJT05fRklOSVNIEAIS", "GgoWTUVTU0FHRV9TRUNUSU9OX0ZST1pFThADQh6qAhtFZ2dMaW5rLkRhbmhl", "bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MessageSectionStatus), }, null, null)); } #endregion } #region Enums public enum MessageSectionStatus { [pbr::OriginalName("MESSAGE_SECTION_NONE")] MessageSectionNone = 0, [pbr::OriginalName("MESSAGE_SECTION_DOING")] MessageSectionDoing = 1, [pbr::OriginalName("MESSAGE_SECTION_FINISH")] MessageSectionFinish = 2, [pbr::OriginalName("MESSAGE_SECTION_FROZEN")] MessageSectionFrozen = 3, } #endregion } #endregion Designer generated code