Files
DanhengServer-OpenSource/Common/Proto/CacheNotifyType.cs
2024-03-15 22:12:14 +08:00

50 lines
1.8 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CacheNotifyType.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from CacheNotifyType.proto</summary>
public static partial class CacheNotifyTypeReflection {
#region Descriptor
/// <summary>File descriptor for CacheNotifyType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CacheNotifyTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChVDYWNoZU5vdGlmeVR5cGUucHJvdG8qbAoPQ2FjaGVOb3RpZnlUeXBlEhoK",
"FkNBQ0hFX05PVElGWV9UWVBFX05PTkUQABIdChlDQUNIRV9OT1RJRllfVFlQ",
"RV9SRUNZQ0xFEAESHgoaQ0FDSEVfTk9USUZZX1RZUEVfUkVDSEFSR0UQAkIe",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CacheNotifyType), }, null, null));
}
#endregion
}
#region Enums
public enum CacheNotifyType {
[pbr::OriginalName("CACHE_NOTIFY_TYPE_NONE")] None = 0,
[pbr::OriginalName("CACHE_NOTIFY_TYPE_RECYCLE")] Recycle = 1,
[pbr::OriginalName("CACHE_NOTIFY_TYPE_RECHARGE")] Recharge = 2,
}
#endregion
}
#endregion Designer generated code