1234567891011121314151617181920212223242526272829303132333435363738394041 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: pb/ErrCode.proto
- #pragma warning disable 1591, 0612, 3021
- #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;
- /// <summary>Holder for reflection information generated from pb/ErrCode.proto</summary>
- public static partial class ErrCodeReflection {
- #region Descriptor
- /// <summary>File descriptor for pb/ErrCode.proto</summary>
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
- static ErrCodeReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "ChBwYi9FcnJDb2RlLnByb3RvKiMKB0VyckNvZGUSBgoCb2sQABIQCgxPcE5v",
- "dEFsbG93ZWQQAWIGcHJvdG8z"));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(new[] {typeof(global::ErrCode), }, null));
- }
- #endregion
- }
- #region Enums
- public enum ErrCode {
- [pbr::OriginalName("ok")] Ok = 0,
- [pbr::OriginalName("OpNotAllowed")] OpNotAllowed = 1,
- }
- #endregion
- #endregion Designer generated code
|